HomeSort by relevance Sort by last modified time
    Searched refs:next_slot (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/
local_optimizations.cc 319 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];
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 223 next_slot = 0
238 slot = next_slot
239 next_slot += 1
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 223 next_slot = 0
238 slot = next_slot
239 next_slot += 1
  /external/chromium_org/v8/src/
heap.cc 1565 Object** next_slot = local
    [all...]

Completed in 139 milliseconds