Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc290 void* native_fnptr) { in SetUpForTest() argument
327 if (native_fnptr != nullptr) { in SetUpForTest()
328 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()
/art/runtime/jni/
Djni_internal_test.cc617 void* native_fnptr) { in SetUpForTest() argument
651 if (native_fnptr != nullptr) { in SetUpForTest()
652 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest()