Home
last modified time | relevance | path

Searched refs:CheckThrowable (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc699 bool CheckThrowable(ScopedObjectAccess& soa, jthrowable jobj) in CheckThrowable() function in art::__anon846bc2ca0111::ScopedCheck
2004 if (sc.Check(soa, true, "Et", args) && sc.CheckThrowable(soa, obj)) { in Throw()