Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h208 has_monitor_operations_(false) { in HeapLocationCollector()
292 return has_monitor_operations_; in HasMonitorOps()
589 has_monitor_operations_ = true; in VisitMonitorOperation()
599 bool has_monitor_operations_; // If there are monitor operations. variable
Dnodes.h398 has_monitor_operations_(false), in allocator_()
668 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations()
669 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations()
773 bool has_monitor_operations_; variable