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::__anonf5d52daf0111::GetProxyQuickFrameVisitor
/art/runtime/
Dstack.h202 return GetNumFrames() - cur_depth_ - 1; in GetFrameHeight()
218 return cur_depth_; in GetFrameDepth()
342 size_t cur_depth_; variable
Dstack.cc70 cur_depth_(0), in StackVisitor()
753 CHECK_EQ(cur_depth_, 0U); in WalkStack()
833 cur_depth_++; in WalkStack()
885 cur_depth_, in WalkStack()
910 cur_depth_++; in WalkStack()
921 cur_depth_++; in WalkStack()
932 cur_depth_++; in WalkStack()
936 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()