Home
last modified time | relevance | path

Searched refs:IPUT_BYTE_QUICK (Results 1 – 13 of 13) 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_instruction_utils.h205 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc448 case Instruction::IPUT_BYTE_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h257 …V(0xEC, IPUT_BYTE_QUICK, "iput-byte-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | …
/art/compiler/dex/
Ddex_to_dex_compiler.cc148 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_BYTE_QUICK, true); in Compile()
Dtype_inference.cc930 case Instruction::IPUT_BYTE_QUICK: in InitializeSRegs()
Dmir_graph.cc2232 case Instruction::IPUT_BYTE_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc374 Instruction::IPUT_BYTE_QUICK,
Dmir_to_lir.cc837 case Instruction::IPUT_BYTE_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1432 HANDLE_INSTRUCTION_START(IPUT_BYTE_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1276 case Instruction::IPUT_BYTE_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2865 case Instruction::IPUT_BYTE_QUICK: in CodeFlowVerifyInstruction()