D | check_jni.cc | 535 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::__anon01b981930111::ScopedCheck 1565 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy() 1597 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::__anon01b981930111::GuardedCopy 1753 if (sc.Check(soa, true, "E", args)) { in GetVersion() 1756 if (sc.Check(soa, false, "I", &result)) { in GetVersion() 1768 if (sc.Check(soa, true, "Ep", args)) { in GetJavaVM() 1771 if (sc.Check(soa, false, "i", &result)) { in GetJavaVM() 1783 if (sc.Check(soa, true, "EcpI", args)) { in RegisterNatives() 1786 if (sc.Check(soa, false, "i", &result)) { in RegisterNatives() 1798 if (sc.Check(soa, true, "Ec", args)) { in UnregisterNatives() [all …]
|