Searched defs:recordProfileType (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 568 PGOMethodInfoMap *PGORecordDetailInfos::GetMethodInfoMap(ProfileType recordProfileType) in GetMethodInfoMap() 580 bool PGORecordDetailInfos::AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mo… in AddMethod() 588 bool PGORecordDetailInfos::AddType(ProfileType recordProfileType, PGOMethodId methodId, int32_t off… in AddType() 596 bool PGORecordDetailInfos::AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, i… in AddCallTargetType() 605 ProfileType recordProfileType, EntityId methodId, int32_t offset, const PGOObjectInfo &info) in AddObjectInfo() 613 ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGODefineOpType type) in AddDefine()
|