Searched refs:StashEntry (Results 1 – 2 of 2) sorted by relevance
430 struct StashEntry { struct431 inline StashEntry() in StashEntry() argument438 inline StashEntry( in StashEntry() argument462 std::list<StashEntry> mPending; argument466 std::list<StashEntry> mReorderStash;480 bool popPending(StashEntry *entry);485 void deferPending(const StashEntry &entry);
455 for (StashEntry& e : mPending) { in flushStash()458 for (StashEntry& e : mReorderStash) { in flushStash()522 StashEntry &entry = mPending.front(); in popFromStashAndRegister()575 bool OutputBuffers::popPending(StashEntry *entry) { in popPending()584 void OutputBuffers::deferPending(const OutputBuffers::StashEntry &entry) { in deferPending()