Home
last modified time | relevance | path

Searched refs:GetStack (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h192 const LocationState &GetStack(StackSlot slot) const in GetStack() function
197 LocationState &GetStack(StackSlot slot) in GetStack() function
Dreg_alloc_verifier.cpp46 return state.GetStack(location.GetValue()); in GetPhiLocationState()
65 return state->GetStack(location.GetValue()); in GetPhiLocationState()
285 return currentState_->GetStack(offset); in GetLocationState()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp271 void CpuProfiler::GetStack(FrameIterator &it) in GetStack() function in panda::ecmascript::CpuProfiler
453 profiler->GetStack(it); in GetStackSignalHandler()
460 profiler->GetStack(it); in GetStackSignalHandler()
468 profiler->GetStack(it); in GetStackSignalHandler()
Dcpu_profiler.h106 void GetStack(FrameIterator &it);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp49 GetStack(); in ImplementSampling()
79 void HeapSampling::GetStack() in GetStack() function in panda::ecmascript::HeapSampling
Dheap_sampling.h66 void GetStack();
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h99 inline void *GetStack() const in GetStack() function