Searched defs:CatchBlockStackVisitor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1735 class CatchBlockStackVisitor : public StackVisitor { class in namespace:art
1737 CatchBlockStackVisitor(Thread* self, const ThrowLocation& throw_location,
1752 ~CatchBlockStackVisitor() {
1935 CatchBlockStackVisitor catch_finder(this, throw_location, exception, is_deoptimization);

Completed in 26 milliseconds