Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc114 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()
Dstack.cc880 instrumentation_stack = *thread_->GetInstrumentationStack(); in WalkStack()
Dthread.h1126 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack() function
Dthread.cc4277 for (auto& entry : *GetInstrumentationStack()) { in VisitRoots()
/art/runtime/jit/
Djit_code_cache.cc1039 for (const auto& it : *thread->GetInstrumentationStack()) { in Run()