Searched refs:ParseSectionFromBinary (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 740 …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()
|
| D | pgo_profiler_decoder.cpp | 117 …PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool(… in LoadAbcIdPool()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 377 …static bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *hea… in ParseSectionFromBinary() function
|