Searched refs:NOT_LONG (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 146 NOT_LONG, enumConstant
|
D | Instruction.java | 449 addOpcodeInfo(Opcode.NOT_LONG, "not-long", 0x7e, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 404 case Instruction::NOT_LONG: { in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 258 Instruction::NOT_LONG | 2 << 8 | 0 << 12, \
|
D | instruction_builder.cc | 2821 case Instruction::NOT_LONG: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 148 V(0x7E, NOT_LONG, "not-long", k12x, kIndexNone, kContinue, 0, kVerifyRegAWide | kVerifyRegBWide) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1111 HANDLER_ATTRIBUTES bool NOT_LONG() { in NOT_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3198 case Instruction::NOT_LONG: in CodeFlowVerifyInstruction()
|