Home
last modified time | relevance | path

Searched refs:SGET_SHORT (Results 1 – 18 of 18) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java122 SGET_SHORT, enumConstant
DInstruction.java424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h91 return Instruction::SGET <= code && code <= Instruction::SGET_SHORT; in IsInstructionSGet()
Ddex_instruction.cc205 case SGET_SHORT: in DumpString()
Ddex_instruction_list.h123 …V(0x66, SGET_SHORT, "sget-short", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOr…
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java231 if (opcode == Opcode.IGET_SHORT || opcode == Opcode.SGET_SHORT in getInstructionOutputType()
/art/compiler/dex/quick/
Dquick_compiler.cc240 Instruction::SGET_SHORT,
Dmir_to_lir.cc866 case Instruction::SGET_SHORT: in CompileDalvikInstruction()
Dralloc_util.cc1237 case Instruction::SGET_SHORT: in AnalyzeMIR()
/art/compiler/dex/
Dglobal_value_numbering_test.cc808 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()
Dtype_inference.cc947 case Instruction::SGET_SHORT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1407 case Instruction::SGET_SHORT: { in RecordMIR()
Dlocal_value_numbering.cc1965 case Instruction::SGET_SHORT: in GetValueNumber()
Dtype_inference_test.cc709 DEF_SGET(3u, Instruction::SGET_SHORT, 8u, 6u), in TEST_F()
/art/compiler/optimizing/
Dbuilder.cc2135 case Instruction::SGET_SHORT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1341 HANDLE_INSTRUCTION_START(SGET_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1185 case Instruction::SGET_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2359 case Instruction::SGET_SHORT: in CodeFlowVerifyInstruction()