Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h255 has_heap_stores_(false), in HeapLocationCollector()
350 return has_heap_stores_; in HasHeapStores()
580 has_heap_stores_ = true; in VisitInstanceFieldSet()
590 has_heap_stores_ = true; in VisitStaticFieldSet()
609 has_heap_stores_ = true; in VisitArraySet()
625 has_heap_stores_ = true; in VisitVecStore()
648 bool has_heap_stores_; // If there is no heap stores, LSE acts as GVN with better variable