Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h251 class PGODecodeMethodInfo { class
253 explicit PGODecodeMethodInfo(PGOMethodId id) : methodId_(id) {} in PGODecodeMethodInfo() function in panda::ecmascript::pgo::PGODecodeMethodInfo
265 void Merge(const PGODecodeMethodInfo &from);
400 PGODecodeMethodInfo& GetOrCreateMethodInfo(uint32_t checksum, PGOMethodId methodId) in GetOrCreateMethodInfo()
425 PGODecodeMethodInfo *GetFirstMethodInfo() in GetFirstMethodInfo()
433 PGODecodeMethodInfo *GetMethodInfo(uint32_t checksum) in GetMethodInfo()
449 ChunkUnorderedMap<uint32_t, PGODecodeMethodInfo> methodMap_;
H A Dpgo_profiler_info.cpp551 void PGODecodeMethodInfo::Merge(const PGODecodeMethodInfo &from) in Merge()

Completed in 6 milliseconds