Searched refs:AGET (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 109 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()
|
D | dex_instruction_list.h | 90 …V(0x44, AGET, "aget", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVe…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 88 AGET, enumConstant
|
D | Instruction.java | 389 addOpcodeInfo(Opcode.AGET, "aget", 0x44, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 543 case Instruction::AGET: in IsValidImplicitCheck() 684 case Instruction::AGET: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 591 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1123 case Instruction::AGET: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2864 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
|