Searched refs:APUT_WIDE (Results 1 – 7 of 7) 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 | 519 case Instruction::APUT_WIDE: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 97 …V(0x4C, APUT_WIDE, "aput-wide", k23x, false, kIndexNone, kContinue | kThrow | kStore, kVerifyRegAW…
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1249 HANDLE_INSTRUCTION_START(APUT_WIDE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1149 case Instruction::APUT_WIDE: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2731 case Instruction::APUT_WIDE: in CodeFlowVerifyInstruction()
|