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