Home
last modified time | relevance | path

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

/art/runtime/
Djni_env_ext.cc57 functions = unchecked_functions = GetJniNativeInterface(); in JNIEnvExt()
81 functions = enabled ? GetCheckJniNativeInterface() : GetJniNativeInterface(); in SetCheckJniEnabled()
Djava_vm_ext.cc380 functions = unchecked_functions_; in JavaVMExt()
513 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()
/art/compiler/dex/quick/mips/
DREADME.mips56 shared helper functions.
/art/compiler/jni/quick/
Djni_compiler.cc101 const Offset functions(OFFSETOF_MEMBER(JNIEnvExt, functions)); in ArtJniCompileMethodInternal() local