Searched refs:find_native_bridge_method (Results 1 – 1 of 1) sorted by relevance
44 static NativeBridgeMethod* find_native_bridge_method(const char *name);50 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("JNI_OnLoad")->fnPtr); in trampoline_JNI_OnLoad()71 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad()98 (find_native_bridge_method("testFindClassOnAttachedNativeThread")->fnPtr); in trampoline_Java_Main_testFindClassOnAttachedNativeThread()107 (find_native_bridge_method("testFindFieldOnAttachedNativeThreadNative")->fnPtr); in trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative()116 (find_native_bridge_method("testCallStaticVoidMethodOnSubClassNative")->fnPtr); in trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative()124 (find_native_bridge_method("testGetMirandaMethodNative")->fnPtr); in trampoline_Java_Main_testGetMirandaMethodNative()132 (find_native_bridge_method("testNewStringObject")->fnPtr); in trampoline_Java_Main_testNewStringObject()140 (find_native_bridge_method("testZeroLengthByteBuffers")->fnPtr); in trampoline_Java_Main_testZeroLengthByteBuffers()150 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("byteMethod")->fnPtr); in trampoline_Java_Main_byteMethod()[all …]