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

  /art/runtime/
common_throws.cc 809 self->SetException(self->DecodeJObject(exc.get())->AsThrowable());
thread.cc     [all...]
class_linker.cc 194 self->SetException(obj->AsThrowable());
212 extra = verify_error->AsThrowable()->Dump();
    [all...]
  /art/runtime/mirror/
object.h 263 Throwable* AsThrowable() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 339 inline Throwable* Object::AsThrowable() {
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 665 self->SetException(exception->AsThrowable());
    [all...]

Completed in 91 milliseconds