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

  /art/compiler/dex/quick/
local_optimizations.cc 365 int next_slot = 0; local
398 prev_inst_list[next_slot++] = check_lir;
413 prev_inst_list[next_slot++] = check_lir;
414 if (next_slot == MAX_HOIST_DISTANCE) {
430 if (stop_here == false && next_slot < MAX_HOIST_DISTANCE) {
431 prev_inst_list[next_slot++] = head_lir;
438 if (next_slot >= 2) {
439 int first_slot = next_slot - 2;
441 LIR* dep_lir = prev_inst_list[next_slot-1];
  /external/chromium_org/v8/src/
objects-visiting.cc 228 Object** next_slot = local
230 collector->RecordSlot(next_slot, next_slot, retained);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 1038 bool next_slot = false; local
1052 next_slot = true;
1057 next_slot = true;
1060 if (next_slot) {
    [all...]
  /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

Completed in 592 milliseconds