Searched refs:NEG_DOUBLE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 148 NEG_DOUBLE, enumConstant
|
D | Instruction.java | 451 addOpcodeInfo(Opcode.NEG_DOUBLE, "neg-double", 0x80, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 257 if (opcode == Opcode.NEG_DOUBLE in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 379 case Instruction::NEG_DOUBLE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 150 …V(0x80, NEG_DOUBLE, "neg-double", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWid…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2348 case Instruction::NEG_DOUBLE: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1817 ALWAYS_INLINE void NEG_DOUBLE() REQUIRES_SHARED(Locks::mutator_lock_) { in NEG_DOUBLE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3221 case Instruction::NEG_DOUBLE: in CodeFlowVerifyInstruction()
|