Searched refs:StashEntry (Results 1 – 2 of 2) sorted by relevance
397 struct StashEntry { struct398 inline StashEntry() in StashEntry() function405 inline StashEntry( in StashEntry() function429 std::list<StashEntry> mPending; argument433 std::list<StashEntry> mReorderStash;447 bool popPending(StashEntry *entry);452 void deferPending(const StashEntry &entry);
207 for (StashEntry& e : mPending) { in flushStash()210 for (StashEntry& e : mReorderStash) { in flushStash()274 StashEntry &entry = mPending.front(); in popFromStashAndRegister()327 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()336 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()