Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc3108 const JNIInvokeInterface gJniInvokeInterface = { variable
3134 functions = unchecked_functions = &gJniInvokeInterface; in JavaVMExt()
3166 functions = enabled ? GetCheckJniInvokeInterface() : &gJniInvokeInterface; in SetCheckJniEnabled()