Home
last modified time | relevance | path

Searched refs:IPUT_SHORT (Results 1 – 22 of 22) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h87 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIPut()
107 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT; in IsInstructionIGetOrIPut()
Ddex_instruction.cc268 case IPUT_SHORT: in DumpString()
Dcommon_throws.cc440 case Instruction::IPUT_SHORT: { in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h116 …V(0x5F, IPUT_SHORT, "iput-short", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCField…
/art/runtime/quick/
Dinline_method_analyser.cc53 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");
67 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant");
122 case Instruction::IPUT_SHORT: in AnalyseMethodCode()
Dinline_method_analyser.h167 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT; in IsInstructionIPut()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java115 IPUT_SHORT, enumConstant
DCodeItem.java182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) { in incrementIndex()
DInstruction.java417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Ddex_to_dex_compiler.cc155 case Instruction::IPUT_SHORT: in Compile()
Dglobal_value_numbering_test.cc576 DEF_IPUT(4, Instruction::IPUT_SHORT, 20u, 500u, 6u), // Clobbers field #4, not #5. in TEST_F()
674 DEF_IPUT(4, Instruction::IPUT_SHORT, 15u, 100u, 6u), // Clobbers field #4, not #5. in TEST_F()
743 DEF_IPUT(4, Instruction::IPUT_SHORT, 17u, 101u, 6u), // Clobbers field #4, not #5. in TEST_F()
1177 DEF_IPUT(4, Instruction::IPUT_SHORT, 33u, 500u, 7u), // Clobbers field #5, not #6. in TEST_F()
1286 DEF_IPUT(4, Instruction::IPUT_SHORT, 23u, 100u, 7u), // Clobbers field #5, not #6. in TEST_F()
1345 DEF_IPUT(4, Instruction::IPUT_SHORT, 12u, 101u, 5u), // Clobbers field #3, not #4. in TEST_F()
Dtype_inference.cc926 case Instruction::IPUT_SHORT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1391 case Instruction::IPUT_SHORT: { in RecordMIR()
Dlocal_value_numbering.cc1955 case Instruction::IPUT_SHORT: in GetValueNumber()
Dmir_graph.cc2228 case Instruction::IPUT_SHORT: in GetStartUseIndex()
Dtype_inference_test.cc772 DEF_IPUT(3u, Instruction::IPUT_SHORT, 8u, thiz, 6u), in TEST_F()
/art/compiler/dex/quick/
Dmir_to_lir.cc333 case InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT): in GenSpecialIPut()
850 case Instruction::IPUT_SHORT: in CompileDalvikInstruction()
Dquick_compiler.cc233 Instruction::IPUT_SHORT,
/art/compiler/optimizing/
Dbuilder.cc2122 case Instruction::IPUT_SHORT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1390 HANDLE_INSTRUCTION_START(IPUT_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1234 case Instruction::IPUT_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2336 case Instruction::IPUT_SHORT: in CodeFlowVerifyInstruction()