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

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 85 public static final int GOTO_16 = 0x29;
OpcodeInfo.java 226 public static final Info GOTO_16 =
227 new Info(Opcodes.GOTO_16, "goto/16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 75 public static final int GOTO_16 = 0x29;
Dops.java 227 public static final Dop GOTO_16 =
228 new Dop(DalvOps.GOTO_16, DalvOps.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 85 public static final int GOTO_16 = 0x29;
OpcodeInfo.java 226 public static final Info GOTO_16 =
227 new Info(Opcodes.GOTO_16, "goto/16",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 228 Opcodes.GOTO_16, Form10t.THE_ONE, false);
230 public static final Dop GOTO_16 =
231 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 231 Opcodes.GOTO_16, Form10t.THE_ONE, false);
233 public static final Dop GOTO_16 =
234 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
    [all...]
  /art/compiler/dex/
mir_optimization.cc 198 case Instruction::GOTO_16:
299 case Instruction::GOTO_16:
    [all...]
local_value_numbering.cc 34 case Instruction::GOTO_16:
mir_graph.cc 284 case Instruction::GOTO_16:
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 448 new Instruction20t(Opcode.GOTO_16, codeAddress));
458 } else if (fixGoto && instruction.opcode == Opcode.GOTO_16) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 240 case Instruction::GOTO_16:
  /art/runtime/
dex_instruction_list.h 62 V(0x29, GOTO_16, "goto/16", k20t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 78 GOTO_16((short)0x29, "goto/16", ReferenceType.none, Format.Format20t),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 195 milliseconds