Searched refs:first_slot (Results 1 – 2 of 2) sorted by relevance
440 int first_slot = next_slot - 2; in ApplyLoadHoisting() local446 first_slot -= LDLD_DISTANCE; in ApplyLoadHoisting()452 for (slot = first_slot; slot >= 0; slot--) { in ApplyLoadHoisting()
377 size_t first_slot = FirstAvailableSlot(IndexForHash(hashfn_(temp))); in Verify() local378 if (i != first_slot) { in Verify()379 LOG(ERROR) << "Element " << i << " should be in slot " << first_slot; in Verify()