/art/test/139-register-natives/ |
D | regnative.cc | 25 static JNINativeMethod gMethods[] = { variable 30 return env->RegisterNatives(trg, gMethods, 1); in Java_Main_registerNatives()
|
/art/runtime/native/ |
D | native_util.h | 41 RegisterNativeMethodsInternal(env, (jni_class_name), gMethods, arraysize(gMethods))
|
D | java_util_concurrent_atomic_AtomicLong.cc | 33 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_Throwable.cc | 41 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Proxy.cc | 40 static JNINativeMethod gMethods[] = { variable
|
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 41 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_ref_Reference.cc | 45 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_ref_FinalizerReference.cc | 45 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_invoke_MethodHandleImpl.cc | 71 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_Object.cc | 55 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Parameter.cc | 101 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Array.cc | 77 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Method.cc | 87 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_StringFactory.cc | 92 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Constructor.cc | 131 static JNINativeMethod gMethods[] = { variable
|
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 178 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_VMClassLoader.cc | 158 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_String.cc | 112 static JNINativeMethod gMethods[] = { variable
|
D | dalvik_system_VMStack.cc | 172 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_Thread.cc | 197 static JNINativeMethod gMethods[] = { variable
|
D | libcore_util_CharsetUtils.cc | 255 static JNINativeMethod gMethods[] = { variable
|
D | dalvik_system_ZygoteHooks.cc | 423 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_System.cc | 242 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Executable.cc | 386 static JNINativeMethod gMethods[] = { variable
|
/art/benchmark/micro-native/ |
D | micro_native.cc | 56 static JNINativeMethod gMethods[] = { variable 133 jniRegisterNativeMethods(env, CLASS_NAME, gMethods, NELEM(gMethods)); in register_micro_native_methods()
|