Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java240 REM_INT_LIT8, enumConstant
DInstruction.java543 addOpcodeInfo(Opcode.REM_INT_LIT8, "rem-int/lit8", 0xdc, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java262 intLit8Opcodes.add(Opcode.REM_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc496 case Instruction::REM_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h242 …V(0xDC, REM_INT_LIT8, "rem-int/lit8", k22b, kIndexNone, kContinue | kThrow, kRemainder | kRegCFiel…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1749 HANDLER_ATTRIBUTES bool REM_INT_LIT8() { in REM_INT_LIT8() function
/art/compiler/optimizing/
Dinstruction_builder.cc3129 case Instruction::REM_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3415 case Instruction::REM_INT_LIT8: in CodeFlowVerifyInstruction()