| 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 753 typeInfoSet->ParseFromBinary(buffer, header); in ParseFromBinary() 904 bool PGOMethodIdSet::ParseFromBinary(uint32_t threshold, void **buffer, PGOProfilerHeader *const he… in ParseFromBinary() function in panda::ecmascript::PGOMethodIdSet 929 methodInfo.GetPGOMethodTypeSet().ParseFromBinary(buffer, header); in ParseFromBinary() 1079 void PGORecordDetailInfos::ParseFromBinary(void *buffer, PGOProfilerHeader *const header) in ParseFromBinary() function in panda::ecmascript::PGORecordDetailInfos 1086 if (methodInfos->ParseFromBinary(chunk_.get(), hotnessThreshold_, &addr, header)) { in ParseFromBinary() 1257 void PGORecordSimpleInfos::ParseFromBinary(void *buffer, PGOProfilerHeader *const header) in ParseFromBinary() function in panda::ecmascript::PGORecordSimpleInfos [all …]
|