Searched refs:AGET_SHORT (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 94 AGET_SHORT, enumConstant
|
D | Instruction.java | 396 addOpcodeInfo(Opcode.AGET_SHORT, "aget-short", 0x4a, new Format23x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
|
D | dex_instruction_list.h | 96 …V(0x4A, AGET_SHORT, "aget-short", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVeri…
|
/art/runtime/ |
D | common_throws.cc | 545 case Instruction::AGET_SHORT: in IsValidImplicitCheck() 687 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
|