Home
last modified time | relevance | path

Searched refs:REM_INT (Results 1 – 7 of 7) 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/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1367 HANDLER_ATTRIBUTES bool REM_INT() { in REM_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2547 case Instruction::REM_INT: { in ProcessDexInstruction()