Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.h127 using FileToMethodsMap = PandaMap<PandaFileIdxType, AotProfilingData::MethodsMap>; variable
128 uint32_t WriteAllMethodsSections(std::ofstream &fd, FileToMethodsMap &methods);
130 uint32_t GetSectionNumbers(FileToMethodsMap &methods);
131 uint32_t GetSavedTypes(FileToMethodsMap &allMethodsMap);
Dpgo_file_builder.cpp102 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()