Searched defs:CheckNonHeap (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dcheck_jni.cc581 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) { function in class:art::__anon84::ScopedCheck
4006 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args);
4011 sc.CheckNonHeap(nullptr, false, "i", &result);
4018 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args);
4021 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
4028 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "vpp", args);
4031 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
4038 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), true, "v", args);
4041 sc.CheckNonHeap(reinterpret_cast<JavaVMExt*>(vm), false, "i", &result);
4048 sc.CheckNonHeap(reinterpret_cas
[all...]

Completed in 14 milliseconds