Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc62 class CatchBlockStackVisitor final : public StackVisitor { class
64 CatchBlockStackVisitor(Thread* self, in CatchBlockStackVisitor() function in art::CatchBlockStackVisitor
141 DISALLOW_COPY_AND_ASSIGN(CatchBlockStackVisitor);
167 CatchBlockStackVisitor visitor(self_, context_, in FindCatch()