Searched refs:PGOMethodNameSet (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ | ||
H A D | pgo_profiler_info.h | 387 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 D | pgo_profiler_info.cpp | 547 const_cast<PGOMethodNameSet &>(iter->second).Merge(methodNameSet.second); in Merge() |
Completed in 4 milliseconds