Home
last modified time | relevance | path

Searched refs:AGET (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_utils.h109 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
130 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
171 return static_cast<DexMemAccessType>(code - Instruction::AGET); in AGetMemAccessType()
Ddex_instruction_list.h90 …V(0x44, AGET, "aget", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVe…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java88 AGET, enumConstant
DInstruction.java389 addOpcodeInfo(Opcode.AGET, "aget", 0x44, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc540 case Instruction::AGET: in IsValidImplicitCheck()
681 case Instruction::AGET: in ThrowNullPointerExceptionFromDexPC()
/art/tools/veridex/
Dflow_analysis.cc599 case Instruction::AGET##kind: { \ in ProcessDexInstruction()