Home | History | Annotate | Download | only in runtime

Lines Matching refs:InstrumentationStackFrame

221         InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, 0, GetFrameId(),
236 const InstrumentationStackFrame& frame =
263 const InstrumentationStackFrame& frame =
274 InstrumentationStackFrame instrumentation_frame(GetThisObject(), m, return_pc, GetFrameId(),
284 const InstrumentationStackFrame& current = *it;
297 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
298 std::vector<InstrumentationStackFrame> shadow_stack_;
371 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
403 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;
411 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack();
1025 static void CheckStackDepth(Thread* self, const InstrumentationStackFrame& instrumentation_frame,
1042 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
1046 instrumentation::InstrumentationStackFrame instrumentation_frame(this_object, method, lr,
1059 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
1061 InstrumentationStackFrame instrumentation_frame = stack->front();
1114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
1116 InstrumentationStackFrame instrumentation_frame = stack->front();
1148 std::string InstrumentationStackFrame::Dump() const {