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

/art/compiler/dex/quick/
H A Dlocal_optimizations.cc319 int next_slot = 0; local
352 prev_inst_list[next_slot++] = check_lir;
367 prev_inst_list[next_slot++] = check_lir;
368 if (next_slot == MAX_HOIST_DISTANCE) {
384 if (stop_here == false && next_slot < MAX_HOIST_DISTANCE) {
385 prev_inst_list[next_slot++] = head_lir;
392 if (next_slot >= 2) {
393 int first_slot = next_slot - 2;
395 LIR* dep_lir = prev_inst_list[next_slot-1];

Completed in 22 milliseconds