Searched refs:kInstrumentationStackWalk (Results 1 – 1 of 1) sorted by relevance
80 static constexpr StackVisitor::StackWalkKind kInstrumentationStackWalk = variable212 : StackVisitor(thread_in, context, kInstrumentationStackWalk), in InstrumentationInstallStack()378 : StackVisitor(thread_in, nullptr, kInstrumentationStackWalk), in InstrumentationRestoreStack()1196 return StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) - no_inline_depth; in ComputeFrameId()1202 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk) + delta; in CheckStackDepth()1235 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk); in PushInstrumentationStackFrame()