Searched defs:recordProfileType (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 635 PGOMethodInfoMap *PGORecordDetailInfos::GetMethodInfoMap(ProfileType recordProfileType) in GetMethodInfoMap() 647 bool PGORecordDetailInfos::AddMethod(const JSThread *thread, ProfileType recordProfileType, Method … in AddMethod() 656 bool PGORecordDetailInfos::AddType(ProfileType recordProfileType, PGOMethodId methodId, int32_t off… in AddType() 664 bool PGORecordDetailInfos::AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, i… in AddCallTargetType() 673 ProfileType recordProfileType, EntityId methodId, int32_t offset, const PGOObjectInfo &info) in AddObjectInfo() 681 ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGODefineOpType type) in AddDefine()
|