Searched defs:dummy (Results 1 - 15 of 15) sorted by relevance

/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/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 DMain.java26 static int dummy; field in class:BadInit
44 static int dummy; field in class:BadInitNoStringInit
90 BadInit.dummy = 1;
99 BadInit.dummy = 1;
113 BadInitNoStringInit.dummy = 1;
122 BadInitNoStringInit.dummy = 1;
/art/test/137-cfi/src/
H A DMain.java177 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/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/runtime/jdwp/
H A Djdwp_adb.cc137 char dummy = '!'; local
144 iov.iov_base = &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/test/046-reflect/src/
H A DMain.java506 public List<String> dummy; field in class:Main
511 field = Main.class.getField("dummy");
566 field1 = Main.class.getField("dummy");
567 field2 = Main.class.getField("dummy");
/art/runtime/gc/collector/
H A Dsemi_space.cc510 size_t bytes_allocated, dummy; local
517 nullptr, &dummy);
521 &dummy);
567 &dummy);
575 nullptr, &dummy);
H A Dconcurrent_copying.cc1699 // Fill the given memory block with a dummy object. Used to fill in a
1748 // If remainder would be too small for a dummy object, retry with a larger request size.
1793 size_t dummy; local
1795 region_space_alloc_size, &region_space_bytes_allocated, nullptr, &dummy);
1821 &non_moving_space_bytes_allocated, nullptr, &dummy);
1844 // look like a valid but dead (dummy) object and keep it for
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1016 mirror::Object* dummy = nullptr; local
1018 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &dummy));
1189 // TODO: These are all dummy values!
/art/runtime/
H A Ddebugger.cc4558 // We won't know this until we're done, so save the offset and stuff in a dummy value.
4966 gc::AllocRecordObjectMap dummy; local
4969 records = &dummy;
/art/runtime/gc/
H A Dheap.cc2378 size_t bytes_allocated, dummy; local
2379 forward_address = to_space_->Alloc(self_, alloc_size, &bytes_allocated, nullptr, &dummy);

Completed in 2311 milliseconds