Searched refs:PGOFileSectionInterface (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_file_info.h | 370 class PGOFileSectionInterface : public PGOFileDataInterface { class 372 PGOFileSectionInterface() = default; 373 ~PGOFileSectionInterface() override = default; 378 PGOFileSectionInterface §ion) in ParseSectionFromBinary() 392 PGOFileSectionInterface §ion) in ProcessSectionToBinary() 405 NO_COPY_SEMANTIC(PGOFileSectionInterface); 406 NO_MOVE_SEMANTIC(PGOFileSectionInterface);
|
H A D | pgo_proto_transition_type_pool.h | 36 class PGOProtoTransitionPool : public PGOFileSectionInterface {
|
H A D | pgo_record_pool.h | 128 class PGORecordPool : public PGOFileSectionInterface {
|
H A D | pool_template.h | 34 class PoolTemplate : public PGOFileSectionInterface {
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 746 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 D | pgo_profiler_decoder.cpp | 117 PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool()); in LoadAbcIdPool()
|
H A D | pgo_profiler_encoder.cpp | 213 PGOFileSectionInterface::ProcessSectionToBinary(*globalRecordInfos_, fileStream, header_, in SaveAndRename()
|
Completed in 6 milliseconds