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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 41 CONST_HIGH16,
Instruction.java 341 addOpcodeInfo(Opcode.CONST_HIGH16, "const/high16", 0x15, new Format21h());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 55 /*07: 0x09*/ new ImmutableInstruction21ih(Opcode.CONST_HIGH16, 9, 0x10000),
  /art/compiler/optimizing/
scheduler_test.cc 411 Instruction::CONST_HIGH16 | 0 << 8, 0x4120, // const/high16 v0, #float 10.0 // #41200000
415 Instruction::CONST_HIGH16 | 5 << 8, 0x3f80, // const/high16 v5, #float 1.0 // #3f800000
instruction_builder.cc     [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 66 public static final int CONST_HIGH16 = 0x15;
OpcodeInfo.java 146 public static final Info CONST_HIGH16 =
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 55 public static final int CONST_HIGH16 = 0x15;
Dops.java 149 public static final Dop CONST_HIGH16 =
150 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 146 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);
152 public static final Dop CONST_HIGH16 =
153 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
    [all...]
  /art/compiler/dex/
inline_method_analyser.cc 469 case Instruction::CONST_HIGH16:
558 if (instruction->Opcode() == Instruction::CONST_HIGH16) {
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 260 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
272 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
    [all...]
  /art/libdexfile/dex/
dex_instruction.cc 190 if (Opcode() == CONST_HIGH16) {
dex_instruction_list.h 43 V(0x15, CONST_HIGH16, "const/high16", k21h, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegA) \
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 164 Assert.assertEquals(Opcode.CONST_HIGH16, instruction.getOpcode());
  /art/tools/veridex/
flow_analysis.cc 258 case Instruction::CONST_HIGH16: {
  /art/dexdump/
dexdump.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 65 CONST_HIGH16(0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 645 case CONST_HIGH16:
    [all...]
  /art/dexlayout/
dexlayout.cc 900 if (dec_insn->Opcode() == Instruction::CONST_HIGH16) {
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 662 ALWAYS_INLINE void CONST_HIGH16() 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 124 milliseconds