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

  /art/runtime/mirror/
object.h 179 Throwable* AsThrowable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
object-inl.h 358 inline Throwable* Object::AsThrowable() {
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 629 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable());
    [all...]
interpreter_switch_impl.cc 543 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable());
    [all...]

Completed in 53 milliseconds