Searched refs:ComputeNumFrames (Results 1 – 5 of 5) sorted by relevance
212 num_frames_ = ComputeNumFrames(thread_, walk_kind_); in GetNumFrames()280 static size_t ComputeNumFrames(Thread* thread, StackWalkKind walk_kind)
1324 return StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) - no_inline_depth; in ComputeFrameId()1330 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) + delta; in CheckStackDepth()1363 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk); in PushInstrumentationStackFrame()
478 size_t StackVisitor::ComputeNumFrames(Thread* thread, StackWalkKind walk_kind) { in ComputeNumFrames() function in art::StackVisitor
431 current_top_frame_ = art::StackVisitor::ComputeNumFrames( in ScopedDisablePopFrame()
1122 art::StackVisitor::ComputeNumFrames(target, kWalkKind)) { in PopFrame()