Searched refs:dummy (Results 1 - 25 of 27) sorted by relevance

12

/art/test/421-large-frame/src/
H A DMain.java28 long dummy = 0L;
30 assertEquals(124750L, $opt$LargeFrame(dummy));
33 static long $opt$LargeFrame(long dummy) { argument
34 // The argument `dummy` is used to defeat the constant folding
37 long l0 = 0L + dummy;
38 long l1 = 1L + dummy;
39 long l2 = 2L + dummy;
40 long l3 = 3L + dummy;
41 long l4 = 4L + dummy;
42 long l5 = 5L + dummy;
[all...]
/art/test/008-exceptions/src/
H A DMultiDexBadInit.java18 static int dummy; field in class:MultiDexBadInit
H A DMultiDexBadInitWrapper1.java20 MultiDexBadInit.dummy = value;
H A DMain.java26 static int dummy; field in class:BadInit
44 static int dummy; field in class:BadInitNoStringInit
55 static int dummy; field in class:BadSuperClass
107 BadInit.dummy = 1;
116 BadInit.dummy = 1;
130 BadInitNoStringInit.dummy = 1;
139 BadInitNoStringInit.dummy = 1;
153 BadSuperClass.dummy = 1;
184 MultiDexBadInit.dummy = 1;
/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerivedInSecondDex.java27 DerivedInSecondDex(long dummy) { argument
H A DBase.java62 Base(int intValue, long dummy) { argument
/art/test/008-exceptions/src-multidex/
H A DMultiDexBadInitWrapper2.java20 MultiDexBadInit.dummy = value;
/art/runtime/gc/space/
H A Dspace_create_test.cc93 size_t dummy; local
118 mirror::Object* ptr2 = Alloc(space, self, 8 * MB, &dummy, nullptr, &dummy);
136 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy, nullptr, &dummy);
140 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy);
169 EXPECT_TRUE(space->Alloc(self, 1U * MB, &dummy, nullptr, &dummy) != nullptr);
203 ptr2 = Alloc(space, self, 8 * MB, &dummy, nullpt
227 size_t dummy = 0; local
[all...]
/art/test/622-simplifyifs-exception-edges/src/
H A DMain.java42 static final boolean dummy = false; field in class:Main
/art/tools/ahat/src/
H A DOverviewHandler.java73 List<TableElem> dummy = Collections.singletonList(new TableElem());
88 HeapTable.render(doc, query, OVERVIEW_ID, table, mSnapshot, dummy);
/art/test/910-methods/src/art/
H A DTest910.java36 // Find a synthetic method in the dummy inner class. Do not print the name. Javac and Jack
109 private static String dummy; field in class:Test910.NestedSynthetic
113 System.out.println(NestedSynthetic.dummy);
/art/test/569-checker-pattern-replacement/src/
H A DMain.java619 public static double constructBase(int intValue, long dummy) { argument
620 Base b = new Base(intValue, dummy);
1113 public static int constructDerivedInSecondDex(long dummy) { argument
1114 DerivedInSecondDex d = new DerivedInSecondDex(dummy);
1136 assertEquals("dummy", getString(s));
1166 assertEquals(-64.0, constructBase(4, 28.0, null, "dummy"));
1168 assertEquals(30.0, constructBase(11, 4.0, new Object(), "dummy"));
1184 assertEquals(0.0, constructDerived(2, 8.0, null, "dummy"));
1186 assertEquals(0.0, constructDerived(4, 6.0, new Object(), "dummy"));
/art/runtime/base/
H A Dtiming_logger.cc96 Histogram<uint64_t> dummy(label.c_str());
97 auto it = histograms_.find(&dummy);
/art/runtime/jdwp/
H A Djdwp_adb.cc168 char dummy = '!'; local
175 iov.iov_base = &dummy;
/art/test/912-classes/src/art/
H A DTest912.java65 System.out.println(TestForInitFail.dummy);
368 public static double dummy = Math.random(); // So it can't be compile-time initialized. field in class:Test912.TestForNonInit
372 public static int dummy = ((int)Math.random())/0; // So it throws when initializing. field in class:Test912.TestForInitFail
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h59 uint32_t dummy; member in struct:art::linker::ArmBaseRelativePatcher::BakerReadBarrierRootParams
/art/test/137-cfi/src/
H A DMain.java198 public native boolean sleep(int i, boolean b, double dummy); argument
/art/test/444-checker-nce/src/
H A DMain.java230 public Main(int dummy) {} argument
/art/runtime/gc/collector/
H A Dsemi_space.cc515 size_t bytes_allocated, dummy; local
522 nullptr, &dummy);
526 &dummy);
572 &dummy);
580 nullptr, &dummy);
H A Dconcurrent_copying.cc2065 // Fill the given memory block with a dummy object. Used to fill in a
2123 // If remainder would be too small for a dummy object, retry with a larger request size.
2182 size_t dummy; local
2184 region_space_alloc_size, &region_space_bytes_allocated, nullptr, &dummy);
2210 &non_moving_space_bytes_allocated, nullptr, &dummy);
2248 // look like a valid but dead (dummy) object and keep it for
/art/test/956-methodhandles/src/
H A DMain.java984 int dummy = (int) mh.invoke("True");
990 Integer dummy = (Integer) mh.invoke("True");
1002 int dummy = (int) mh.invoke(false);
1008 Integer dummy = (Integer) mh.invoke("True");
/art/runtime/
H A Ddex_file_verifier.cc137 uint32_t dummy; local
138 if (!DecodeUnsignedLeb128Checked(&str_data_ptr, begin + header->file_size_, &dummy)) {
1399 DECODE_UNSIGNED_CHECKED_FROM(ptr_, dummy);
2893 uint32_t dummy; local
2894 if (!DecodeUnsignedLeb128Checked(&ptr, begin + header->file_size_, &dummy)) {
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc355 params.root_params.dummy = 0u;
/art/test/046-reflect/src/
H A DMain.java505 public List<String> dummy; field in class:Main
510 field = Main.class.getField("dummy");
564 field1 = Main.class.getField("dummy");
565 field2 = Main.class.getField("dummy");
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1101 mirror::Object* dummy = nullptr; local
1103 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &dummy));
1278 // TODO: These are all dummy values!

Completed in 565 milliseconds

12