Searched refs:IGET_WIDE (Results 1 – 11 of 11) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.cc | 398 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_WIDE), "iget_wide type"); 417 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_WIDE) == 506 case Instruction::IGET_WIDE: in AnalyseMethodCode() 604 if (!(return_opcode == Instruction::RETURN_WIDE && opcode == Instruction::IGET_WIDE) && in AnalyseIGetMethod() 606 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod() 623 DCHECK_LT(opcode == Instruction::IGET_WIDE ? dst_reg + 1 : dst_reg, code_item->registers_size_); in AnalyseIGetMethod()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 103 IGET_WIDE, enumConstant
|
D | Instruction.java | 405 addOpcodeInfo(Opcode.IGET_WIDE, "iget-wide", 0x53, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 134 case Instruction::IGET_WIDE: in Compile()
|
/art/runtime/ |
D | dex_instruction.cc | 265 case IGET_WIDE: in DumpString()
|
D | common_throws.cc | 445 case Instruction::IGET_WIDE: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 104 …V(0x53, IGET_WIDE, "iget-wide", k22c, true, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFiel…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2498 case Instruction::IGET_WIDE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1323 HANDLE_INSTRUCTION_START(IGET_WIDE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1223 case Instruction::IGET_WIDE: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2753 case Instruction::IGET_WIDE: in CodeFlowVerifyInstruction()
|