Searched refs:REM_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 168 REM_INT, enumConstant
|
D | Instruction.java | 471 addOpcodeInfo(Opcode.REM_INT, "rem-int", 0x94, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 190 intOpcodes.add(Opcode.REM_INT);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 421 case Instruction::REM_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 170 …V(0x94, REM_INT, "rem-int", k23x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyRegA | kVerif…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2525 case Instruction::REM_INT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1945 ALWAYS_INLINE void REM_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in REM_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3284 case Instruction::REM_INT: in CodeFlowVerifyInstruction()
|