Searched refs:CLASS_NAME (Results 1 – 3 of 3) sorted by relevance
/art/benchmark/micro-native/ |
D | micro_native.cc | 29 #define CLASS_NAME "benchmarks/MicroNative/java/NativeMethods" macro 132 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_NormalOnly, NELEM(gMethods_NormalOnly)); in register_micro_native_methods() 133 jniRegisterNativeMethods(env, CLASS_NAME, gMethods, NELEM(gMethods)); in register_micro_native_methods() 134 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_Fast, NELEM(gMethods_Fast)); in register_micro_native_methods() 138 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_Critical, NELEM(gMethods_Critical)); in register_micro_native_methods()
|
/art/test/086-null-super/src/ |
D | Main.java | 55 private static final String CLASS_NAME = field in Main.BrokenDexLoader 128 findDexClass(CLASS_NAME); in findBrokenClass()
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 55 private static final String CLASS_NAME = field in Main.BrokenDexLoader 138 findDexClass(CLASS_NAME); in findBrokenClass()
|