Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1743 class CatchBlockStackVisitor : public StackVisitor { class
1745 CatchBlockStackVisitor(Thread* self, const ThrowLocation& throw_location, in CatchBlockStackVisitor() function in art::CatchBlockStackVisitor
1760 ~CatchBlockStackVisitor() { in ~CatchBlockStackVisitor()
1943 CatchBlockStackVisitor catch_finder(this, throw_location, exception, is_deoptimization); in QuickDeliverException()