Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp117 PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool()); in LoadAbcIdPool()
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()
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()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h377 static bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, in ParseSectionFromBinary() function in panda::ecmascript::pgo::PGOFileSectionInterface

Completed in 4 milliseconds