Searched refs:ComputeNumFrames (Results 1 – 3 of 3) sorted by relevance
182 num_frames_ = ComputeNumFrames(thread_, walk_kind_); in GetNumFrames()250 static size_t ComputeNumFrames(Thread* thread, StackWalkKind walk_kind)
1108 return StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) - no_inline_depth; in ComputeFrameId()1114 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) + delta; in CheckStackDepth()1147 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk); in PushInstrumentationStackFrame()
496 size_t StackVisitor::ComputeNumFrames(Thread* thread, StackWalkKind walk_kind) { in ComputeNumFrames() function in art::StackVisitor