Searched refs:info_new (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dcodegen_util.cc1297 RegisterInfo* info_new = info->FindMatchingView(RegisterInfo::k32SoloStorageMask); local
1298 DCHECK(info_new != nullptr);
1301 info_new->MarkLive(loc.s_reg_low);
1303 loc.reg = info_new->GetReg();

Completed in 23 milliseconds