Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java257 IPUT_CHAR_QUICK, enumConstant
DInstruction.java561 addOpcodeInfo(Opcode.IPUT_CHAR_QUICK, "+iput-char-quick", 0xed, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h207 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc449 case Instruction::IPUT_CHAR_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h258 …V(0xED, IPUT_CHAR_QUICK, "iput-char-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | …
/art/compiler/dex/
Ddex_to_dex_compiler.cc152 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_CHAR_QUICK, true); in Compile()
Dtype_inference.cc931 case Instruction::IPUT_CHAR_QUICK: in InitializeSRegs()
Dmir_graph.cc2233 case Instruction::IPUT_CHAR_QUICK: in GetStartUseIndex()
/art/compiler/dex/quick/
Dquick_compiler.cc375 Instruction::IPUT_CHAR_QUICK,
Dmir_to_lir.cc844 case Instruction::IPUT_CHAR_QUICK: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1439 HANDLE_INSTRUCTION_START(IPUT_CHAR_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1283 case Instruction::IPUT_CHAR_QUICK: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2868 case Instruction::IPUT_CHAR_QUICK: in CodeFlowVerifyInstruction()