Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp181 …if (!AddMethodWrapper(ConvertToString(method.pandaFile->GetFilename()), method.pandaFile->GetHeade… in AddMethodsAndClasses()
239 bool ProfileDumpInfo::AddMethodWrapper(const PandaString &pandaFileLocation, uint32_t checksum, in AddMethodWrapper() function in ark::ProfileDumpInfo
500 if (!AddMethodWrapper(pandaFileLocation, checksum, MethodWrapper(methodIdx))) { in ProcessLine()
Dprofile_dump_info.h277 …bool AddMethodWrapper(const PandaString &pandaFileLocation, uint32_t checksum, const MethodWrapper…