Home
last modified time | relevance | path

Searched refs:kInstrumentationStackWalk (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dinstrumentation.cc90 static constexpr StackVisitor::StackWalkKind kInstrumentationStackWalk = variable
306 : StackVisitor(thread_in, context, kInstrumentationStackWalk), in InstrumentationInstallStack()
467 : StackVisitor(thread_in, nullptr, kInstrumentationStackWalk), in InstrumentationRestoreStack()
1414 size_t frame_id = StackVisitor::ComputeNumFrames(self, kInstrumentationStackWalk); in PushInstrumentationStackFrame()