Home
last modified time | relevance | path

Searched refs:AGET_SHORT (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java94 AGET_SHORT, enumConstant
DInstruction.java396 addOpcodeInfo(Opcode.AGET_SHORT, "aget-short", 0x4a, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
Dcommon_throws.cc514 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h95 …V(0x4A, AGET_SHORT, "aget-short", k23x, true, kIndexNone, kContinue | kThrow | kLoad, kVerifyRegA …
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1079 HANDLE_INSTRUCTION_START(AGET_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc979 case Instruction::AGET_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2703 case Instruction::AGET_SHORT: in CodeFlowVerifyInstruction()