Searched refs:needsToRunGC (Results 1 – 12 of 12) sorted by relevance
175 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) { in needsToRunGC() function in latinime::Dictionary177 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC); in needsToRunGC()
102 bool needsToRunGC(const bool mindsBlockByGC);
114 return dictionary->needsToRunGC(mindsBlockByGC == JNI_TRUE); in latinime_BinaryDictionary_needsToRunGC()501 if (dictionary->needsToRunGC(true /* mindsBlockByGC */)) { in latinime_BinaryDictionary_updateEntriesForInputEvents()578 if (dictionaryStructureWithBufferPolicy->needsToRunGC(true /* mindsBlockByGC */)) { in latinime_BinaryDictionary_migrateNative()599 if (dictionaryStructureWithBufferPolicy->needsToRunGC(true /* mindsBlockByGC */)) { in latinime_BinaryDictionary_migrateNative()
612 while(!binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) { in testAddManyUnigramsAndFlushWithGC()715 if (binaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) { in testGetWordProperties()742 if (binaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) { in testGetWordProperties()795 if (binaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) { in testIterateAllWords()814 if (binaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) { in testIterateAllWords()
100 virtual bool needsToRunGC(const bool mindsBlockByGC) const = 0;
107 bool needsToRunGC(const bool mindsBlockByGC) const;
456 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function in latinime::Ver4PatriciaTriePolicy
130 bool needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function
128 bool needsToRunGC(const bool mindsBlockByGC) const;
501 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function in latinime::backward::v402::Ver4PatriciaTriePolicy
274 if (mBinaryDictionary.needsToRunGC(mindsBlockByGC)) { in runGCIfRequiredLocked()640 if (binaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) { in asyncFlushBinaryDictionary()
517 if (needsToRunGC(true /* mindsBlockByGC */)) { in updateEntriesForInputEvents()579 public boolean needsToRunGC(final boolean mindsBlockByGC) { in needsToRunGC() method in BinaryDictionary