Searched refs:GetUncheckedFunctions (Results 1 – 4 of 4) sorted by relevance
101 const JNINativeInterface* GetUncheckedFunctions() const { in GetUncheckedFunctions() function
205 const JNIInvokeInterface* GetUncheckedFunctions() const { in GetUncheckedFunctions() function
2824 return reinterpret_cast<JNIEnvExt*>(env)->GetUncheckedFunctions(); in baseEnv()4116 return reinterpret_cast<JavaVMExt*>(vm)->GetUncheckedFunctions(); in BaseVm()
1572 const JNINativeInterface* base_env = down_cast<JNIEnvExt*>(env_)->GetUncheckedFunctions(); in TEST_F()