Home
last modified time | relevance | path

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

/art/libdexfile/dex/
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()
Ddex_instruction_list.h97 …V(0x4B, APUT, "aput", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | kVerifyRegB | kV…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java95 APUT, enumConstant
DInstruction.java397 addOpcodeInfo(Opcode.APUT, "aput", 0x4b, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Dcommon_throws.cc548 case Instruction::APUT: in IsValidImplicitCheck()
699 case Instruction::APUT: in ThrowNullPointerExceptionFromDexPC()
/art/tools/veridex/
Dflow_analysis.cc603 case Instruction::APUT##kind: { \ in ProcessDexInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc1248 case Instruction::APUT: in HasTrivialClinit()
3024 case Instruction::APUT##kind: { \ in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h962 HANDLER_ATTRIBUTES bool APUT() { in APUT() function
/art/runtime/verifier/
Dmethod_verifier.cc2827 case Instruction::APUT: in CodeFlowVerifyInstruction()