Searched refs:REM_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 211 REM_LONG_2ADDR, enumConstant
|
D | Instruction.java | 514 addOpcodeInfo(Opcode.REM_LONG_2ADDR, "rem-long/2addr", 0xbf, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 226 long2addrOpcodes.add(Opcode.REM_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 456 case Instruction::REM_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 213 …V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, kIndexNone, kContinue | kThrow, kRemainder, kVerif…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2680 case Instruction::REM_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2257 ALWAYS_INLINE void REM_LONG_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in REM_LONG_2ADDR() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3358 case Instruction::REM_LONG_2ADDR: in CodeFlowVerifyInstruction()
|