Home
last modified time | relevance | path

Searched defs:pandaFileInfos (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_info.cpp59 void PGOInfo::SetPandaFileInfos(std::unique_ptr<PGOPandaFileInfos> pandaFileInfos) in SetPandaFileInfos()
144 void PGOInfo::MergeSafe(const PGOPandaFileInfos& pandaFileInfos) in MergeSafe()
155 bool PGOInfo::VerifyPandaFileMatched(const PGOPandaFileInfos& pandaFileInfos, in VerifyPandaFileMatched()
Dpgo_profiler_info.cpp45 void PGOPandaFileInfos::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge()
52 void PGOPandaFileInfos::MergeSafe(const PGOPandaFileInfos& pandaFileInfos) in MergeSafe()
58 bool PGOPandaFileInfos::VerifyChecksum(const PGOPandaFileInfos &pandaFileInfos, const std::string &… in VerifyChecksum()