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

  /art/compiler/optimizing/
codegen_test.cc 263 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
313 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
314 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0,
383 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0,
384 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0,
393 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0,
394 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0,
    [all...]
constant_folding_test.cc 160 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 69 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 119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0
189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
475 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/tools/veridex/
flow_analysis.cc 267 case Instruction::CONST_WIDE:
  /art/libdexfile/dex/
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 650 case CONST_WIDE:
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 682 ALWAYS_INLINE void CONST_WIDE() 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 1915 milliseconds