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

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 86 public static final int GOTO_32 = 0x2a;
OpcodeInfo.java 230 public static final Info GOTO_32 =
231 new Info(Opcodes.GOTO_32, "goto/32",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 76 public static final int GOTO_32 = 0x2a;
Dops.java 231 public static final Dop GOTO_32 =
232 new Dop(DalvOps.GOTO_32, DalvOps.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 86 public static final int GOTO_32 = 0x2a;
OpcodeInfo.java 230 public static final Info GOTO_32 =
231 new Info(Opcodes.GOTO_32, "goto/32",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 232 Opcodes.GOTO_32, Form20t.THE_ONE, false);
234 public static final Dop GOTO_32 =
235 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 235 Opcodes.GOTO_32, Form20t.THE_ONE, false);
237 public static final Dop GOTO_32 =
238 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
    [all...]
  /art/compiler/dex/
mir_optimization.cc 199 case Instruction::GOTO_32:
300 case Instruction::GOTO_32:
    [all...]
local_value_numbering.cc 35 case Instruction::GOTO_32:
mir_graph.cc 285 case Instruction::GOTO_32:
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 453 new Instruction30t(Opcode.GOTO_32, codeAddress));
464 new Instruction30t(Opcode.GOTO_32, codeAddress));
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 241 case Instruction::GOTO_32:
  /art/runtime/
dex_instruction_list.h 63 V(0x2A, GOTO_32, "goto/32", k30t, 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 79 GOTO_32((short)0x2a, "goto/32", ReferenceType.none, Format.Format30t),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 231 milliseconds