Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc149 case Instruction::IPUT_BYTE_QUICK: in Decompile()
Dcommon_throws.cc527 case Instruction::IPUT_BYTE_QUICK: in IsValidImplicitCheck()
670 case Instruction::IPUT_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/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/libdexfile/dex/
Ddex_instruction_utils.h195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h258 …V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
/art/compiler/dex/
Ddex_to_dex_compiler.cc280 case Instruction::IPUT_BYTE_QUICK: in Compile()
281 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1517 case Instruction::IPUT_BYTE_QUICK: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2830 case Instruction::IPUT_BYTE_QUICK: in ProcessDexInstruction()