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

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 247 public static final int REM_INT_LIT16 = 0xd4;
OpcodeInfo.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 246 public static final int REM_INT_LIT16 = 0xd4;
Dops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 247 public static final int REM_INT_LIT16 = 0xd4;
OpcodeInfo.java     [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java     [all...]
  /art/compiler/dex/
frontend.cc 370 Instruction::REM_INT_LIT16,
local_value_numbering.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc     [all...]
gen_common.cc     [all...]
  /art/runtime/
dex_instruction_list.h 233 V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, true, kNone, kContinue | kThrow | kRemainder | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 239 REM_INT_LIT16((short)0xd4, "rem-int/lit16", ReferenceType.NONE, Format.Format22s, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]