Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 25 of 32) sorted by relevance

12

/art/test/139-register-natives/
Dregnative.cc25 static JNINativeMethod gMethods[] = { variable
30 return env->RegisterNatives(trg, gMethods, 1); in Java_Main_registerNatives()
/art/runtime/native/
Dnative_util.h41 RegisterNativeMethodsInternal(env, (jni_class_name), gMethods, arraysize(gMethods))
Djava_util_concurrent_atomic_AtomicLong.cc33 static JNINativeMethod gMethods[] = { variable
Djava_lang_Throwable.cc41 static JNINativeMethod gMethods[] = { variable
Djava_lang_reflect_Proxy.cc40 static JNINativeMethod gMethods[] = { variable
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc41 static JNINativeMethod gMethods[] = { variable
Djava_lang_ref_Reference.cc45 static JNINativeMethod gMethods[] = { variable
Djava_lang_ref_FinalizerReference.cc45 static JNINativeMethod gMethods[] = { variable
Djava_lang_invoke_MethodHandleImpl.cc66 static JNINativeMethod gMethods[] = { variable
Ddalvik_system_BaseDexClassLoader.cc61 static JNINativeMethod gMethods[] = { variable
Djava_lang_reflect_Parameter.cc101 static JNINativeMethod gMethods[] = { variable
Djava_lang_Object.cc57 static JNINativeMethod gMethods[] = { variable
Djava_lang_reflect_Array.cc77 static JNINativeMethod gMethods[] = { variable
Djava_lang_reflect_Method.cc89 static JNINativeMethod gMethods[] = { variable
Djava_lang_StringFactory.cc92 static JNINativeMethod gMethods[] = { variable
Djava_lang_reflect_Constructor.cc131 static JNINativeMethod gMethods[] = { variable
Djava_lang_VMClassLoader.cc158 static JNINativeMethod gMethods[] = { variable
Djava_lang_String.cc113 static JNINativeMethod gMethods[] = { variable
Ddalvik_system_VMStack.cc172 static JNINativeMethod gMethods[] = { variable
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc230 static JNINativeMethod gMethods[] = { variable
Dlibcore_util_CharsetUtils.cc255 static JNINativeMethod gMethods[] = { variable
Djava_lang_Thread.cc204 static JNINativeMethod gMethods[] = { variable
Djava_lang_System.cc242 static JNINativeMethod gMethods[] = { variable
Ddalvik_system_ZygoteHooks.cc437 static JNINativeMethod gMethods[] = { variable
/art/benchmark/micro-native/
Dmicro_native.cc56 static JNINativeMethod gMethods[] = { variable
133 jniRegisterNativeMethods(env, CLASS_NAME, gMethods, NELEM(gMethods)); in register_micro_native_methods()

12