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

1 2 3

  /art/compiler/optimizing/
scheduler_test.cc 214 Instruction::CONST_HIGH16 | 0 << 8, 0x4120, // const/high16 v0, #float 10.0 // #41200000
218 Instruction::CONST_HIGH16 | 5 << 8, 0x3f80, // const/high16 v5, #float 1.0 // #3f800000
instruction_builder.cc     [all...]
  /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),
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 65 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 465 case Instruction::CONST_HIGH16:
554 if (instruction->Opcode() == Instruction::CONST_HIGH16) {
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 236 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
    [all...]
  /art/runtime/
dex_instruction.cc 181 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/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 631 case CONST_HIGH16:
    [all...]
  /art/dexlayout/
dexlayout.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /art/runtime/interpreter/
interpreter_switch_impl.cc 363 case Instruction::CONST_HIGH16: {
    [all...]
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 

Completed in 3825 milliseconds

1 2 3