Searched refs:dst_reg (Results 1 – 1 of 1) sorted by relevance
615 uint32_t dst_reg = instruction->VRegA_22c(); in AnalyseIGetMethod() local623 DCHECK_LT(opcode == Instruction::IGET_WIDE ? dst_reg + 1 : dst_reg, code_item->registers_size_); in AnalyseIGetMethod()624 if (dst_reg != return_reg) { in AnalyseIGetMethod()