Searched refs:IPUT_CHAR (Results 1 – 18 of 18) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.cc | 52 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_CHAR), "iput_char type"); 65 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_CHAR), "iget/iput_char variant"); 121 case Instruction::IPUT_CHAR: in AnalyseMethodCode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 114 IPUT_CHAR, enumConstant
|
D | Instruction.java | 416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 151 case Instruction::IPUT_CHAR: in Compile()
|
D | type_inference.cc | 925 case Instruction::IPUT_CHAR: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1390 case Instruction::IPUT_CHAR: in RecordMIR()
|
D | local_value_numbering.cc | 1954 case Instruction::IPUT_CHAR: in GetValueNumber()
|
D | mir_graph.cc | 2227 case Instruction::IPUT_CHAR: in GetStartUseIndex()
|
D | type_inference_test.cc | 762 DEF_IPUT(3u, Instruction::IPUT_CHAR, 1u, thiz, 1u), in TEST_F()
|
/art/runtime/ |
D | dex_instruction.cc | 267 case IPUT_CHAR: in DumpString()
|
D | common_throws.cc | 439 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 115 …V(0x5E, IPUT_CHAR, "iput-char", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOr…
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 336 case InlineMethodAnalyser::IPutVariant(Instruction::IPUT_CHAR): in GenSpecialIPut() 845 case Instruction::IPUT_CHAR: in CompileDalvikInstruction()
|
D | quick_compiler.cc | 232 Instruction::IPUT_CHAR,
|
/art/compiler/optimizing/ |
D | builder.cc | 2121 case Instruction::IPUT_CHAR: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1383 HANDLE_INSTRUCTION_START(IPUT_CHAR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1227 case Instruction::IPUT_CHAR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2333 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()
|