/art/compiler/utils/arm64/ |
D | managed_register_arm64.h | 109 const int test = id_ - kNumberOfCoreRegIds; in IsWRegister() local 115 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfWRegIds); in IsDRegister() local 121 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfWRegIds + in IsSRegister() local 134 bool IsSameType(Arm64ManagedRegister test) const { in IsSameType()
|
/art/compiler/utils/arm/ |
D | managed_register_arm.h | 143 const int test = id_ - kNumberOfCoreRegIds; in IsSRegister() local 149 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsDRegister() local 156 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsOverlappingDRegister() local 162 const int test = in IsRegisterPair() local 167 bool IsSameType(ArmManagedRegister test) const { in IsSameType()
|
/art/compiler/utils/mips/ |
D | managed_register_mips.h | 135 const int test = id_ - kNumberOfCoreRegIds; in IsFRegister() local 141 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfFRegIds); in IsDRegister() local 148 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfFRegIds); in IsOverlappingDRegister() local 154 const int test = in IsRegisterPair() local
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.h | 125 const int test = id_ - kNumberOfCpuRegIds; in IsXmmRegister() local 131 const int test = id_ - (kNumberOfCpuRegIds + kNumberOfXmmRegIds); in IsX87Register() local 137 const int test = id_ - in IsRegisterPair() local
|
/art/compiler/utils/x86/ |
D | managed_register_x86.h | 138 const int test = id_ - kNumberOfCpuRegIds; in IsXmmRegister() local 144 const int test = id_ - (kNumberOfCpuRegIds + kNumberOfXmmRegIds); in IsX87Register() local 150 const int test = id_ - in IsRegisterPair() local
|
/art/test/075-verification-error/src2/other/ |
D | InaccessibleMethod.java | 20 /*package*/ static void test() {} in test() method in InaccessibleMethod
|
D | InaccessibleClass.java | 20 public static void test() {} in test() method in InaccessibleClass
|
/art/test/075-verification-error/src/other/ |
D | InaccessibleMethod.java | 20 public static void test() {} in test() method in InaccessibleMethod
|
D | InaccessibleClass.java | 20 public static void test() {} in test() method in InaccessibleClass
|
/art/test/003-omnibus-opcodes/src/ |
D | GenSelect.java | 18 public static String test(boolean b) { in test() method in GenSelect
|
D | Classes.java | 142 Object test; in arrayInstance() local
|
/art/test/076-boolean-put/src/ |
D | Main.java | 37 void test() { in test() method in Main
|
/art/test/021-string2/src/ |
D | Main.java | 24 String test = "0123456789"; in main() local
|
/art/test/010-instance/src/ |
D | InstanceTest.java | 36 Object test; in main() local
|
/art/runtime/arch/ |
D | stub_test.cc | 672 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS { in TestUnlockObject() 1310 mirror::ArtMethod* referrer, StubTest* test) in GetSet32Static() 1341 Thread* self, mirror::ArtMethod* referrer, StubTest* test) in GetSet32Instance() 1380 mirror::ArtMethod* referrer, StubTest* test) in set_and_check_static() 1400 mirror::ArtMethod* referrer, StubTest* test) in GetSetObjStatic() 1421 StubTest* test) in set_and_check_instance() 1444 Thread* self, mirror::ArtMethod* referrer, StubTest* test) in GetSetObjInstance() 1465 mirror::ArtMethod* referrer, StubTest* test) in GetSet64Static() 1495 Thread* self, mirror::ArtMethod* referrer, StubTest* test) in GetSet64Instance() 1530 static void TestFields(Thread* self, StubTest* test, Primitive::Type test_type) { in TestFields()
|
/art/test/067-preemptive-unpark/src/ |
D | Main.java | 11 ParkTester test = new ParkTester(); in main() local
|
/art/test/082-inline-execute/src/ |
D | Main.java | 210 String test = "0123456789"; in test_String_compareTo() local
|
/art/runtime/ |
D | monitor_test.cc | 290 static void CommonWaitSetup(MonitorTest* test, ClassLinker* class_linker, uint64_t create_sleep, in CommonWaitSetup()
|
/art/test/046-reflect/src/ |
D | Main.java | 583 Main test = new Main(); in main() local
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 9811 static void test() in test() method in LiveFlags
|