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.h206 has_heap_stores_(false), in HeapLocationCollector()
284 return has_heap_stores_; in HasHeapStores()
507 has_heap_stores_ = true; in VisitInstanceFieldSet()
538 has_heap_stores_ = true; in VisitStaticFieldSet()
557 has_heap_stores_ = true; in VisitArraySet()
573 has_heap_stores_ = true; in VisitVecStore()
596 bool has_heap_stores_; // If there is no heap stores, LSE acts as GVN with better variable