Searched refs:swap_result_or (Results 1 – 1 of 1) sorted by relevance
122 auto swap_result_or = it->tuple->SwapOut(backend, /*swap_pinned=*/true); in CompactAllocations() local123 if (!swap_result_or.ok()) { in CompactAllocations()124 status = swap_result_or.status(); in CompactAllocations()127 if (swap_result_or.ValueOrDie()) { in CompactAllocations()134 auto swap_result_or = it->tuple->SwapIn(memory_manager, backend); in CompactAllocations() local135 if (!swap_result_or.ok()) { in CompactAllocations()141 status = swap_result_or.status(); in CompactAllocations()