Home
last modified time | relevance | path

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

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