Searched refs:ProcessSectionToBinary (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_file_info.h | 391 static bool ProcessSectionToBinary(PGOContext &context, std::fstream &fileStream, PGOProfilerHeader *const header, in ProcessSectionToBinary() function in panda::ecmascript::pgo::PGOFileSectionInterface
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_encoder.cpp | 213 PGOFileSectionInterface::ProcessSectionToBinary(*globalRecordInfos_, fileStream, header_, in SaveAndRename()
|
H A D | pgo_profiler_info.cpp | 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()
|
Completed in 4 milliseconds