Home
last modified time | relevance | path

Searched refs:REM_INT (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java168 REM_INT, enumConstant
DInstruction.java471 addOpcodeInfo(Opcode.REM_INT, "rem-int", 0x94, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java190 intOpcodes.add(Opcode.REM_INT);
/art/tools/veridex/
Dflow_analysis.cc421 case Instruction::REM_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h170 …V(0x94, REM_INT, "rem-int", k23x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyRegA | kVerif…
/art/compiler/optimizing/
Dinstruction_builder.cc2525 case Instruction::REM_INT: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1945 ALWAYS_INLINE void REM_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in REM_INT() function
/art/runtime/verifier/
Dmethod_verifier.cc3284 case Instruction::REM_INT: in CodeFlowVerifyInstruction()