Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java226 DIV_DOUBLE_2ADDR, enumConstant
DInstruction.java529 addOpcodeInfo(Opcode.DIV_DOUBLE_2ADDR, "div-double/2addr", 0xce, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java255 double2addrOpcodes.add(Opcode.DIV_DOUBLE_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc466 case Instruction::DIV_DOUBLE_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h228 …V(0xCE, DIV_DOUBLE_2ADDR, "div-double/2addr", k12x, kIndexNone, kContinue, kDivide, kVerifyRegAWid…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1680 HANDLER_ATTRIBUTES bool DIV_DOUBLE_2ADDR() { in DIV_DOUBLE_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2753 case Instruction::DIV_DOUBLE_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3390 case Instruction::DIV_DOUBLE_2ADDR: in CodeFlowVerifyInstruction()