Home
last modified time | relevance | path

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

/art/test/1945-proxy-method-arguments/
Dget_args.cc35 cur_depth_(0u), in GetProxyQuickFrameVisitor()
43 if (cur_depth_ == frame_depth_) { in VisitFrame()
53 ++cur_depth_; in VisitFrame()
73 size_t cur_depth_; member in art::__anon907b3cfa0111::GetProxyQuickFrameVisitor
/art/runtime/
Dstack.h208 return GetNumFrames() - cur_depth_ - 1; in GetFrameHeight()
224 return cur_depth_; in GetFrameDepth()
396 size_t cur_depth_; variable
Dstack.cc75 cur_depth_(0), in StackVisitor()
807 CHECK_EQ(cur_depth_, 0U); in WalkStack()
913 cur_depth_++; in WalkStack()
949 cur_depth_++; in WalkStack()
968 cur_depth_++; in WalkStack()
979 cur_depth_++; in WalkStack()
983 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()