Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc103 static const char* StrBool(bool val) { in StrBool() function
112 StrBool(GetGraph()->HasMonitorOperations()), in CheckGraphFlags()
113 StrBool(flag_info_.seen_monitor_operation))); in CheckGraphFlags()
120 StrBool(GetGraph()->HasTryCatch()), in CheckGraphFlags()
121 StrBool(flag_info_.seen_try_boundary))); in CheckGraphFlags()
128 StrBool(GetGraph()->HasLoops()), in CheckGraphFlags()
129 StrBool(flag_info_.seen_loop))); in CheckGraphFlags()
134 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
135 StrBool(GetGraph()->HasLoops()))); in CheckGraphFlags()
142 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
[all …]