/art/test/538-checker-embed-constants/src/ |
D | Main.java | 35 public static int and255(int arg) { in and255() 43 public static int and511(int arg) { in and511() 51 public static int andNot15(int arg) { in andNot15() 59 public static int or255(int arg) { in or255() 67 public static int or511(int arg) { in or511() 75 public static int orNot15(int arg) { in orNot15() 83 public static int xor255(int arg) { in xor255() 91 public static int xor511(int arg) { in xor511() 99 public static int xorNot15(int arg) { in xorNot15() 112 public static long and255(long arg) { in and255() [all …]
|
/art/test/458-checker-instruction-simplification/src/ |
D | Main.java | 74 public static long Add0(long arg) { in Add0() 91 public static int AndAllOnes(int arg) { in AndAllOnes() 112 public static int UShr28And15(int arg) { in UShr28And15() 133 public static long UShr60And15(long arg) { in UShr60And15() 153 public static int UShr28And7(int arg) { in UShr28And7() 173 public static long UShr60And7(long arg) { in UShr60And7() 195 public static int Shr24And255(int arg) { in Shr24And255() 217 public static long Shr56And255(long arg) { in Shr56And255() 237 public static int Shr24And127(int arg) { in Shr24And127() 257 public static long Shr56And127(long arg) { in Shr56And127() [all …]
|
/art/test/526-checker-caller-callee-regs/src/ |
D | Main.java | 29 public static int $opt$noinline$function_call(int arg) { in $opt$noinline$function_call() 79 public static int $opt$LiveInCall(int arg) { in $opt$LiveInCall() 86 int arg = 123; in main() local 87 assertIntEquals($opt$LiveInCall(arg), arg); in main() local
|
/art/test/466-get-live-vreg/src/ |
D | Main.java | 21 static int testLiveArgument(int arg) { in testLiveArgument() 34 static void $opt$noinline$testIntervalHole(int arg, boolean test) { in $opt$noinline$testIntervalHole() 70 static void testWrapperIntervalHole(int arg, boolean test) { in testWrapperIntervalHole()
|
/art/test/109-suspend-check/src/ |
D | Main.java | 71 long ReturnArgOrConst(long arg); in ReturnArgOrConst() 72 void PutOrNop(long arg); in PutOrNop() 77 public long ReturnArgOrConst(long arg) { in ReturnArgOrConst() 80 public void PutOrNop(long arg) { in PutOrNop() 89 public long ReturnArgOrConst(long arg) { in ReturnArgOrConst() 92 public void PutOrNop(long arg) { in PutOrNop()
|
/art/test/442-checker-constant-folding/src/ |
D | Main.java | 1076 public static int And0(int arg) { in And0() 1094 public static long Mul0(long arg) { in Mul0() 1111 public static int OrAllOnes(int arg) { in OrAllOnes() 1129 public static long Rem0(long arg) { in Rem0() 1146 public static int Rem1(int arg) { in Rem1() 1164 public static long RemN1(long arg) { in RemN1() 1182 public static int Shl0(int arg) { in Shl0() 1200 public static long ShlLong0WithInt(int arg) { in ShlLong0WithInt() 1219 public static long Shr0(int arg) { in Shr0() 1236 public static long SubSameLong(long arg) { in SubSameLong() [all …]
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 59 extern "C" void DlmallocMadviseCallback(void* start, void* end, size_t used_bytes, void* arg) { in DlmallocMadviseCallback() 82 void* arg) { in DlmallocBytesAllocatedCallback() 93 void* arg) { in DlmallocObjectsAllocatedCallback()
|
/art/runtime/gc/accounting/ |
D | space_bitmap.cc | 111 void SpaceBitmap<kAlignment>::Walk(ObjectCallback* callback, void* arg) { in Walk() 135 SpaceBitmap::SweepCallback* callback, void* arg) { in SweepWalk() 190 mirror::Class* klass, void* arg) in WalkInstanceFields() 211 void* arg) { in WalkFieldsInOrder() 245 void SpaceBitmap<kAlignment>::InOrderWalk(ObjectCallback* callback, void* arg) { in InOrderWalk()
|
D | heap_bitmap.cc | 74 void HeapBitmap::Walk(ObjectCallback* callback, void* arg) { in Walk()
|
/art/test/508-checker-disassembly/src/ |
D | Main.java | 24 public int DisassembledFunction(int arg) { in DisassembledFunction()
|
/art/test/101-fibonacci/src/ |
D | Main.java | 46 String arg = (args.length > 1) ? args[1] : "10"; in main() local
|
/art/test/565-checker-condition-liveness/src/ |
D | Main.java | 30 public static int p(float arg) { in p()
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 105 FpuRegister arg = kFpuArgumentRegisters[reg_index]; in EntrySpills() local 109 GpuRegister arg = kGpuArgumentRegisters[reg_index]; in EntrySpills() local
|
/art/test/146-bad-interface/src/ |
D | Main.java | 34 Class<?> arg = Class.forName("Iface", true, p); in main() local
|
/art/test/550-checker-regression-wide-store/src/ |
D | Main.java | 24 private static int runTestCase(String name, long arg) throws Exception { in runTestCase()
|
/art/test/124-missing-classes/src/ |
D | Main.java | 57 void method(MissingClass arg) {} in method()
|
/art/runtime/lambda/ |
D | closure_test.cc | 113 static void CopyArgs(uint8_t destination[], T&& arg, Args&& ... args) { in CopyArgs() 184 static constexpr size_t GetArgsSize(T&& arg, Args&& ... args) { in GetArgsSize() 292 const Closure* closure, const char* shorty, size_t index, T arg, Args ... args) { in TestPrimitiveExpects()
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 262 void* arg) { in Walk() 303 void* arg, bool do_null_callback_at_end) NO_THREAD_SAFETY_ANALYSIS { in InspectAllRosAllocWithSuspendAll() 316 … void* arg, bool do_null_callback_at_end) NO_THREAD_SAFETY_ANALYSIS { in InspectAllRosAlloc()
|
D | dlmalloc_space.cc | 235 void* arg) { in Walk() 294 static void MSpaceChunkCallback(void* start, void* end, size_t used_bytes, void* arg) { in MSpaceChunkCallback()
|
D | zygote_space.cc | 104 void ZygoteSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback()
|
D | region_space.h | 152 void Walk(ObjectCallback* callback, void* arg) in Walk() 157 void WalkToSpace(ObjectCallback* callback, void* arg) in WalkToSpace()
|
D | large_object_space.cc | 231 void LargeObjectMapSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) { in Walk() 383 void FreeListSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) { in Walk() 581 void LargeObjectSpace::SweepCallback(size_t num_ptrs, mirror::Object** ptrs, void* arg) { in SweepCallback()
|
/art/runtime/ |
D | signal_catcher.cc | 181 void* SignalCatcher::Run(void* arg) { in Run()
|
D | dex_instruction.cc | 334 uint32_t arg[kMaxVarArgRegs25x]; in DumpString() local 381 uint32_t arg[5]; in DumpString() local
|
/art/runtime/base/ |
D | mutex_test.cc | 108 static void* RecursiveLockWaitCallback(void* arg) { in RecursiveLockWaitCallback()
|