Searched refs:APUT (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | dex_instruction_utils.h | 113 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut() 176 return static_cast<DexMemAccessType>(code - Instruction::APUT); in APutMemAccessType() 214 return (code >= Instruction::APUT) ? APutMemAccessType(code) : AGetMemAccessType(code); in AGetOrAPutMemAccessType()
|
D | common_throws.cc | 521 case Instruction::APUT: in IsValidImplicitCheck() 675 case Instruction::APUT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 97 …V(0x4B, APUT, "aput", k23x, kIndexNone, kContinue | kThrow | kStore, kVerifyRegA | kVerifyRegB | k…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 95 APUT, enumConstant
|
D | Instruction.java | 397 addOpcodeInfo(Opcode.APUT, "aput", 0x4b, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1107 case Instruction::APUT: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2663 case Instruction::APUT##kind: { \ in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2789 case Instruction::APUT: in CodeFlowVerifyInstruction()
|