Searched refs:newMethodIds (Results 1 – 1 of 1) sorted by relevance
169 std::unordered_set<EntityId> newMethodIds; in UpdatePGO() local170 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()