Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java148 NEG_DOUBLE, enumConstant
DInstruction.java451 addOpcodeInfo(Opcode.NEG_DOUBLE, "neg-double", 0x80, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java257 if (opcode == Opcode.NEG_DOUBLE in getInstructionOutputType()
/art/tools/veridex/
Dflow_analysis.cc379 case Instruction::NEG_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h150 …V(0x80, NEG_DOUBLE, "neg-double", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWid…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1260 HANDLER_ATTRIBUTES bool NEG_DOUBLE() { in NEG_DOUBLE() function
/art/compiler/optimizing/
Dinstruction_builder.cc2643 case Instruction::NEG_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3229 case Instruction::NEG_DOUBLE: in CodeFlowVerifyInstruction()