Searched refs:SPUT_SHORT (Results 1 – 20 of 20) sorted by relevance
/art/runtime/ |
D | dex_instruction_utils.h | 95 return Instruction::SPUT <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSPut() 116 return Instruction::SGET <= code && code <= Instruction::SPUT_SHORT; in IsInstructionSGetOrSPut()
|
D | dex_instruction.cc | 219 case SPUT_SHORT: in DumpString()
|
D | dex_instruction_list.h | 130 …V(0x6D, SPUT_SHORT, "sput-short", k21c, false, kFieldRef, kContinue | kThrow | kStore | kRegBField…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | FieldFlagChanger.java | 157 if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.SPUT_SHORT)) { in isFileDefinedFieldInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 129 SPUT_SHORT, enumConstant
|
D | CodeItem.java | 177 if (Opcode.isBetween(opcode, Opcode.SGET, Opcode.SPUT_SHORT)) { in incrementIndex()
|
D | Instruction.java | 431 addOpcodeInfo(Opcode.SPUT_SHORT, "sput-short", 0x6d, new Format21c()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 247 Instruction::SPUT_SHORT,
|
D | mir_to_lir.cc | 900 case Instruction::SPUT_SHORT: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1244 case Instruction::SPUT_SHORT: { in AnalyzeMIR()
|
/art/compiler/dex/ |
D | type_inference.cc | 959 case Instruction::SPUT_SHORT: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1425 case Instruction::SPUT_SHORT: { in RecordMIR()
|
D | local_value_numbering.cc | 1977 case Instruction::SPUT_SHORT: in GetValueNumber()
|
D | mir_graph.cc | 2246 case Instruction::SPUT_SHORT: in GetStartUseIndex()
|
D | type_inference_test.cc | 839 DEF_SPUT(3u, Instruction::SPUT_SHORT, 8u, 6u), in TEST_F()
|
D | global_value_numbering_test.cc | 810 DEF_SPUT(4, Instruction::SPUT_SHORT, 15u, 6u), // Clobbers field #4, not #5. in TEST_F()
|
/art/compiler/optimizing/ |
D | builder.cc | 2148 case Instruction::SPUT_SHORT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1488 HANDLE_INSTRUCTION_START(SPUT_SHORT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1332 case Instruction::SPUT_SHORT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2382 case Instruction::SPUT_SHORT: in CodeFlowVerifyInstruction()
|