Searched refs:StashEntry (Results 1 – 2 of 2) sorted by relevance
399 struct StashEntry { struct400 inline StashEntry() in StashEntry() argument407 inline StashEntry( in StashEntry() argument431 std::list<StashEntry> mPending; argument435 std::list<StashEntry> mReorderStash;449 bool popPending(StashEntry *entry);454 void deferPending(const StashEntry &entry);
201 for (StashEntry& e : mPending) { in flushStash()204 for (StashEntry& e : mReorderStash) { in flushStash()268 StashEntry &entry = mPending.front(); in popFromStashAndRegister()332 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()341 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()