Home
last modified time | relevance | path

Searched refs:newMethodIds (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp169 std::unordered_set<EntityId> newMethodIds; in UpdatePGO() local
170 auto dfs = [this, &newMethodIds] (const CString &recordName, in UpdatePGO()
172 newMethodIds.clear(); in UpdatePGO()
174 return newMethodIds; in UpdatePGO()
177 SearchForCompilation(recordName, oldIds, newMethodIds, mainMethodOffset, false); in UpdatePGO()
178 return newMethodIds; in UpdatePGO()