Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java179 REM_LONG, enumConstant
DInstruction.java482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java214 longOpcodes.add(Opcode.REM_LONG);
/art/runtime/
Ddex_instruction_list.h180 …V(0x9F, REM_LONG, "rem-long", k23x, true, kIndexNone, kContinue | kThrow | kRemainder, kVerifyRegA…
/art/compiler/optimizing/
Dinstruction_builder.cc2087 case Instruction::REM_LONG: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1921 HANDLE_INSTRUCTION_START(REM_LONG) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1801 case Instruction::REM_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3117 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()