Searched refs:recordPool_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 723 recordPool_->Merge(*recordInfos.recordPool_); in Merge() 753 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_); in ParseFromBinary() 772 recordPool_->Add(ProfileType(recordId), recordName); in ParseFromBinary() 841 PGOFileSectionInterface::ProcessSectionToBinary(*this, fileStream, header, *recordPool_); in ProcessToBinary() 946 const CString recordName(recordPool_->GetName(iter->first)); in ProcessToText() 954 recordPool_->ProcessToText(stream); in ProcessToText() 962 recordPool_ = std::make_unique<PGORecordPool>(); in InitSections() 978 recordPool_->Clear(); in Clear() 1021 if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_)) { in ParseFromBinary() [all...] |
H A D | pgo_profiler_info.h | 502 return recordPool_; in GetRecordPool() 566 std::shared_ptr<PGORecordPool> recordPool_; member in panda::ecmascript::pgo::PGORecordDetailInfos 761 std::shared_ptr<PGORecordPool> recordPool_; member in panda::ecmascript::pgo::PGORecordSimpleInfos
|
Completed in 4 milliseconds