Searched refs:unchecked_functions_ (Results 1 – 4 of 4) sorted by relevance
109 return unchecked_functions_; in GetUncheckedFunctions()192 JNINativeInterface const* unchecked_functions_; variable
196 return unchecked_functions_; in GetUncheckedFunctions()248 const JNIInvokeInterface* const unchecked_functions_; variable
88 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()298 env->unchecked_functions_ = GetJniNativeInterface(); in ThreadResetFunctionTable()
503 unchecked_functions_(&gJniInvokeInterface), in JavaVMExt()517 functions = unchecked_functions_; in JavaVMExt()738 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()