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

/art/runtime/quick/
H A 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:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java114 IPUT_CHAR, enum constant in enum:Opcode
H A DInstruction.java416 addOpcodeInfo(Opcode.IPUT_CHAR, "iput-char", 0x5e, new Format22c());
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc151 case Instruction::IPUT_CHAR:
H A Dgvn_dead_code_elimination.cc1390 case Instruction::IPUT_CHAR:
H A Dtype_inference.cc925 case Instruction::IPUT_CHAR:
H A Dlocal_value_numbering.cc1954 case Instruction::IPUT_CHAR:
H A Dmir_graph.cc2227 case Instruction::IPUT_CHAR:
H A Dtype_inference_test.cc762 DEF_IPUT(3u, Instruction::IPUT_CHAR, 1u, thiz, 1u),
/art/runtime/
H A Ddex_instruction.cc267 case IPUT_CHAR:
H A Dcommon_throws.cc439 case Instruction::IPUT_CHAR:
H A Ddex_instruction_list.h115 V(0x5E, IPUT_CHAR, "iput-char", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
/art/compiler/dex/quick/
H A Dmir_to_lir.cc336 case InlineMethodAnalyser::IPutVariant(Instruction::IPUT_CHAR):
845 case Instruction::IPUT_CHAR:
H A Dquick_compiler.cc232 Instruction::IPUT_CHAR,
/art/compiler/optimizing/
H A Dbuilder.cc2121 case Instruction::IPUT_CHAR:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1383 HANDLE_INSTRUCTION_START(IPUT_CHAR) {
H A Dinterpreter_switch_impl.cc1227 case Instruction::IPUT_CHAR: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2333 case Instruction::IPUT_CHAR:

Completed in 81 milliseconds