Searched refs:APUT_WIDE (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 96 APUT_WIDE, enumConstant
|
D | Instruction.java | 398 addOpcodeInfo(Opcode.APUT_WIDE, "aput-wide", 0x4c, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 550 case Instruction::APUT_WIDE: in IsValidImplicitCheck() 695 case Instruction::APUT_WIDE: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 98 …V(0x4C, APUT_WIDE, "aput-wide", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegAWide | kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1275 case Instruction::APUT_WIDE: { in ExecuteSwitchImplCpp()
|