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.h257 has_monitor_operations_(false), in HeapLocationCollector()
358 return has_monitor_operations_; in HasMonitorOps()
641 has_monitor_operations_ = true; in VisitMonitorOperation()
651 bool has_monitor_operations_; // If there are monitor operations. variable
Dnodes.h402 has_monitor_operations_(false), in allocator_()
689 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations()
690 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations()
801 bool has_monitor_operations_; variable