Home
last modified time | relevance | path

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

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