Searched refs:find_native_bridge_method (Results 1 – 1 of 1) sorted by relevance
43 static NativeBridgeMethod* find_native_bridge_method(const char *name);49 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("JNI_OnLoad")->fnPtr); in trampoline_JNI_OnLoad()70 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad()97 (find_native_bridge_method("testFindClassOnAttachedNativeThread")->fnPtr); in trampoline_Java_Main_testFindClassOnAttachedNativeThread()106 (find_native_bridge_method("testFindFieldOnAttachedNativeThreadNative")->fnPtr); in trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative()115 (find_native_bridge_method("testCallStaticVoidMethodOnSubClassNative")->fnPtr); in trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative()123 (find_native_bridge_method("testGetMirandaMethodNative")->fnPtr); in trampoline_Java_Main_testGetMirandaMethodNative()131 (find_native_bridge_method("testNewStringObject")->fnPtr); in trampoline_Java_Main_testNewStringObject()139 (find_native_bridge_method("testZeroLengthByteBuffers")->fnPtr); in trampoline_Java_Main_testZeroLengthByteBuffers()149 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("byteMethod")->fnPtr); in trampoline_Java_Main_byteMethod()[all …]