Searched refs:REM_INT_LIT16 (Results 1 – 8 of 8) 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/compiler/optimizing/ |
D | instruction_builder.cc | 2833 case Instruction::REM_INT_LIT16: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2420 ALWAYS_INLINE void REM_INT_LIT16() REQUIRES_SHARED(Locks::mutator_lock_) { in REM_INT_LIT16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3393 case Instruction::REM_INT_LIT16: in CodeFlowVerifyInstruction()
|