Searched defs:ParseFromBinary (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 85 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary() function in panda::ecmascript::PGOProfilerHeader 180 void PGOPandaFileInfos::ParseFromBinary(void *buffer, SectionInfo *const info) in ParseFromBinary() function in panda::ecmascript::PGOPandaFileInfos 348 bool PGOMethodTypeSet::ParseFromBinary(void **buffer, PGOProfilerHeader *const header) in ParseFromBinary() function in panda::ecmascript::PGOMethodTypeSet 729 bool PGOMethodInfoMap::ParseFromBinary(Chunk *chunk, uint32_t threshold, void **buffer, PGOProfiler… in ParseFromBinary() function in panda::ecmascript::PGOMethodInfoMap 904 bool PGOMethodIdSet::ParseFromBinary(uint32_t threshold, void **buffer, PGOProfilerHeader *const he… in ParseFromBinary() function in panda::ecmascript::PGOMethodIdSet 1079 void PGORecordDetailInfos::ParseFromBinary(void *buffer, PGOProfilerHeader *const header) in ParseFromBinary() function in panda::ecmascript::PGORecordDetailInfos 1257 void PGORecordSimpleInfos::ParseFromBinary(void *buffer, PGOProfilerHeader *const header) in ParseFromBinary() function in panda::ecmascript::PGORecordSimpleInfos
|