Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java211 REM_LONG_2ADDR, enumConstant
DInstruction.java514 addOpcodeInfo(Opcode.REM_LONG_2ADDR, "rem-long/2addr", 0xbf, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java226 long2addrOpcodes.add(Opcode.REM_LONG_2ADDR);
/art/runtime/
Ddex_instruction_list.h212 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, true, kIndexNone, kContinue | kThrow | kRemainder,…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2051 case Instruction::REM_LONG_2ADDR: { in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc2173 HANDLE_INSTRUCTION_START(REM_LONG_2ADDR) { in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2236 case Instruction::REM_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3173 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()