Home
last modified time | relevance | path

Searched refs:ParseSectionFromBinary (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp740 …PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *profileTypePool_->GetPool(… in ParseFromBinary()
746 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *protoTransitionPool_); in ParseFromBinary()
747 PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_); in ParseFromBinary()
1001 …if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *profileTypePool_->Get… in ParseFromBinary()
1010 …if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *protoTransitionPool_)… in ParseFromBinary()
1014 if (!PGOFileSectionInterface::ParseSectionFromBinary(*this, buffer, header, *recordPool_)) { in ParseFromBinary()
Dpgo_profiler_decoder.cpp117 …PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool(… in LoadAbcIdPool()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h377 …static bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *hea… in ParseSectionFromBinary() function