Home
last modified time | relevance | path

Searched refs:APUT_CHAR (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java100 APUT_CHAR, enumConstant
DInstruction.java402 addOpcodeInfo(Opcode.APUT_CHAR, "aput-char", 0x50, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/
Dglobal_value_numbering_test.cc935 DEF_APUT(4, Instruction::APUT_CHAR, 14u, 500u, 502u), // Clobbers value at index 501u. in TEST_F()
1529 DEF_APUT(3, Instruction::APUT_CHAR, 14u, 400u, 401u), in TEST_F()
1530 DEF_APUT(3, Instruction::APUT_CHAR, 14u, 400u, 402u), in TEST_F()
1534 DEF_APUT(4, Instruction::APUT_CHAR, 17u, 400u, 401u), in TEST_F()
1535 DEF_APUT(4, Instruction::APUT_CHAR, 17u, 400u, 402u), in TEST_F()
Dlocal_value_numbering.cc53 static constexpr uint16_t kMergeBlockSFieldVersionBumpOp = Instruction::APUT_CHAR;
1933 case Instruction::APUT_CHAR: in GetValueNumber()
Dtype_inference.cc890 case Instruction::APUT_CHAR: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1359 case Instruction::APUT_CHAR: in RecordMIR()
Dmir_graph.cc2239 case Instruction::APUT_CHAR: in GetStartUseIndex()
/art/runtime/
Dcommon_throws.cc481 case Instruction::APUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h101 …V(0x50, APUT_CHAR, "aput-char", k23x, false, kNone, kContinue | kThrow | kStore, kVerifyRegA | kVe…
/art/compiler/dex/quick/
Dquick_compiler.cc218 Instruction::APUT_CHAR,
Dmir_to_lir.cc770 case Instruction::APUT_CHAR: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1132 HANDLE_INSTRUCTION_START(APUT_CHAR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc976 case Instruction::APUT_CHAR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2288 case Instruction::APUT_CHAR: in CodeFlowVerifyInstruction()