| /art/compiler/utils/arm64/ |
| D | managed_register_arm64.h | 108 const int test = id_ - kNumberOfXRegIds; in IsWRegister() local 114 const int test = id_ - (kNumberOfXRegIds + kNumberOfWRegIds); in IsDRegister() local 120 const int test = id_ - (kNumberOfXRegIds + kNumberOfWRegIds + kNumberOfDRegIds); in IsSRegister() local 132 constexpr bool IsSameType(Arm64ManagedRegister test) const { in IsSameType()
|
| /art/compiler/utils/arm/ |
| D | managed_register_arm.h | 173 const int test = id_ - kNumberOfCoreRegIds; in IsSRegister() local 179 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsDRegister() local 186 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsOverlappingDRegister() local 192 const int test = in IsRegisterPair() local 197 constexpr bool IsSameType(ArmManagedRegister test) const { in IsSameType()
|
| /art/test/466-get-live-vreg/src/ |
| D | Main.java | 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/compiler/utils/mips/ |
| D | managed_register_mips.h | 136 const int test = id_ - kNumberOfCoreRegIds; in IsFRegister() local 142 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfFRegIds); in IsDRegister() local 149 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfFRegIds); in IsOverlappingDRegister() local 155 const int test = in IsRegisterPair() local
|
| /art/compiler/utils/x86_64/ |
| D | managed_register_x86_64.h | 126 const int test = id_ - kNumberOfCpuRegIds; in IsXmmRegister() local 132 const int test = id_ - (kNumberOfCpuRegIds + kNumberOfXmmRegIds); in IsX87Register() local 138 const int test = id_ - in IsRegisterPair() local
|
| /art/runtime/arch/ |
| D | stub_test.cc | 655 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS { in TestUnlockObject() 1175 ArtMethod* referrer, StubTest* test) in GetSetBooleanStatic() 1206 StubTest* test) in GetSetByteStatic() 1237 ArtMethod* referrer, StubTest* test) in GetSetBooleanInstance() 1272 Thread* self, ArtMethod* referrer, StubTest* test) in GetSetByteInstance() 1307 StubTest* test) in GetSetCharStatic() 1337 ArtMethod* referrer, StubTest* test) in GetSetShortStatic() 1368 Thread* self, ArtMethod* referrer, StubTest* test) in GetSetCharInstance() 1402 Thread* self, ArtMethod* referrer, StubTest* test) in GetSetShortInstance() 1437 StubTest* test) in GetSet32Static() [all …]
|
| /art/compiler/utils/x86/ |
| D | managed_register_x86.h | 139 const int test = id_ - kNumberOfCpuRegIds; in IsXmmRegister() local 145 const int test = id_ - (kNumberOfCpuRegIds + kNumberOfXmmRegIds); in IsX87Register() local 151 const int test = id_ - in IsRegisterPair() local
|
| /art/test/138-duplicate-classes-check/src-ex/ |
| D | TestEx.java | 18 public static void test() { in test() method in TestEx
|
| /art/test/131-structural-change/src-ex/ |
| D | B.java | 18 public void test() { in test() method in B
|
| /art/test/138-duplicate-classes-check2/src-ex/ |
| D | TestEx.java | 18 public static void test() { in test() method in TestEx
|
| /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/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/123-compiler-regressions-mt/src/ |
| D | Main.java | 30 final B17689750TestVolatile test = new B17689750TestVolatile(); in b17689750TestVolatile() local 44 final B17689750TestMonitor test = new B17689750TestMonitor(); in b17689750TestMonitor() local
|
| /art/test/091-override-package-private-method/src/ |
| D | OverridePackagePrivateMethodTest.java | 18 public void test(Object obj) { in test() method in OverridePackagePrivateMethodTest
|
| /art/test/536-checker-needs-access-check/src/other/ |
| D | InaccessibleClassProxy.java | 20 public static boolean test(Object o) { in test() method in InaccessibleClassProxy
|
| /art/test/536-checker-needs-access-check/src2/other/ |
| D | InaccessibleClassProxy.java | 20 public static boolean test(Object o) { in test() method in InaccessibleClassProxy
|
| /art/compiler/utils/mips64/ |
| D | managed_register_mips64.h | 90 const int test = id_ - kNumberOfGpuRegIds; in IsFpuRegister() local 96 const int test = id_ - (kNumberOfGpuRegIds + kNumberOfFpuRegIds); in IsVectorRegister() local
|
| /art/test/161-final-abstract-class/src/ |
| D | Main.java | 34 Method test = tc.getDeclaredMethod("test"); in main() local
|
| /art/test/127-checker-secondarydex/src/ |
| D | Test.java | 18 public void test(Test t) { in test() method in Test
|
| /art/test/537-checker-jump-over-jump/src/ |
| D | Main.java | 42 public static int test() { in test() method in Main
|
| /art/test/646-checker-arraycopy-large-cst-pos/src/ |
| D | Main.java | 28 static void test() { in test() method in Main
|
| /art/test/003-omnibus-opcodes/src/ |
| D | GenSelect.java | 18 public static String test(boolean b) { in test() method in GenSelect
|
| /art/test/138-duplicate-classes-check2/src/ |
| D | Main.java | 37 Method test = testEx.getDeclaredMethod("test"); in run() local
|