Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc615 uint32_t dst_reg = instruction->VRegA_22c(); in AnalyseIGetMethod() local
623 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()