Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc100 static const char* StrBool(bool val) { in StrBool() function
109 StrBool(GetGraph()->HasMonitorOperations()), in CheckGraphFlags()
110 StrBool(flag_info_.seen_monitor_operation))); in CheckGraphFlags()
117 StrBool(GetGraph()->HasTryCatch()), in CheckGraphFlags()
118 StrBool(flag_info_.seen_try_boundary))); in CheckGraphFlags()
125 StrBool(GetGraph()->HasLoops()), in CheckGraphFlags()
126 StrBool(flag_info_.seen_loop))); in CheckGraphFlags()
131 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
132 StrBool(GetGraph()->HasLoops()))); in CheckGraphFlags()
139 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
[all …]
/art/dexlayout/
Ddexlayout.cc101 static const char* StrBool(bool val) { in StrBool() function
643 fputs(StrBool(data->GetBoolean()), out_file_); in DumpEncodedValue()