Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java232 REM_INT_LIT16, enumConstant
DInstruction.java535 addOpcodeInfo(Opcode.REM_INT_LIT16, "rem-int/lit16", 0xd4, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java274 intLit16Opcodes.add(Opcode.REM_INT_LIT16);
/art/tools/veridex/
Dflow_analysis.cc484 case Instruction::REM_INT_LIT16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h234 …V(0xD4, REM_INT_LIT16, "rem-int/lit16", k22s, kIndexNone, kContinue | kThrow, kRemainder | kRegCFi…
/art/compiler/optimizing/
Dinstruction_builder.cc2833 case Instruction::REM_INT_LIT16: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2420 ALWAYS_INLINE void REM_INT_LIT16() REQUIRES_SHARED(Locks::mutator_lock_) { in REM_INT_LIT16() function
/art/runtime/verifier/
Dmethod_verifier.cc3393 case Instruction::REM_INT_LIT16: in CodeFlowVerifyInstruction()