Searched refs:REM_INT_LIT16 (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 232 REM_INT_LIT16, enumConstant
|
D | Instruction.java | 535 addOpcodeInfo(Opcode.REM_INT_LIT16, "rem-int/lit16", 0xd4, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 274 intLit16Opcodes.add(Opcode.REM_INT_LIT16);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 484 case Instruction::REM_INT_LIT16: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 234 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, kIndexNone, kContinue | kThrow, kRemainder | kRegCFi…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1711 HANDLER_ATTRIBUTES bool REM_INT_LIT16() { in REM_INT_LIT16() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2855 case Instruction::REM_INT_LIT16: in ProcessDexInstruction()
|