Home
last modified time | relevance | path

Searched refs:pandaFileInfos (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp80 void PGOProfilerEncoder::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() argument
82 return pandaFileInfos_->Merge(pandaFileInfos); in Merge()
85 bool PGOProfilerEncoder::VerifyPandaFileMatched(const PGOPandaFileInfos &pandaFileInfos, const std:… in VerifyPandaFileMatched() argument
88 return pandaFileInfos_->VerifyChecksum(pandaFileInfos, base, incoming); in VerifyPandaFileMatched()
Dpgo_profiler_encoder.h47 void Merge(const PGOPandaFileInfos &pandaFileInfos);
48 bool VerifyPandaFileMatched(const PGOPandaFileInfos &pandaFileInfos, const std::string &base,
Dpgo_profiler_info.cpp199 void PGOPandaFileInfos::Merge(const PGOPandaFileInfos &pandaFileInfos) in Merge() argument
201 for (const auto &info : pandaFileInfos.fileInfos_) { in Merge()
206 bool PGOPandaFileInfos::VerifyChecksum(const PGOPandaFileInfos &pandaFileInfos, const std::string &… in VerifyChecksum() argument
210 …set_union(fileInfos_.begin(), fileInfos_.end(), pandaFileInfos.fileInfos_.begin(), pandaFileInfos.… in VerifyChecksum()
Dpgo_profiler_info.h285 void Merge(const PGOPandaFileInfos &pandaFileInfos);
286 bool VerifyChecksum(const PGOPandaFileInfos &pandaFileInfos, const std::string &base,
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp569 std::unique_ptr<PGOPandaFileInfos> pandaFileInfos = std::make_unique<PGOPandaFileInfos>(); in HWTEST_F_L0() local
575 pandaFileInfos->Sample(0x34556738); in HWTEST_F_L0()
584 pandaFileInfos->ProcessToBinary(file, header->GetPandaInfoSection()); in HWTEST_F_L0()