HomeSort by relevance Sort by last modified time
    Searched defs:switch_data (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_graph.cc 346 const uint16_t* switch_data = local
364 DCHECK_EQ(static_cast<int>(switch_data[0]),
366 size = switch_data[1];
367 first_key = switch_data[2] | (switch_data[3] << 16);
368 target_table = reinterpret_cast<const int*>(&switch_data[4]);
380 DCHECK_EQ(static_cast<int>(switch_data[0]),
382 size = switch_data[1];
383 keyTable = reinterpret_cast<const int*>(&switch_data[2]);
384 target_table = reinterpret_cast<const int*>(&switch_data[2 + size*2])
    [all...]
  /art/runtime/interpreter/
interpreter.cc 982 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t(); local
1552 const uint16_t* switch_data = reinterpret_cast<const uint16_t*>(inst) + inst->VRegB_31t(); local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 1470 SwitchData switch_data = new SwitchData(SourcePosition.NO_INFO, local
    [all...]

Completed in 578 milliseconds