Home
last modified time | relevance | path

Searched refs:GetframeStackLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp61 if (generator->GetMethodNodeCount() + generator->GetframeStackLength() >= MAX_NODE_COUNT) { in Run()
Dsamples_record.h124 int GetframeStackLength() const;
Dsamples_record.cpp742 int SamplesRecord::GetframeStackLength() const in GetframeStackLength() function in panda::ecmascript::SamplesRecord