Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java146 NOT_LONG, enumConstant
DInstruction.java449 addOpcodeInfo(Opcode.NOT_LONG, "not-long", 0x7e, 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/tools/veridex/
Dflow_analysis.cc381 case Instruction::NOT_LONG: { in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc258 Instruction::NOT_LONG | 2 << 8 | 0 << 12, \
Dinstruction_builder.cc2653 case Instruction::NOT_LONG: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h148 V(0x7E, NOT_LONG, "not-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1250 HANDLER_ATTRIBUTES bool NOT_LONG() { in NOT_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3222 case Instruction::NOT_LONG: in CodeFlowVerifyInstruction()