Searched refs:SGET_SHORT (Results 1 – 18 of 18) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 122 SGET_SHORT, enumConstant
|
D | Instruction.java | 424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_utils.h | 91 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet()
|
D | dex_instruction.cc | 205 case SGET_SHORT: in DumpString()
|
D | dex_instruction_list.h | 123 …V(0x66, SGET_SHORT, "sget-short", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOr…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 240 Instruction::SGET_SHORT,
|
D | mir_to_lir.cc | 866 case Instruction::SGET_SHORT: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1237 case Instruction::SGET_SHORT: in AnalyzeMIR()
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 808 DEF_SGET(3, Instruction::SGET_SHORT, 13u, 4u), in TEST_F() 811 DEF_SGET(6, Instruction::SGET_SHORT, 16u, 4u), // Differs from the top. in TEST_F()
|
D | type_inference.cc | 947 case Instruction::SGET_SHORT: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1407 case Instruction::SGET_SHORT: { in RecordMIR()
|
D | local_value_numbering.cc | 1965 case Instruction::SGET_SHORT: in GetValueNumber()
|
D | type_inference_test.cc | 709 DEF_SGET(3u, Instruction::SGET_SHORT, 8u, 6u), in TEST_F()
|
/art/compiler/optimizing/ |
D | builder.cc | 2135 case Instruction::SGET_SHORT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1341 HANDLE_INSTRUCTION_START(SGET_SHORT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1185 case Instruction::SGET_SHORT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2359 case Instruction::SGET_SHORT: in CodeFlowVerifyInstruction()
|