Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc350 class InstrumentationStackVisitor : public StackVisitor { class
352 InstrumentationStackVisitor(Thread* self, size_t frame_depth) in InstrumentationStackVisitor() function in art::InstrumentationStackVisitor
387 DISALLOW_COPY_AND_ASSIGN(InstrumentationStackVisitor);
392 InstrumentationStackVisitor visitor(self_, handler_frame_depth_); in UpdateInstrumentationStack()