Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_utils.h113 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut()
194 return static_cast<DexMemAccessType>(code - Instruction::APUT); in APutMemAccessType()
238 return (code >= Instruction::APUT) ? APutMemAccessType(code) : AGetMemAccessType(code); in AGetOrAPutMemAccessType()
Dcommon_throws.cc518 case Instruction::APUT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h96 …V(0x4B, APUT, "aput", k23x, false, kIndexNone, kContinue | kThrow | kStore, kVerifyRegA | kVerifyR…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java95 APUT, enumConstant
DInstruction.java397 addOpcodeInfo(Opcode.APUT, "aput", 0x4b, new Format23x()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dinstruction_builder.cc2567 case Instruction::APUT##kind: { \ in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1229 HANDLE_INSTRUCTION_START(APUT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1129 case Instruction::APUT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2728 case Instruction::APUT: in CodeFlowVerifyInstruction()