Searched refs:safe (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmem_map.cc854 bool safe = true; local
857 safe = false;
866 if (safe == true) {
/art/compiler/optimizing/
H A Dinduction_var_range_test.cc141 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) { argument
143 if (in_loop && safe) {
149 } else if (safe) {

Completed in 91 milliseconds