D | check_jni.cc | 345 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::ScopedCheck 1252 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy() 1284 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::GuardedCopy 1435 if (sc.Check(soa, true, "E", args)) { in GetVersion() 1438 if (sc.Check(soa, false, "I", &result)) { in GetVersion() 1449 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM() 1452 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM() 1463 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives() 1466 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives() 1477 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives() [all …]
|