Searched refs:StashEntry (Results 1 – 2 of 2) sorted by relevance
397 struct StashEntry { struct398 inline StashEntry() in StashEntry() argument405 inline StashEntry( in StashEntry() argument429 std::list<StashEntry> mPending; argument433 std::list<StashEntry> mReorderStash;447 bool popPending(StashEntry *entry);452 void deferPending(const StashEntry &entry);
210 for (StashEntry& e : mPending) { in flushStash()213 for (StashEntry& e : mReorderStash) { in flushStash()277 StashEntry &entry = mPending.front(); in popFromStashAndRegister()330 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()339 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()