Searched refs:APUT_SHORT (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 113 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut() 130 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
|
D | dex_instruction_list.h | 103 …V(0x51, APUT_SHORT, "aput-short", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVer…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 101 APUT_SHORT, enumConstant
|
D | Instruction.java | 403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 552 case Instruction::APUT_SHORT: in IsValidImplicitCheck() 697 case Instruction::APUT_SHORT: in ThrowNullPointerExceptionFromDexPC()
|