Searched defs:recordProfileType (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_info.cpp | 572 PGOMethodInfoMap *PGORecordDetailInfos::GetMethodInfoMap(ProfileType recordProfileType) in GetMethodInfoMap() argument 584 bool PGORecordDetailInfos::AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mode) in AddMethod() argument 592 bool PGORecordDetailInfos::AddType(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, in AddType() argument 600 bool PGORecordDetailInfos::AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, in AddCallTargetType() argument 608 AddObjectInfo( ProfileType recordProfileType, EntityId methodId, int32_t offset, const PGOObjectInfo &info) AddObjectInfo() argument 616 AddDefine( ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGODefineOpType type) AddDefine() argument [all...] |
Completed in 5 milliseconds