Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java200 REM_INT_2ADDR, enumConstant
H A DInstruction.java503 addOpcodeInfo(Opcode.REM_INT_2ADDR, "rem-int/2addr", 0xb4, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java202 int2addrOpcodes.add(Opcode.REM_INT_2ADDR);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc478 case Instruction::REM_INT_2ADDR: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h202 …V(0xB4, REM_INT_2ADDR, "rem-int/2addr", k12x, kIndexNone, kContinue | kThrow, kRemainder, kVerifyR…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1376 HANDLER_ATTRIBUTES bool REM_INT_2ADDR() { in REM_INT_2ADDR() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3137 case Instruction::REM_INT_2ADDR: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3321 case Instruction::REM_INT_2ADDR: in CodeFlowVerifyInstruction()