Searched refs:find_native_bridge_method (Results 1 – 1 of 1) sorted by relevance
38 static NativeBridgeMethod* find_native_bridge_method(const char *name);44 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("JNI_OnLoad")->fnPtr); in trampoline_JNI_OnLoad()65 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad()93 (find_native_bridge_method("testFindClassOnAttachedNativeThread")->fnPtr); in trampoline_Java_Main_testFindClassOnAttachedNativeThread()102 (find_native_bridge_method("testFindFieldOnAttachedNativeThreadNative")->fnPtr); in trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative()111 (find_native_bridge_method("testCallStaticVoidMethodOnSubClassNative")->fnPtr); in trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative()119 (find_native_bridge_method("testGetMirandaMethodNative")->fnPtr); in trampoline_Java_Main_testGetMirandaMethodNative()127 (find_native_bridge_method("testZeroLengthByteBuffers")->fnPtr); in trampoline_Java_Main_testZeroLengthByteBuffers()137 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("byteMethod")->fnPtr); in trampoline_Java_Main_byteMethod()147 FnPtr_t fnPtr = reinterpret_cast<FnPtr_t>(find_native_bridge_method("shortMethod")->fnPtr); in trampoline_Java_Main_shortMethod()[all …]