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.h70 bool PushStackInfo(const struct MethodKey &methodKey);
Dheap_sampling.cpp55 bool HeapSampling::PushStackInfo(const struct MethodKey &methodKey) in PushStackInfo() function in panda::ecmascript::HeapSampling
119 if (UNLIKELY(!PushStackInfo(methodKey))) { in GetStack()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h145 bool PushStackInfo(const FrameInfoTemp &frameInfoTemp);
Dcpu_profiler.cpp294 if (UNLIKELY(!generator_->PushStackInfo(codeEntry))) { in GetStack()
Dsamples_record.cpp644 bool SamplesRecord::PushStackInfo(const FrameInfoTemp &frameInfoTemp) in PushStackInfo() function in panda::ecmascript::SamplesRecord