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

1 2 3

  /art/compiler/optimizing/
codegen_test.cc 258 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
308 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
309 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0,
378 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0,
379 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0,
388 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0,
389 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0,
constant_folding_test.cc 169 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
instruction_builder.cc     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 44 CONST_WIDE,
Instruction.java 344 addOpcodeInfo(Opcode.CONST_WIDE, "const-wide", 0x18, new Format51l());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 76 /*24: 0x32*/ new ImmutableInstruction51l(Opcode.CONST_WIDE, 32, 33),
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 157 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
161 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
162 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
164 public static final Dop CONST_WIDE =
165 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
169 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 68 public static final int CONST_WIDE = 0x18;
OpcodeInfo.java 158 public static final Info CONST_WIDE =
159 new Info(Opcodes.CONST_WIDE, "const-wide",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 154 new Dop(DalvOps.CONST_WIDE_16, DalvOps.CONST_WIDE,
158 new Dop(DalvOps.CONST_WIDE_32, DalvOps.CONST_WIDE,
161 public static final Dop CONST_WIDE =
162 new Dop(DalvOps.CONST_WIDE, DalvOps.CONST_WIDE,
166 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE,
    [all...]
DalvOps.java 58 public static final int CONST_WIDE = 0x18;
  /art/compiler/dex/
inline_method_analyser.cc 120 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0
188 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
471 case Instruction::CONST_WIDE:
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 289 Assert.assertEquals(Opcode.CONST_WIDE, instruction.getOpcode());
  /art/runtime/
dex_instruction_list.h 46 V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue | kRegBFieldOrConstant, kVerifyRegAWide) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 68 CONST_WIDE(0x18, "const-wide", ReferenceType.NONE, Format.Format51l, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 636 case CONST_WIDE:
    [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 384 case Instruction::CONST_WIDE:
    [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 
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 

Completed in 115 milliseconds

1 2 3