Searched refs:jniRegisterNativeMethods (Results 1 – 1 of 1) sorted by relevance
/art/benchmark/micro-native/ |
D | micro_native.cc | 99 void jniRegisterNativeMethods(JNIEnv* env, in jniRegisterNativeMethods() function 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()
|