Home
last modified time | relevance | path

Searched refs:APUT_SHORT (Results 1 – 15 of 15) sorted by relevance

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