Searched refs:native_fnptr (Results 1 – 2 of 2) sorted by relevance
616 void* native_fnptr) { in SetUpForTest() argument650 if (native_fnptr != nullptr) { in SetUpForTest()651 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()
286 void* native_fnptr) { in SetUpForTest() argument323 if (native_fnptr != nullptr) { in SetUpForTest()324 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()