Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc2616 size_t start_size = phi_placeholders_to_search_for_kept_stores_.NumSetBits(); in SearchPhiPlaceholdersForKeptStores() local
2617 work_queue.reserve(((start_size * 3u) + 1u) / 2u); // Reserve 1.5x start size, rounded up. in SearchPhiPlaceholdersForKeptStores()