Searched refs:oldest_index (Results 1 – 6 of 6) sorted by relevance
1184 int oldest_index = -1;1195 oldest_index = i;1200 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");1201 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);1202 line->pc[oldest_index] = pc;1203 line->name[oldest_index] = CopyString(name);1204 line->age[oldest_index] = 0;1205 return line->name[oldest_index];
1198 int oldest_index = -1;1209 oldest_index = i;1214 ABSL_RAW_CHECK(oldest_index >= 0, "Corrupt cache");1215 base_internal::LowLevelAlloc::Free(line->name[oldest_index]);1216 line->pc[oldest_index] = pc;1217 line->name[oldest_index] = CopyString(name);1218 line->age[oldest_index] = 0;1219 return line->name[oldest_index];
554 unsigned oldest_age = ~0u, oldest_index = ~0u; in find_oldest_drawpixels_cache_entry() local562 oldest_index = i; in find_oldest_drawpixels_cache_entry()566 assert(oldest_index != ~0u); in find_oldest_drawpixels_cache_entry()568 return &st->drawpix_cache.entries[oldest_index]; in find_oldest_drawpixels_cache_entry()