Searched refs:has_heap_stores_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.h196 has_heap_stores_(false),
260 return has_heap_stores_;
473 has_heap_stores_ = true;
504 has_heap_stores_ = true;
521 has_heap_stores_ = true;
535 has_heap_stores_ = true;
557 bool has_heap_stores_; // If there is no heap stores, LSE acts as GVN with better member in class:art::HeapLocationCollector

Completed in 4 milliseconds