Home
last modified time | relevance | path

Searched refs:APUT (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h113 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()
Dcommon_throws.cc521 case Instruction::APUT: in IsValidImplicitCheck()
675 case Instruction::APUT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h97 …V(0x4B, APUT, "aput", k23x, kIndexNone, kContinue | kThrow | kStore, kVerifyRegA | kVerifyRegB | k…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java95 APUT, enumConstant
DInstruction.java397 addOpcodeInfo(Opcode.APUT, "aput", 0x4b, new Format23x()); in addOpcodeInfo() argument
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1107 case Instruction::APUT: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2663 case Instruction::APUT##kind: { \ in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2789 case Instruction::APUT: in CodeFlowVerifyInstruction()