Searched defs:exception_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc48 : StackVisitor(self, context), self_(self), exception_(exception),
92 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass()));
109 Handle<mirror::Throwable>* exception_; member in class:art::FINAL
/art/runtime/interpreter/
H A Dinterpreter_common.cc388 : StackVisitor(self, nullptr), self_(self), handle_scope_(self), exception_(exception),
412 Handle<mirror::Class> exception_class(hs.NewHandle((*exception_)->GetClass()));
441 Handle<mirror::Throwable>* exception_; member in class:art::interpreter::CatchLocationFinder

Completed in 64 milliseconds