Searched refs:ParseSectionFromBinary (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 117 PGOFileSectionInterface::ParseSectionFromBinary(context, addr, header_, *abcFilePoolTemp->GetPool()); in LoadAbcIdPool()
|
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() 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 D | pgo_file_info.h | 377 static bool ParseSectionFromBinary(PGOContext &context, void *buffer, PGOProfilerHeader const *header, in ParseSectionFromBinary() function in panda::ecmascript::pgo::PGOFileSectionInterface
|
Completed in 4 milliseconds