Home
last modified time | relevance | path

Searched refs:AGET_SHORT (Results 1 – 7 of 7) 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/libdexfile/dex/
Ddex_instruction_utils.h109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
Ddex_instruction_list.h96 …V(0x4A, AGET_SHORT, "aget-short", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVeri…
/art/runtime/
Dcommon_throws.cc547 case Instruction::AGET_SHORT: in IsValidImplicitCheck()
695 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h930 HANDLER_ATTRIBUTES bool AGET_SHORT() { in AGET_SHORT() function
/art/runtime/verifier/
Dmethod_verifier.cc2803 case Instruction::AGET_SHORT: in CodeFlowVerifyInstruction()