Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.h179 Throwable* AsThrowable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject-inl.h358 inline Throwable* Object::AsThrowable() { in AsThrowable() function
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc629 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc543 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteSwitchImpl()