Searched refs:unchecked_functions_ (Results 1 – 4 of 4) sorted by relevance
102 return unchecked_functions_; in GetUncheckedFunctions()182 JNINativeInterface const* unchecked_functions_; variable
206 return unchecked_functions_; in GetUncheckedFunctions()265 const JNIInvokeInterface* const unchecked_functions_; variable
81 unchecked_functions_ = GetJniNativeInterface(); in JNIEnvExt()294 env->unchecked_functions_ = GetJniNativeInterface(); in ThreadResetFunctionTable()
516 unchecked_functions_(&gJniInvokeInterface), in JavaVMExt()528 functions = unchecked_functions_; in JavaVMExt()785 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()