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/tools/veridex/
Dflow_analysis.cc479 case Instruction::REM_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h213 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, kIndexNone, kContinue | kThrow, kRemainder, kVerif…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1429 HANDLER_ATTRIBUTES bool REM_LONG_2ADDR() { in REM_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3143 case Instruction::REM_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3342 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()