Home
last modified time | relevance | path

Searched refs:PGOFileSectionInterface (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h370 class PGOFileSectionInterface : public PGOFileDataInterface { class
372 PGOFileSectionInterface() = default;
373 ~PGOFileSectionInterface() override = default;
378 PGOFileSectionInterface &section) in ParseSectionFromBinary()
392 PGOFileSectionInterface &section) in ProcessSectionToBinary()
405 NO_COPY_SEMANTIC(PGOFileSectionInterface);
406 NO_MOVE_SEMANTIC(PGOFileSectionInterface);
H A Dpgo_proto_transition_type_pool.h36 class PGOProtoTransitionPool : public PGOFileSectionInterface {
H A Dpgo_record_pool.h128 class PGORecordPool : public PGOFileSectionInterface {
H A Dpool_template.h34 class PoolTemplate : public PGOFileSectionInterface {
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp746 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *profileTypePool_->GetPool()); in ParseFromBinary()
752 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *protoTransitionPool_); in ParseFromBinary()
753 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_); in ParseFromBinary()
841 PGOFileSectionInterface::ProcessSectionToBinary(*this, fileStream, header, *recordPool_); in ProcessToBinary()
842 PGOFileSectionInterface::ProcessSectionToBinary(*this, fileStream, header, *protoTransitionPool_); in ProcessToBinary()
844 PGOFileSectionInterface::ProcessSectionToBinary(*this, fileStream, header, *profileTypePool_->GetPool()); in ProcessToBinary()
1008 if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *profileTypePool_->GetPool())) { in ParseFromBinary()
1017 if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *protoTransitionPool_)) { in ParseFromBinary()
1021 if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_)) { in ParseFromBinary()
H A Dpgo_profiler_decoder.cpp117 PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool()); in LoadAbcIdPool()
H A Dpgo_profiler_encoder.cpp213 PGOFileSectionInterface::ProcessSectionToBinary(*globalRecordInfos_, fileStream, header_, in SaveAndRename()

Completed in 6 milliseconds