Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc66 class CatchBlockStackVisitor final : public StackVisitor { class
68 CatchBlockStackVisitor(Thread* self, in CatchBlockStackVisitor() function in art::CatchBlockStackVisitor
172 DISALLOW_COPY_AND_ASSIGN(CatchBlockStackVisitor);
202 CatchBlockStackVisitor visitor(self_, in FindCatch()