Searched refs:find_native_bridge_method (Results 1 – 1 of 1) sorted by relevance
41 static NativeBridgeMethod* find_native_bridge_method(const char *name);47 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("JNI_OnLoad")->fnPtr); in trampoline_JNI_OnLoad()68 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad()96 (find_native_bridge_method("testFindClassOnAttachedNativeThread")->fnPtr); in trampoline_Java_Main_testFindClassOnAttachedNativeThread()105 (find_native_bridge_method("testFindFieldOnAttachedNativeThreadNative")->fnPtr); in trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative()114 (find_native_bridge_method("testCallStaticVoidMethodOnSubClassNative")->fnPtr); in trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative()122 (find_native_bridge_method("testGetMirandaMethodNative")->fnPtr); in trampoline_Java_Main_testGetMirandaMethodNative()130 (find_native_bridge_method("testNewStringObject")->fnPtr); in trampoline_Java_Main_testNewStringObject()138 (find_native_bridge_method("testZeroLengthByteBuffers")->fnPtr); in trampoline_Java_Main_testZeroLengthByteBuffers()148 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("byteMethod")->fnPtr); in trampoline_Java_Main_byteMethod()[all …]