Searched refs:frame_depth_ (Results 1 – 2 of 2) sorted by relevance
36 frame_depth_(frame_depth), in GetProxyQuickFrameVisitor()43 if (cur_depth_ == frame_depth_) { in VisitFrame()75 size_t frame_depth_; member in art::__anon5aebc0660111::FINAL
591 frame_depth_(frame_depth), in InstrumentationStackVisitor()593 CHECK_NE(frame_depth_, kInvalidFrameDepth); in InstrumentationStackVisitor()598 if (current_frame_depth < frame_depth_) { in VisitFrame()620 const size_t frame_depth_; member in art::InstrumentationStackVisitor