Searched refs:assigned (Results 1 – 2 of 2) sorted by relevance
6 block and whose result is assigned to a local value, it is smart
2032 bool assigned = TryAssignBinSlot(entry.first, entry.second); in ProcessDexFileObjects() local2033 DCHECK(assigned); in ProcessDexFileObjects()2051 bool assigned = TryAssignBinSlot(string, oat_index); in ProcessDexFileObjects() local2052 DCHECK(assigned || in ProcessDexFileObjects()2060 bool assigned = TryAssignBinSlot(dex_cache, oat_index); in ProcessDexFileObjects() local2061 DCHECK(assigned); in ProcessDexFileObjects()2376 bool assigned = false; in TryAssignBinSlot() local2381 assigned = true; in TryAssignBinSlot()2383 return assigned; in TryAssignBinSlot()