Home
last modified time | relevance | path

Searched refs:REM_DOUBLE_2ADDR (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java227 REM_DOUBLE_2ADDR, enumConstant
H A DInstruction.java530 addOpcodeInfo(Opcode.REM_DOUBLE_2ADDR, "rem-double/2addr", 0xcf, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h124 return Instruction::ADD_INT_2ADDR <= code && code <= Instruction::REM_DOUBLE_2ADDR; in IsInstructionBinOp2Addr()
H A Ddex_instruction_list.h229 …V(0xCF, REM_DOUBLE_2ADDR, "rem-double/2addr", k12x, kIndexNone, kContinue, kRemainder, kVerifyRegA…
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java261 || Opcode.isBetween(opcode, Opcode.ADD_DOUBLE_2ADDR, Opcode.REM_DOUBLE_2ADDR)) { in getInstructionOutputType()
H A DArithOpChanger.java256 double2addrOpcodes.add(Opcode.REM_DOUBLE_2ADDR);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc481 case Instruction::REM_DOUBLE_2ADDR: in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1508 HANDLER_ATTRIBUTES bool REM_DOUBLE_2ADDR() { in REM_DOUBLE_2ADDR() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3154 case Instruction::REM_DOUBLE_2ADDR: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3368 case Instruction::REM_DOUBLE_2ADDR: in CodeFlowVerifyInstruction()