Searched refs:CatchBlockStackVisitor (Results 1 – 1 of 1) sorted by relevance
43 class CatchBlockStackVisitor FINAL : public StackVisitor {45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() function in art::FINAL113 DISALLOW_COPY_AND_ASSIGN(CatchBlockStackVisitor);130 CatchBlockStackVisitor visitor(self_, context_, &exception_ref, this); in FindCatch()