HomeSort by relevance Sort by last modified time
    Searched refs:SPARSE_SWITCH (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tools/dasm/src/dasm/
sym.java 25 static final int SPARSE_SWITCH = 61;
ReservedWords.java 84 reserved_words.put("sparse-switch", new token(sym.SPARSE_SWITCH));
parser.cup 79 SPARSE_SWITCH, SPARSE_SWITCH_END,
743 SPARSE_SWITCH ss_table
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
OffsetInstructionFormatMethodItem.java 76 assert instruction.opcode == Opcode.SPARSE_SWITCH;
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 88 public static final int SPARSE_SWITCH = 0x2c;
OpcodeInfo.java 238 public static final Info SPARSE_SWITCH =
239 new Info(Opcodes.SPARSE_SWITCH, "sparse-switch",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 78 public static final int SPARSE_SWITCH = 0x2c;
Dops.java 239 public static final Dop SPARSE_SWITCH =
240 new Dop(DalvOps.SPARSE_SWITCH, DalvOps.SPARSE_SWITCH,
    [all...]
RopToDop.java 106 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH);
RopTranslator.java 640 Dops.PACKED_SWITCH : Dops.SPARSE_SWITCH;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 88 public static final int SPARSE_SWITCH = 0x2c;
OpcodeInfo.java 238 public static final Info SPARSE_SWITCH =
239 new Info(Opcodes.SPARSE_SWITCH, "sparse-switch",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 242 public static final Dop SPARSE_SWITCH =
243 new Dop(Opcodes.SPARSE_SWITCH, Opcodes.SPARSE_SWITCH,
    [all...]
RopToDop.java 87 // Opcodes.SPARSE_SWITCH
277 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH);
RopTranslator.java 649 Dops.PACKED_SWITCH : Dops.SPARSE_SWITCH;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 245 public static final Dop SPARSE_SWITCH =
246 new Dop(Opcodes.SPARSE_SWITCH, Opcodes.SPARSE_SWITCH,
    [all...]
RopToDop.java 88 // Opcodes.SPARSE_SWITCH
278 MAP.put(Rops.SWITCH, Dops.SPARSE_SWITCH);
RopTranslator.java 647 Dops.PACKED_SWITCH : Dops.SPARSE_SWITCH;
  /art/compiler/dex/
local_value_numbering.cc 42 case Instruction::SPARSE_SWITCH:
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 85 } else if (instruction.opcode == Opcode.SPARSE_SWITCH) {
  /art/compiler/dex/quick/
mir_to_lir.cc 253 case Instruction::SPARSE_SWITCH:
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 476 case Opcodes.SPARSE_SWITCH: {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 477 case Opcodes.SPARSE_SWITCH: {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 514 if (instruction.opcode == Opcode.PACKED_SWITCH || instruction.opcode == Opcode.SPARSE_SWITCH) {
    [all...]
  /art/runtime/
dex_instruction_list.h 65 V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVerifySwitchTargets) \

Completed in 159 milliseconds

1 2