Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc201 has_heap_stores_(false), in HeapLocationCollector()
226 return has_heap_stores_; in HasHeapStores()
422 has_heap_stores_ = true; in VisitInstanceFieldSet()
435 has_heap_stores_ = true; in VisitStaticFieldSet()
448 has_heap_stores_ = true; in VisitArraySet()
487 bool has_heap_stores_; // If there is no heap stores, LSE acts as GVN with better member in art::HeapLocationCollector