Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h49 static Class* GetJavaLangThrowable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetJavaLangThrowable() function
/art/runtime/verifier/
Dreg_type_cache-inl.h99 mirror::Throwable::GetJavaLangThrowable(), precise); in JavaLangThrowable()
Dmethod_verifier.cc3042 if (klass == mirror::Throwable::GetJavaLangThrowable()) { in CodeFlowVerifyInstruction()
/art/runtime/
Dthread.cc1633 !mirror::Throwable::GetJavaLangThrowable()->IsAssignableFrom(m->GetDeclaringClass())) { in VisitFrame()