Searched refs:IPUT_CHAR_QUICK (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 257 IPUT_CHAR_QUICK, enumConstant
|
D | Instruction.java | 561 addOpcodeInfo(Opcode.IPUT_CHAR_QUICK, "+iput-char-quick", 0xed, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_utils.h | 207 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | common_throws.cc | 449 case Instruction::IPUT_CHAR_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 258 …V(0xED, IPUT_CHAR_QUICK, "iput-char-quick", k22c, false, kFieldRef, kContinue | kThrow | kStore | …
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 152 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_CHAR_QUICK, true); in Compile()
|
D | type_inference.cc | 931 case Instruction::IPUT_CHAR_QUICK: in InitializeSRegs()
|
D | mir_graph.cc | 2233 case Instruction::IPUT_CHAR_QUICK: in GetStartUseIndex()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 375 Instruction::IPUT_CHAR_QUICK,
|
D | mir_to_lir.cc | 844 case Instruction::IPUT_CHAR_QUICK: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1439 HANDLE_INSTRUCTION_START(IPUT_CHAR_QUICK) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1283 case Instruction::IPUT_CHAR_QUICK: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2868 case Instruction::IPUT_CHAR_QUICK: in CodeFlowVerifyInstruction()
|