Searched refs:isNearSizeLimit (Results 1 – 12 of 12) sorted by relevance
62 AK_FORCE_INLINE bool isNearSizeLimit() const { in isNearSizeLimit() function63 return mExpandableTrieBuffer.isNearSizeLimit() in isNearSizeLimit()64 || mTerminalPositionLookupTable.isNearSizeLimit() in isNearSizeLimit()65 || mProbabilityDictContent.isNearSizeLimit() in isNearSizeLimit()66 || mBigramDictContent.isNearSizeLimit() in isNearSizeLimit()67 || mShortcutDictContent.isNearSizeLimit(); in isNearSizeLimit()
506 if (mBuffers->isNearSizeLimit()) { in needsToRunGC()
51 AK_FORCE_INLINE bool isNearSizeLimit() const { in isNearSizeLimit() function52 return mExpandableTrieBuffer.isNearSizeLimit() in isNearSizeLimit()53 || mTerminalPositionLookupTable.isNearSizeLimit() in isNearSizeLimit()54 || mLanguageModelDictContent.isNearSizeLimit() in isNearSizeLimit()55 || mShortcutDictContent.isNearSizeLimit(); in isNearSizeLimit()
461 if (mBuffers->isNearSizeLimit()) { in needsToRunGC()
53 bool isNearSizeLimit() const { in isNearSizeLimit() function54 return mExpandableLookupTableBuffer.isNearSizeLimit() in isNearSizeLimit()55 || mExpandableAddressTableBuffer.isNearSizeLimit() in isNearSizeLimit()56 || mExpandableContentBuffer.isNearSizeLimit(); in isNearSizeLimit()
41 bool isNearSizeLimit() const { in isNearSizeLimit() function42 return mExpandableContentBuffer.isNearSizeLimit(); in isNearSizeLimit()
144 bool isNearSizeLimit() const { in isNearSizeLimit() function145 return mTrieMap.isNearSizeLimit() || mGlobalCounters.needsToHalveCounters(); in isNearSizeLimit()
83 bool isNearSizeLimit() const { in isNearSizeLimit() function84 return mExpandableLookupTableBuffer.isNearSizeLimit() in isNearSizeLimit()85 || mExpandableAddressTableBuffer.isNearSizeLimit() in isNearSizeLimit()86 || mExpandableContentBuffer.isNearSizeLimit(); in isNearSizeLimit()
60 bool isNearSizeLimit() const { in isNearSizeLimit() function61 return mExpandableContentBuffer.isNearSizeLimit(); in isNearSizeLimit()
84 EXPECT_FALSE(buffer.isNearSizeLimit()); in TEST()86 while (!buffer.isNearSizeLimit()) { in TEST()
172 bool isNearSizeLimit() const { in isNearSizeLimit() function173 return mBuffer.isNearSizeLimit(); in isNearSizeLimit()
84 AK_FORCE_INLINE bool isNearSizeLimit() const { in isNearSizeLimit() function