Home
last modified time | relevance | path

Searched refs:IGET_CHAR (Results 1 – 19 of 19) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.cc43 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/
DOpcode.java107 IGET_CHAR, enumConstant
DInstruction.java409 addOpcodeInfo(Opcode.IGET_CHAR, "iget-char", 0x57, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dglobal_value_numbering_test.cc575 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 …]
Ddex_to_dex_compiler.cc131 case Instruction::IGET_CHAR: in Compile()
Dlocal_value_numbering.cc38 static constexpr uint16_t kAliasingIFieldBumpVersionOp = Instruction::IGET_CHAR;
1942 case Instruction::IGET_CHAR: in GetValueNumber()
Dtype_inference.cc906 case Instruction::IGET_CHAR: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1372 case Instruction::IGET_CHAR: in RecordMIR()
Dtype_inference_test.cc649 DEF_IGET(3u, Instruction::IGET_CHAR, 1u, thiz, 1u), in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/runtime/
Ddex_instruction.cc244 case IGET_CHAR: in DumpString()
Dcommon_throws.cc407 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h108 …V(0x57, IGET_CHAR, "iget-char", k22c, true, kFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCo…
/art/compiler/dex/quick/
Dmir_to_lir.cc264 case InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR): in GenSpecialIGet()
803 case Instruction::IGET_CHAR: in CompileDalvikInstruction()
Dquick_compiler.cc225 Instruction::IGET_CHAR,
/art/compiler/optimizing/
Dbuilder.cc2108 case Instruction::IGET_CHAR: in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1243 HANDLE_INSTRUCTION_START(IGET_CHAR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1087 case Instruction::IGET_CHAR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2310 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()