Home
last modified time | relevance | path

Searched refs:GetMethodCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.h128 uint64_t GetMethodCount() in GetMethodCount() function
Dprofile_saver.cpp310 ASSERT(cachedInfo->GetNumberOfMethods() >= cachedStat->GetMethodCount()); in MergeAndDumpProfileData()
312 … uint64_t deltaNumberOfMethods = cachedInfo->GetNumberOfMethods() - cachedStat->GetMethodCount(); in MergeAndDumpProfileData()