Searched refs:AGET_SHORT (Results 1 – 6 of 6) 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 | 547 case Instruction::AGET_SHORT: in IsValidImplicitCheck() 695 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 930 HANDLER_ATTRIBUTES bool AGET_SHORT() { in AGET_SHORT() function
|