Lines Matching refs:JavaVMExt
516 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) {
2592 static JavaVMExt* GetJavaVMExt(JNIEnv* env) {
3832 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args);
3836 // which will delete the JavaVMExt.
3844 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args);
3847 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
3854 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args);
3857 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
3864 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args);
3867 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
3874 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpI", args);
3877 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
3883 return reinterpret_cast<JavaVMExt*>(vm)->GetUncheckedFunctions();