Home
last modified time | relevance | path

Searched refs:PGOMethodInfoMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp173 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, Method *jsMethod, SampleMode mode) in AddMethod()
201 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet()
213 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type) in AddType()
221 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type) in AddCallTargetType()
229 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info) in AddObjectInfo()
237 bool PGOMethodInfoMap::AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGODefineOpType type) in AddDefine()
245 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge()
290 bool PGOMethodInfoMap::ParseFromBinary(Chunk *chunk, PGOContext &context, void **buffer) in ParseFromBinary()
323 bool PGOMethodInfoMap
[all...]
H A Dpgo_profiler_info.h272 class PGOMethodInfoMap { class
274 PGOMethodInfoMap() = default;
291 void Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos);
307 NO_COPY_SEMANTIC(PGOMethodInfoMap);
308 NO_MOVE_SEMANTIC(PGOMethodInfoMap);
495 const CMap<ProfileType, PGOMethodInfoMap *> &GetRecordInfos() const in GetRecordInfos()
556 PGOMethodInfoMap *GetMethodInfoMap(ProfileType recordProfileType);
563 CMap<ProfileType, PGOMethodInfoMap *> recordInfos_;

Completed in 3 milliseconds