Searched refs:getRootBitmapEntryIndex (Results 1 – 4 of 4) sorted by relevance
55 EXPECT_TRUE(trieMap.remove(10, trieMap.getRootBitmapEntryIndex())); in TEST()62 EXPECT_FALSE(trieMap.remove(11, trieMap.getRootBitmapEntryIndex())) in TEST()70 EXPECT_TRUE(trieMap.remove(10, trieMap.getRootBitmapEntryIndex())); in TEST()76 EXPECT_TRUE(trieMap.remove(S_INT_MAX, trieMap.getRootBitmapEntryIndex())); in TEST()
46 bitmapEntryIndices[0] = mTrieMap.getRootBitmapEntryIndex(); in getWordAttributes()297 int lastBitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in createAndGetBitmapEntryIndex()319 int bitmapEntryIndex = mTrieMap.getRootBitmapEntryIndex(); in getBitmapEntryIndex()396 if (!getEntryInfo(headerPolicy, targetLevel, mTrieMap.getRootBitmapEntryIndex(), in turncateEntriesInSpecifiedLevel()
184 if (!updateAllProbabilityEntriesForGCInner(mTrieMap.getRootBitmapEntryIndex(), in updateAllProbabilityEntriesForGC()
176 int getRootBitmapEntryIndex() const { in getRootBitmapEntryIndex() function