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

  /art/runtime/mirror/
class.cc 336 bool Class::IsThrowableClass() {
    [all...]
class.h 414 bool IsThrowableClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
object-inl.h 395 DCHECK(GetClass<kVerifyFlags>()->IsThrowableClass());
    [all...]
  /art/runtime/
check_jni.cc 496 if (!obj->GetClass()->IsThrowableClass()) {
507 if (!c->IsThrowableClass()) {
692 okay = obj->GetClass()->IsThrowableClass();
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 590 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) {
    [all...]
interpreter_switch_impl.cc 499 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) {
    [all...]

Completed in 136 milliseconds