Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h159 bool seen_monitor_operation = false; member
Dgraph_checker.cc108 if (GetGraph()->HasMonitorOperations() != flag_info_.seen_monitor_operation) { in CheckGraphFlags()
113 StrBool(flag_info_.seen_monitor_operation))); in CheckGraphFlags()
526 flag_info_.seen_monitor_operation = true; in VisitMonitorOperation()