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.cpp63 … if (generator_->GetMethodNodeCount() + generator_->GetframeStackLength() >= MAX_NODE_COUNT) { in Run()
Dsamples_record.h122 int GetframeStackLength() const;
Dsamples_record.cpp734 int SamplesRecord::GetframeStackLength() const in GetframeStackLength() function in panda::ecmascript::SamplesRecord