Home
last modified time | relevance | path

Searched refs:NEG_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java145 NEG_LONG, enumConstant
DInstruction.java448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
/art/compiler/optimizing/
Dconstant_folding_test.cc161 Instruction::NEG_LONG | 2 << 8 | 0 << 12, in TEST_F()
Dinstruction_builder.cc2801 case Instruction::NEG_LONG: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc400 case Instruction::NEG_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h147 V(0x7D, NEG_LONG, "neg-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1106 HANDLER_ATTRIBUTES bool NEG_LONG() { in NEG_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3197 case Instruction::NEG_LONG: in CodeFlowVerifyInstruction()