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