Home
last modified time | relevance | path

Searched refs:IPUT_SHORT_QUICK (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java258 IPUT_SHORT_QUICK, enumConstant
DInstruction.java562 addOpcodeInfo(Opcode.IPUT_SHORT_QUICK, "+iput-short-quick", 0xee, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h209 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc450 case Instruction::IPUT_SHORT_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h259 …V(0xEE, IPUT_SHORT_QUICK, "iput-short-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore …
/art/compiler/dex/
Ddex_to_dex_compiler.cc156 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_SHORT_QUICK, true); in Compile()
Dtype_inference.cc932 case Instruction::IPUT_SHORT_QUICK: in InitializeSRegs()
Dmir_graph.cc2234 case Instruction::IPUT_SHORT_QUICK: in GetStartUseIndex()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK) in generateMutation()
/art/compiler/dex/quick/
Dquick_compiler.cc376 Instruction::IPUT_SHORT_QUICK,
Dmir_to_lir.cc849 case Instruction::IPUT_SHORT_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1446 HANDLE_INSTRUCTION_START(IPUT_SHORT_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1290 case Instruction::IPUT_SHORT_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2871 case Instruction::IPUT_SHORT_QUICK: in CodeFlowVerifyInstruction()