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

  /art/dexdump/
dexdump_cfg.cc 52 const uint16_t* switch_insns = insns + switch_offset; local
53 uint32_t switch_count = switch_insns[1];
64 static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) |
65 static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16);
226 const uint16_t* switch_insns = insns + switch_offset; local
227 uint32_t switch_count = switch_insns[1];
240 static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) |
241 static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16);
  /art/runtime/verifier/
method_verifier.cc 1456 const uint16_t* switch_insns = insns + switch_offset; local
3545 const uint16_t* switch_insns = insns + offset_to_switch; local
    [all...]

Completed in 197 milliseconds