Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc43 class CatchBlockStackVisitor FINAL : public StackVisitor {
45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() function in art::FINAL
113 DISALLOW_COPY_AND_ASSIGN(CatchBlockStackVisitor);
130 CatchBlockStackVisitor visitor(self_, context_, &exception_ref, this); in FindCatch()