Searched refs:kInstrumentationStackWalk (Results 1 – 1 of 1) sorted by relevance
77 static constexpr StackVisitor::StackWalkKind kInstrumentationStackWalk = variable203 : StackVisitor(thread_in, context, kInstrumentationStackWalk), in InstrumentationInstallStack()353 : StackVisitor(thread_in, nullptr, kInstrumentationStackWalk), in InstrumentationRestoreStack()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()