Home
last modified time | relevance | path

Searched refs:IPUT_WIDE_QUICK (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java251 IPUT_WIDE_QUICK, enumConstant
DInstruction.java554 addOpcodeInfo(Opcode.IPUT_WIDE_QUICK, "+iput-wide-quick", 0xe7, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h199 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc451 case Instruction::IPUT_WIDE_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h252 …V(0xE7, IPUT_WIDE_QUICK, "iput-wide-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | …
/art/compiler/dex/
Ddex_to_dex_compiler.cc160 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_WIDE_QUICK, true); in Compile()
Dtype_inference.cc918 case Instruction::IPUT_WIDE_QUICK: in InitializeSRegs()
Dmir_graph.cc2251 case Instruction::IPUT_WIDE_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc369 Instruction::IPUT_WIDE_QUICK,
Dmir_to_lir.cc822 case Instruction::IPUT_WIDE_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1453 HANDLE_INSTRUCTION_START(IPUT_WIDE_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1297 case Instruction::IPUT_WIDE_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2874 case Instruction::IPUT_WIDE_QUICK: in CodeFlowVerifyInstruction()