Searched refs:pandaFileInfos (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 80 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()
|
| D | pgo_profiler_encoder.h | 47 void Merge(const PGOPandaFileInfos &pandaFileInfos); 48 bool VerifyPandaFileMatched(const PGOPandaFileInfos &pandaFileInfos, const std::string &base,
|
| D | pgo_profiler_info.cpp | 199 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()
|
| D | pgo_profiler_info.h | 285 void Merge(const PGOPandaFileInfos &pandaFileInfos); 286 bool VerifyChecksum(const PGOPandaFileInfos &pandaFileInfos, const std::string &base,
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 569 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()
|