Lines Matching refs:slots
723 return slots.size() < numSlots;
729 auto found = std::find(slots.begin(), slots.end(), request);
731 if (found != slots.end()) {
734 slots.erase(found);
755 slots.push_back(request);
766 unsigned int slot_index = slots.size() - 1;
767 auto i = slots.rbegin();
772 while (ret == NoAddrRangeCoverage && i != slots.rend()) {
807 assert(slot_number < slots.size());
811 LSQRequestPtr store = slots[slot_number];
850 while (!slots.empty() &&
851 slots.front()->isComplete() && slots.front()->isBarrier())
853 LSQRequestPtr barrier = slots.front();
860 slots.pop_front();
865 auto i = slots.begin();
879 i != slots.end())
932 unsigned int size = slots.size();
937 LSQRequestPtr request = slots[i];
1673 slots(),