Searched refs:AbortIfNoCheckJNI (Results 1 – 3 of 3) sorted by relevance
42 AbortIfNoCheckJNI(android::base::StringPrintf("JNI ERROR (app bug): invalid %s %p", in GetChecked()56 AbortIfNoCheckJNI(msg); in GetChecked()60 AbortIfNoCheckJNI(android::base::StringPrintf("JNI ERROR (app bug): accessed deleted %s %p", in GetChecked()83 AbortIfNoCheckJNI(msg); in CheckEntry()
391 static void AbortIfNoCheckJNI(const std::string& msg);
54 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) { in AbortIfNoCheckJNI() function in art::IndirectReferenceTable