Home
last modified time | relevance | path

Searched refs:GetMethodNodeCount (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.h121 int GetMethodNodeCount() const;
Dsamples_record.cpp373 int SamplesRecord::GetMethodNodeCount() const in GetMethodNodeCount() function in panda::ecmascript::SamplesRecord