Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h113 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut()
130 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
Ddex_instruction_list.h103 …V(0x51, APUT_SHORT, "aput-short", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVer…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java101 APUT_SHORT, enumConstant
DInstruction.java403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc552 case Instruction::APUT_SHORT: in IsValidImplicitCheck()
697 case Instruction::APUT_SHORT: in ThrowNullPointerExceptionFromDexPC()