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/tools/veridex/
Dflow_analysis.cc422 case Instruction::REM_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h181 …V(0x9F, REM_LONG, "rem-long", k23x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyRegAWide | …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1420 HANDLER_ATTRIBUTES bool REM_LONG() { in REM_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2826 case Instruction::REM_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3310 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()