Home
last modified time | relevance | path

Searched refs:AGET (Results 1 – 9 of 9) 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.cc542 case Instruction::AGET: in IsValidImplicitCheck()
689 case Instruction::AGET: in ThrowNullPointerExceptionFromDexPC()
/art/tools/veridex/
Dflow_analysis.cc599 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h934 HANDLER_ATTRIBUTES bool AGET() { in AGET() function
/art/compiler/optimizing/
Dinstruction_builder.cc3020 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2805 case Instruction::AGET: in CodeFlowVerifyInstruction()