Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc202 has_volatile_(false), in HeapLocationCollector()
230 return has_volatile_; in HasVolatile()
403 has_volatile_ = true; in VisitFieldAccess()
489 bool has_volatile_; // If there are volatile field accesses. member in art::HeapLocationCollector