Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp55 bool HeapSampling::PushStackInfo(const struct MethodKey &methodKey) in PushStackInfo() function in panda::ecmascript::HeapSampling
119 if (UNLIKELY(!PushStackInfo(methodKey))) { in GetStack()
Dheap_sampling.h70 bool PushStackInfo(const struct MethodKey &methodKey);
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h147 bool PushStackInfo(const FrameInfoTemp &frameInfoTemp);
Dcpu_profiler.cpp301 if (UNLIKELY(!generator_->PushStackInfo(codeEntry))) { in GetStack()
Dsamples_record.cpp652 bool SamplesRecord::PushStackInfo(const FrameInfoTemp &frameInfoTemp) in PushStackInfo() function in panda::ecmascript::SamplesRecord