HomeSort by relevance Sort by last modified time
    Searched refs:IsThrowableClass (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
class.cc 349 bool Class::IsThrowableClass() {
object-inl.h 359 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass());
    [all...]
class.h 417 bool IsThrowableClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/
check_jni.cc 651 okay = obj->GetClass()->IsThrowableClass();
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 621 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) {
    [all...]
interpreter_switch_impl.cc 535 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) {
    [all...]

Completed in 156 milliseconds