Searched refs:AGET_SHORT (Results 1 – 8 of 8) 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/runtime/ |
D | dex_instruction_utils.h | 109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
|
D | common_throws.cc | 514 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 95 …V(0x4A, AGET_SHORT, "aget-short", k23x, true, kIndexNone, kContinue | kThrow | kLoad, kVerifyRegA …
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1079 HANDLE_INSTRUCTION_START(AGET_SHORT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 979 case Instruction::AGET_SHORT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2703 case Instruction::AGET_SHORT: in CodeFlowVerifyInstruction()
|