Home
last modified time | relevance | path

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

/art/test/435-try-finally-without-catch/
Dinfo.txt6 block and whose result is assigned to a local value, it is smart
/art/dex2oat/linker/
Dimage_writer.cc2032 bool assigned = TryAssignBinSlot(entry.first, entry.second); in ProcessDexFileObjects() local
2033 DCHECK(assigned); in ProcessDexFileObjects()
2051 bool assigned = TryAssignBinSlot(string, oat_index); in ProcessDexFileObjects() local
2052 DCHECK(assigned || in ProcessDexFileObjects()
2060 bool assigned = TryAssignBinSlot(dex_cache, oat_index); in ProcessDexFileObjects() local
2061 DCHECK(assigned); in ProcessDexFileObjects()
2376 bool assigned = false; in TryAssignBinSlot() local
2381 assigned = true; in TryAssignBinSlot()
2383 return assigned; in TryAssignBinSlot()