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

/art/test/008-exceptions/src/
H A DMain.java26 static int dummy; field in class:BadInit
71 BadInit.dummy = 1;
80 BadInit.dummy = 1;
/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/137-cfi/src/
H A DMain.java166 public native boolean sleep(int i, boolean b, double dummy); argument
/art/test/444-checker-nce/src/
H A DMain.java242 public Main(int dummy) {} argument
/art/runtime/jdwp/
H A Djdwp_adb.cc137 char dummy = '!'; local
144 iov.iov_base = &dummy;
/art/runtime/gc/space/
H A Dspace_test.h181 size_t dummy; local
203 mirror::Object* ptr2 = Alloc(space, self, 8 * MB, &dummy, nullptr, &dummy);
218 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy, nullptr, &dummy);
222 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy);
248 EXPECT_TRUE(space->Alloc(self, 1U * MB, &dummy, nullptr, &dummy) != nullptr);
274 ptr2 = Alloc(space, self, 8 * MB, &dummy, nullpt
294 size_t dummy = 0; local
[all...]
/art/test/046-reflect/src/
H A DMain.java504 public List<String> dummy; field in class:Main
509 field = Main.class.getField("dummy");
564 field1 = Main.class.getField("dummy");
565 field2 = Main.class.getField("dummy");
/art/runtime/gc/collector/
H A Dsemi_space.cc493 size_t bytes_allocated, dummy; local
500 nullptr, &dummy);
504 &dummy);
550 &dummy);
558 nullptr, &dummy);
H A Dconcurrent_copying.cc1200 // Fill the given memory block with a dummy object. Used to fill in a
1249 // If remainder would be too small for a dummy object, retry with a larger request size.
1294 size_t dummy; local
1296 region_space_alloc_size, &region_space_bytes_allocated, nullptr, &dummy);
1322 &non_moving_space_bytes_allocated, nullptr, &dummy);
1345 // look like a valid but dead (dummy) object and keep it for
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc901 mirror::Object* dummy = nullptr; local
903 hs.NewHandleWrapper(virtual_or_interface ? &receiver : &dummy));
1055 // TODO: These are all dummy values!
/art/runtime/gc/
H A Dheap.cc2142 size_t bytes_allocated, dummy; local
2143 forward_address = to_space_->Alloc(self_, alloc_size, &bytes_allocated, nullptr, &dummy);

Completed in 499 milliseconds