Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc355 frame_depth_(frame_depth), in InstrumentationStackVisitor()
357 CHECK_NE(frame_depth_, kInvalidFrameDepth); in InstrumentationStackVisitor()
362 if (current_frame_depth < frame_depth_) { in VisitFrame()
384 const size_t frame_depth_; member in art::InstrumentationStackVisitor