/art/runtime/quick/ |
D | inline_method_analyser.cc | 43 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR), "iget_char type"); 64 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) == 109 case Instruction::IGET_CHAR: in AnalyseMethodCode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 107 IGET_CHAR, enumConstant
|
D | Instruction.java | 409 addOpcodeInfo(Opcode.IGET_CHAR, "iget-char", 0x57, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 575 DEF_IGET(3, Instruction::IGET_CHAR, 19u, 500u, 5u), in TEST_F() 578 DEF_IGET(6, Instruction::IGET_CHAR, 22u, 500u, 5u), // Same as the top. in TEST_F() 673 DEF_IGET(3, Instruction::IGET_CHAR, 14u, 100u, 5u), in TEST_F() 676 DEF_IGET(6, Instruction::IGET_CHAR, 17u, 100u, 5u), // Same as the top. in TEST_F() 742 DEF_IGET(3, Instruction::IGET_CHAR, 16u, 100u, 5u), in TEST_F() 745 DEF_IGET(6, Instruction::IGET_CHAR, 19u, 100u, 5u), // Same as the top. in TEST_F() 1176 DEF_IGET(3, Instruction::IGET_CHAR, 32u, 500u, 6u), in TEST_F() 1179 DEF_IGET(5, Instruction::IGET_CHAR, 35u, 500u, 6u), // Same as the top. in TEST_F() 1285 DEF_IGET(3, Instruction::IGET_CHAR, 22u, 100u, 6u), in TEST_F() 1288 DEF_IGET(5, Instruction::IGET_CHAR, 25u, 100u, 6u), // Same as the top. in TEST_F() [all …]
|
D | dex_to_dex_compiler.cc | 131 case Instruction::IGET_CHAR: in Compile()
|
D | local_value_numbering.cc | 38 static constexpr uint16_t kAliasingIFieldBumpVersionOp = Instruction::IGET_CHAR; 1942 case Instruction::IGET_CHAR: in GetValueNumber()
|
D | type_inference.cc | 906 case Instruction::IGET_CHAR: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1372 case Instruction::IGET_CHAR: in RecordMIR()
|
D | type_inference_test.cc | 649 DEF_IGET(3u, Instruction::IGET_CHAR, 1u, thiz, 1u), in TEST_F()
|
/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 | 244 case IGET_CHAR: in DumpString()
|
D | common_throws.cc | 407 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 108 …V(0x57, IGET_CHAR, "iget-char", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCo…
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 264 case InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR): in GenSpecialIGet() 803 case Instruction::IGET_CHAR: in CompileDalvikInstruction()
|
D | quick_compiler.cc | 225 Instruction::IGET_CHAR,
|
/art/compiler/optimizing/ |
D | builder.cc | 2108 case Instruction::IGET_CHAR: in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1243 HANDLE_INSTRUCTION_START(IGET_CHAR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1087 case Instruction::IGET_CHAR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2310 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()
|