Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h387 class PGOMethodNameSet { class in panda::ecmascript::pgo::PGOMethodIdSet
389 explicit PGOMethodNameSet(Chunk* chunk): methodMap_(chunk) {}; in PGOMethodNameSet() function in panda::ecmascript::pgo::PGOMethodIdSet::PGOMethodNameSet
411 void Merge(const PGOMethodNameSet &from) in Merge()
458 ChunkUnorderedMap<CString, PGOMethodNameSet> methodInfoMap_;
H A Dpgo_profiler_info.cpp547 const_cast<PGOMethodNameSet &>(iter->second).Merge(methodNameSet.second); in Merge()

Completed in 4 milliseconds