Home
last modified time | relevance | path

Searched defs:pandaFileIdx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_header.h59 int32_t pandaFileIdx; member
64 int32_t pandaFileIdx; member
Dpgo_file_builder.cpp170 uint32_t AotPgoFile::WriteMethodsSection(std::ofstream &fd, int32_t pandaFileIdx, uint32_t *checkSu… in WriteMethodsSection()
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp83 …ProfilingSaver::AddMethod(pgo::AotProfilingData *profileData, Method *method, int32_t pandaFileIdx) in AddMethod()
129 auto pandaFileIdx = profileData->GetPandaFileIdxByName(pandaFileName); in AddProfiledMethods() local