Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h405 has_monitor_operations_(false), in allocator_()
708 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations()
709 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations()
823 bool has_monitor_operations_; variable