Searched refs:GetInstrumentationStack (Results 1 – 5 of 5) sorted by relevance
114 self_->GetInstrumentationStack(); in ~InstrumentationStackPopper()123 self_->GetInstrumentationStack(); in PopFramesTo()481 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()631 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()694 thread->GetInstrumentationStack(); in InstrumentationRestoreStack()923 std::all_of(t->GetInstrumentationStack()->cbegin(), in MaybeRestoreInstrumentationStack()924 t->GetInstrumentationStack()->cend(), in MaybeRestoreInstrumentationStack()1479 self->GetInstrumentationStack(); in PushInstrumentationStackFrame()1642 self->GetInstrumentationStack(); in PopInstrumentationStackFrame()1720 self->GetInstrumentationStack(); in PopFramesForDeoptimization()
880 instrumentation_stack = *thread_->GetInstrumentationStack(); in WalkStack()
1126 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack() function
4277 for (auto& entry : *GetInstrumentationStack()) { in VisitRoots()
1039 for (const auto& it : *thread->GetInstrumentationStack()) { in Run()