Searched refs:SGET_CHAR (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 121 SGET_CHAR, enumConstant
|
D | Instruction.java | 423 addOpcodeInfo(Opcode.SGET_CHAR, "sget-char", 0x65, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
|
/art/runtime/ |
D | dex_instruction.cc | 204 case SGET_CHAR: in DumpString()
|
D | dex_instruction_list.h | 122 …V(0x65, SGET_CHAR, "sget-char", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCo…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 239 Instruction::SGET_CHAR,
|
D | mir_to_lir.cc | 862 case Instruction::SGET_CHAR: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1236 case Instruction::SGET_CHAR: in AnalyzeMIR()
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 809 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()
|
D | type_inference.cc | 946 case Instruction::SGET_CHAR: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1406 case Instruction::SGET_CHAR: in RecordMIR()
|
D | local_value_numbering.cc | 1964 case Instruction::SGET_CHAR: in GetValueNumber()
|
D | type_inference_test.cc | 704 DEF_SGET(3u, Instruction::SGET_CHAR, 1u, 1u), in TEST_F()
|
/art/compiler/optimizing/ |
D | builder.cc | 2134 case Instruction::SGET_CHAR: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1334 HANDLE_INSTRUCTION_START(SGET_CHAR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1178 case Instruction::SGET_CHAR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2356 case Instruction::SGET_CHAR: in CodeFlowVerifyInstruction()
|