Home
last modified time | relevance | path

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

/art/test/1945-proxy-method-arguments/
Dget_args.cc36 frame_depth_(frame_depth), in GetProxyQuickFrameVisitor()
43 if (cur_depth_ == frame_depth_) { in VisitFrame()
75 size_t frame_depth_; member in art::__anon5aebc0660111::FINAL
/art/runtime/
Dquick_exception_handler.cc591 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