Home
last modified time | relevance | path

Searched refs:native_fnptr (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Djni_internal_test.cc616 void* native_fnptr) { in SetUpForTest() argument
650 if (native_fnptr != nullptr) { in SetUpForTest()
651 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()
/art/compiler/jni/
Djni_compiler_test.cc286 void* native_fnptr) { in SetUpForTest() argument
323 if (native_fnptr != nullptr) { in SetUpForTest()
324 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()