Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java194 DIV_DOUBLE, enumConstant
DInstruction.java497 addOpcodeInfo(Opcode.DIV_DOUBLE, "div-double", 0xae, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java249 doubleOpcodes.add(Opcode.DIV_DOUBLE);
/art/tools/veridex/
Dflow_analysis.cc420 case Instruction::DIV_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h196 …V(0xAE, DIV_DOUBLE, "div-double", k23x, kIndexNone, kContinue, kDivide, kVerifyRegAWide | kVerifyR…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1494 HANDLER_ATTRIBUTES bool DIV_DOUBLE() { in DIV_DOUBLE() function
/art/compiler/optimizing/
Dinstruction_builder.cc2542 case Instruction::DIV_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3335 case Instruction::DIV_DOUBLE: in CodeFlowVerifyInstruction()