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