Home
last modified time | relevance | path

Searched refs:IPUT_BYTE_QUICK (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java256 IPUT_BYTE_QUICK, enumConstant
DInstruction.java560 addOpcodeInfo(Opcode.IPUT_BYTE_QUICK, "+iput-byte-quick", 0xec, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_to_dex_decompiler.cc156 case Instruction::IPUT_BYTE_QUICK: in Decompile()
Ddex_instruction_utils.h195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc502 case Instruction::IPUT_BYTE_QUICK: in IsValidImplicitCheck()
647 case Instruction::IPUT_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h258 …V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow | kStore |…
/art/compiler/dex/
Ddex_to_dex_compiler.cc166 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1369 case Instruction::IPUT_BYTE_QUICK: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2621 case Instruction::IPUT_BYTE_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3428 case Instruction::IPUT_BYTE_QUICK: in CodeFlowVerifyInstruction()