Searched refs:AGET (Results 1 – 9 of 9) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 104 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet() 120 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut() 161 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 | 516 case Instruction::AGET: in IsValidImplicitCheck() 619 case Instruction::AGET: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 622 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 859 HANDLER_ATTRIBUTES bool AGET() { in AGET() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3447 case Instruction::AGET##kind: { \ in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2799 case Instruction::AGET: in CodeFlowVerifyInstruction()
|