Home
last modified time | relevance | path

Searched refs:APUT_WIDE (Results 1 – 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java96 APUT_WIDE, enumConstant
DInstruction.java398 addOpcodeInfo(Opcode.APUT_WIDE, "aput-wide", 0x4c, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc550 case Instruction::APUT_WIDE: in IsValidImplicitCheck()
695 case Instruction::APUT_WIDE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction_list.h98 …V(0x4C, APUT_WIDE, "aput-wide", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegAWide | kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1275 case Instruction::APUT_WIDE: { in ExecuteSwitchImplCpp()