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.cpp77 if (generator->GetMethodNodeCount() + generator->GetframeStackLength() >= MAX_NODE_COUNT) { in Run()
Dsamples_record.h125 int GetMethodNodeCount() const;
Dsamples_record.cpp229 int SamplesRecord::GetMethodNodeCount() const in GetMethodNodeCount() function in panda::ecmascript::SamplesRecord