Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp171 const std::unordered_set<EntityId> &oldIds) -> std::unordered_set<EntityId> & { in UpdatePGO() argument
177 SearchForCompilation(recordName, oldIds, newMethodIds, mainMethodOffset, false); in UpdatePGO()
Dcompilation_driver.h60 … [[maybe_unused]] const std::unordered_set<EntityId> &oldIds) -> std::unordered_set<EntityId> & { in UpdateCompileQueue()
255 … [[maybe_unused]] const std::unordered_set<EntityId> &oldIds) -> std::unordered_set<EntityId>& { in SearchForCompilation()