Lines Matching refs:InstrumentationStackFrame

113   std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack =  in ~InstrumentationStackPopper()
122 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopFramesTo()
142 const InstrumentationStackFrame& frame = i->second; in PopFramesTo()
324 InstrumentationStackFrame instrumentation_frame(GetThisObject().Ptr(), in InstrumentationInstallStack()
343 const InstrumentationStackFrame& frame = it->second; in InstrumentationInstallStack()
387 InstrumentationStackFrame instrumentation_frame( in InstrumentationInstallStack()
409 std::map<uintptr_t, InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack()
410 std::vector<InstrumentationStackFrame> shadow_stack_; in InstrumentationInstallStack()
494 const InstrumentationStackFrame& instrumentation_frame = it->second; in InstrumentationRestoreStack()
526 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack()
534 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in InstrumentationRestoreStack()
1393 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PushInstrumentationStackFrame()
1416 instrumentation::InstrumentationStackFrame instrumentation_frame( in PushInstrumentationStackFrame()
1506 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopInstrumentationStackFrame()
1511 InstrumentationStackFrame instrumentation_frame = it->second; in PopInstrumentationStackFrame()
1628 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* stack = in PopFramesForDeoptimization()
1644 std::string InstrumentationStackFrame::Dump() const { in Dump()