Searched refs:FileToMethodsMap (Results 1 – 2 of 2) sorted by relevance
127 using FileToMethodsMap = PandaMap<PandaFileIdxType, AotProfilingData::MethodsMap>; variable128 uint32_t WriteAllMethodsSections(std::ofstream &fd, FileToMethodsMap &methods);130 uint32_t GetSectionNumbers(FileToMethodsMap &methods);131 uint32_t GetSavedTypes(FileToMethodsMap &allMethodsMap);
102 uint32_t AotPgoFile::WriteAllMethodsSections(std::ofstream &fd, FileToMethodsMap &methods) in WriteAllMethodsSections()313 uint32_t AotPgoFile::GetSectionNumbers(FileToMethodsMap &methods) in GetSectionNumbers()324 uint32_t AotPgoFile::GetSavedTypes(FileToMethodsMap &allMethodsMap) in GetSavedTypes()