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

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RegisterClobber.java 91 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16);
NewArrayLengthChanger.java 131 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_16);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 39 CONST_16,
Instruction.java 339 addOpcodeInfo(Opcode.CONST_16, "const/16", 0x13, new Format21s());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 57 /*09: 0x0d*/ new ImmutableInstruction21s(Opcode.CONST_16, 11, 12),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 64 public static final int CONST_16 = 0x13;
OpcodeInfo.java 138 public static final Info CONST_16 =
139 new Info(Opcodes.CONST_16, "const/16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 53 public static final int CONST_16 = 0x13;
Dops.java 141 public static final Dop CONST_16 =
142 new Dop(DalvOps.CONST_16, DalvOps.CONST,
    [all...]
  /art/compiler/optimizing/
scheduler_test.cc 413 Instruction::CONST_16 | 5 << 8, 0x000a, // const/16 v5, #int 10
instruction_builder.cc     [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 142 Opcodes.CONST_16, Form11n.THE_ONE, true);
144 public static final Dop CONST_16 =
145 new Dop(Opcodes.CONST_16, Opcodes.CONST,
    [all...]
  /art/compiler/dex/
inline_method_analyser.cc 468 case Instruction::CONST_16:
  /art/tools/veridex/
flow_analysis.cc 244 case Instruction::CONST_16: {
  /art/libdexfile/dex/
dex_instruction_list.h 41 V(0x13, CONST_16, "const/16", k21s, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegA) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 63 CONST_16(0x13, "const/16", ReferenceType.NONE, Format.Format21s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 643 case CONST_16:
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 642 ALWAYS_INLINE void CONST_16() REQUIRES_SHARED(Locks::mutator_lock_) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 104 milliseconds