/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 | java_lang_invoke_MethodHandle.cc | 40 static JNINativeMethod gMethods[] = { variable
|
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 41 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_StackStreamFactory.cc | 44 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_ref_FinalizerReference.cc | 45 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_invoke_MethodHandleImpl.cc | 66 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_Object.cc | 57 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Parameter.cc | 101 static JNINativeMethod gMethods[] = { variable
|
D | dalvik_system_BaseDexClassLoader.cc | 72 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_ref_Reference.cc | 79 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Array.cc | 77 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Method.cc | 89 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_reflect_Constructor.cc | 132 static JNINativeMethod gMethods[] = { variable
|
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 207 static JNINativeMethod gMethods[] = { variable
|
D | libcore_util_CharsetUtils.cc | 140 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_VMClassLoader.cc | 167 static JNINativeMethod gMethods[] = { variable
|
D | dalvik_system_VMStack.cc | 164 static JNINativeMethod gMethods[] = { variable
|
D | libcore_io_Memory.cc | 184 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_String.cc | 136 static JNINativeMethod gMethods[] = { variable
|
D | java_lang_Thread.cc | 193 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()
|