Searched defs:stop_here (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc145 bool stop_here = false; local
153 stop_here = true;
198 stop_here = true;
202 stop_here = true;
206 stop_here = true;
216 stop_here = true;
220 if (stop_here) {
234 if (stop_here == false) {
235 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask, check_lir);
238 if (stop_here
320 bool stop_here = false; local
[all...]

Completed in 55 milliseconds