• Home
  • Raw
  • Download

Lines Matching refs:InstrumentationStackFrame

106   std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack();  in ~InstrumentationStackPopper()
114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); in PopFramesTo()
129 InstrumentationStackFrame frame = stack->at(frames_to_remove_); in PopFramesTo()
291 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(), in InstrumentationInstallStack()
307 const InstrumentationStackFrame& frame = in InstrumentationInstallStack()
326 const InstrumentationStackFrame& frame = in InstrumentationInstallStack()
354 InstrumentationStackFrame instrumentation_frame( in InstrumentationInstallStack()
368 const InstrumentationStackFrame& current = *it; in InstrumentationInstallStack()
386 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
387 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()
468 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) { in InstrumentationRestoreStack()
503 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
511 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack()
1327 static void CheckStackDepth(Thread* self, const InstrumentationStackFrame& instrumentation_frame, in CheckStackDepth()
1343 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame()
1365 instrumentation::InstrumentationStackFrame instrumentation_frame(h_this.Get(), method, lr, in PushInstrumentationStackFrame()
1455 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame()
1457 InstrumentationStackFrame instrumentation_frame = stack->front(); in PopInstrumentationStackFrame()
1564 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopFramesForDeoptimization()
1588 std::string InstrumentationStackFrame::Dump() const { in Dump()