Searched refs:CatchLocationFinder (Results 1 – 1 of 1) sorted by relevance
2935 class CatchLocationFinder : public StackVisitor { class2937 CatchLocationFinder(Thread* self, const Handle<mirror::Throwable>& exception, Context* context) in CatchLocationFinder() function in art::CatchLocationFinder3014 DISALLOW_COPY_AND_ASSIGN(CatchLocationFinder);3025 CatchLocationFinder clf(self, h_exception, context.get()); in PostException()