Searched refs:APUT_SHORT (Results 1 - 15 of 15) sorted by path

/art/compiler/dex/
H A Dglobal_value_numbering_test.cc930 DEF_APUT(4, Instruction::APUT_SHORT, 11u, 400u, 401u),
931 DEF_APUT(5, Instruction::APUT_SHORT, 11u, 400u, 401u),
1540 DEF_APUT(4, Instruction::APUT_SHORT, 22u, 500u, 502u), // Clobbers element at index 501u.
H A Dgvn_dead_code_elimination.cc1358 case Instruction::APUT_SHORT:
H A Dlocal_value_numbering.cc1932 case Instruction::APUT_SHORT:
H A Dmir_graph.cc2240 case Instruction::APUT_SHORT:
H A Dtype_inference.cc892 case Instruction::APUT_SHORT:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc769 case Instruction::APUT_SHORT:
H A Dquick_compiler.cc219 Instruction::APUT_SHORT,
/art/runtime/
H A Dcommon_throws.cc482 case Instruction::APUT_SHORT:
H A Ddex_instruction_list.h102 V(0x51, APUT_SHORT, "aput-short", k23x, false, kNone, kContinue | kThrow | kStore, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
H A Ddex_instruction_utils.h103 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT;
120 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1151 HANDLE_INSTRUCTION_START(APUT_SHORT) {
H A Dinterpreter_switch_impl.cc995 case Instruction::APUT_SHORT: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2291 case Instruction::APUT_SHORT:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x());
H A DOpcode.java101 APUT_SHORT, enum constant in enum:Opcode

Completed in 807 milliseconds