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.h203 has_heap_stores_(false), in HeapLocationCollector()
279 return has_heap_stores_; in HasHeapStores()
502 has_heap_stores_ = true; in VisitInstanceFieldSet()
533 has_heap_stores_ = true; in VisitStaticFieldSet()
552 has_heap_stores_ = true; in VisitArraySet()
568 has_heap_stores_ = true; in VisitVecStore()
590 bool has_heap_stores_; // If there is no heap stores, LSE acts as GVN with better variable