Home
last modified time | relevance | path

Searched refs:IPUT_CHAR (Results 1 – 18 of 18) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.cc52 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/
DOpcode.java114 IPUT_CHAR, enumConstant
DInstruction.java416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Ddex_to_dex_compiler.cc151 case Instruction::IPUT_CHAR: in Compile()
Dtype_inference.cc925 case Instruction::IPUT_CHAR: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1390 case Instruction::IPUT_CHAR: in RecordMIR()
Dlocal_value_numbering.cc1954 case Instruction::IPUT_CHAR: in GetValueNumber()
Dmir_graph.cc2227 case Instruction::IPUT_CHAR: in GetStartUseIndex()
Dtype_inference_test.cc762 DEF_IPUT(3u, Instruction::IPUT_CHAR, 1u, thiz, 1u), in TEST_F()
/art/runtime/
Ddex_instruction.cc267 case IPUT_CHAR: in DumpString()
Dcommon_throws.cc439 case Instruction::IPUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h115 …V(0x5E, IPUT_CHAR, "iput-char", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOr…
/art/compiler/dex/quick/
Dmir_to_lir.cc336 case InlineMethodAnalyser::IPutVariant(Instruction::IPUT_CHAR): in GenSpecialIPut()
845 case Instruction::IPUT_CHAR: in CompileDalvikInstruction()
Dquick_compiler.cc232 Instruction::IPUT_CHAR,
/art/compiler/optimizing/
Dbuilder.cc2121 case Instruction::IPUT_CHAR: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1383 HANDLE_INSTRUCTION_START(IPUT_CHAR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1227 case Instruction::IPUT_CHAR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2333 case Instruction::IPUT_CHAR: in CodeFlowVerifyInstruction()