Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc105 if (GetGraph()->HasMonitorOperations() != flag_info_.seen_monitor_operation) { in CheckGraphFlags()
109 StrBool(GetGraph()->HasMonitorOperations()), in CheckGraphFlags()
497 if (!GetGraph()->HasMonitorOperations()) { in VisitMonitorOperation()
Dcode_generator.cc1202 graph->HasMonitorOperations() || in NeedsVregInfo()
Dnodes.cc2797 if (HasMonitorOperations()) { in InlineInto()
Dnodes.h708 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations() function