Home
last modified time | relevance | path

Searched refs:SPUT_SHORT (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h95 return Instruction::SPUT <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSPut()
116 return Instruction::SGET <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSGetOrSPut()
Ddex_instruction.cc219 case SPUT_SHORT: in DumpString()
Ddex_instruction_list.h130 …V(0x6D, SPUT_SHORT, "sput-short", k21c, false, kFieldRef, kContinue | kThrow | kStore | kRegBField…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DFieldFlagChanger.java157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java129 SPUT_SHORT, enumConstant
DCodeItem.java177 if (Opcode.isBetween(opcode, Opcode.SGET, Opcode.SPUT_SHORT)) { in incrementIndex()
DInstruction.java431 addOpcodeInfo(Opcode.SPUT_SHORT, "sput-short", 0x6d, new Format21c()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dquick_compiler.cc247 Instruction::SPUT_SHORT,
Dmir_to_lir.cc900 case Instruction::SPUT_SHORT: in CompileDalvikInstruction()
Dralloc_util.cc1244 case Instruction::SPUT_SHORT: { in AnalyzeMIR()
/art/compiler/dex/
Dtype_inference.cc959 case Instruction::SPUT_SHORT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1425 case Instruction::SPUT_SHORT: { in RecordMIR()
Dlocal_value_numbering.cc1977 case Instruction::SPUT_SHORT: in GetValueNumber()
Dmir_graph.cc2246 case Instruction::SPUT_SHORT: in GetStartUseIndex()
Dtype_inference_test.cc839 DEF_SPUT(3u, Instruction::SPUT_SHORT, 8u, 6u), in TEST_F()
Dglobal_value_numbering_test.cc810 DEF_SPUT(4, Instruction::SPUT_SHORT, 15u, 6u), // Clobbers field #4, not #5. in TEST_F()
/art/compiler/optimizing/
Dbuilder.cc2148 case Instruction::SPUT_SHORT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1488 HANDLE_INSTRUCTION_START(SPUT_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1332 case Instruction::SPUT_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2382 case Instruction::SPUT_SHORT: in CodeFlowVerifyInstruction()