Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java143 NEG_INT, enumConstant
DInstruction.java446 addOpcodeInfo(Opcode.NEG_INT, "neg-int", 0x7b, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java235 if (opcode == Opcode.NEG_INT || opcode == Opcode.NOT_INT in getInstructionOutputType()
/art/compiler/optimizing/
Dconstant_folding_test.cc100 Instruction::NEG_INT | 1 << 8 | 0 << 12, in TEST_F()
Dinstruction_builder.cc2355 case Instruction::NEG_INT: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc376 case Instruction::NEG_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h145 V(0x7B, NEG_INT, "neg-int", k12x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1235 HANDLER_ATTRIBUTES bool NEG_INT() { in NEG_INT() function
/art/runtime/verifier/
Dmethod_verifier.cc3216 case Instruction::NEG_INT: in CodeFlowVerifyInstruction()