Home
last modified time | relevance | path

Searched refs:SGET_CHAR (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java121 SGET_CHAR, enumConstant
DInstruction.java423 addOpcodeInfo(Opcode.SGET_CHAR, "sget-char", 0x65, new Format21c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/runtime/
Ddex_instruction.cc204 case SGET_CHAR: in DumpString()
Ddex_instruction_list.h122 …V(0x65, SGET_CHAR, "sget-char", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCo…
/art/compiler/dex/quick/
Dquick_compiler.cc239 Instruction::SGET_CHAR,
Dmir_to_lir.cc862 case Instruction::SGET_CHAR: in CompileDalvikInstruction()
Dralloc_util.cc1236 case Instruction::SGET_CHAR: in AnalyzeMIR()
/art/compiler/dex/
Dglobal_value_numbering_test.cc809 DEF_SGET(3, Instruction::SGET_CHAR, 14u, 5u), in TEST_F()
812 DEF_SGET(6, Instruction::SGET_CHAR, 17u, 5u), // Same as the top. in TEST_F()
Dtype_inference.cc946 case Instruction::SGET_CHAR: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1406 case Instruction::SGET_CHAR: in RecordMIR()
Dlocal_value_numbering.cc1964 case Instruction::SGET_CHAR: in GetValueNumber()
Dtype_inference_test.cc704 DEF_SGET(3u, Instruction::SGET_CHAR, 1u, 1u), in TEST_F()
/art/compiler/optimizing/
Dbuilder.cc2134 case Instruction::SGET_CHAR: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1334 HANDLE_INSTRUCTION_START(SGET_CHAR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1178 case Instruction::SGET_CHAR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2356 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()