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.h205 has_monitor_operations_(false) {} in HeapLocationCollector()
287 return has_monitor_operations_; in HasMonitorOps()
584 has_monitor_operations_ = true; in VisitMonitorOperation()
593 bool has_monitor_operations_; // If there are monitor operations. variable
Dnodes.h340 has_monitor_operations_(false), in allocator_()
615 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations()
616 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations()
716 bool has_monitor_operations_; variable