Searched refs:GetCacheLength (Results 1 – 10 of 10) sorted by relevance
119 inline uint32_t GetCacheLength() const in GetCacheLength() function166 DECL_VISIT_ARRAY(DATA_OFFSET, GetCacheLength(), GetCacheLength());
57 uint32_t cacheSize = cp->GetCacheLength(); in GenerateSnapshotConstantPools()
43 uint32_t aotLiteralInfoLen = aotLiteralInfo->GetCacheLength(); in Resolve()
82 inline uint32_t GetCacheLength() const in GetCacheLength() function
176 inline uint32_t GetCacheLength() const in GetCacheLength() function467 DECL_VISIT_ARRAY(DATA_OFFSET, GetCacheLength(), GetLength());
244 inline int GetCacheLength() in GetCacheLength() function
2448 uint32_t entry = hash & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult()2450 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(GetCacheLength() - 1); in FindCachedResult()2530 uint32_t entry = hash & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache()2542 uint32_t entry2 = (entry + 1) & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache()2547 if (cache->GetCacheLength() < DEFAULT_CACHE_NUMBER) { in AddResultInCache()2555 entry2 = hash & static_cast<uint32_t>(cache->GetCacheLength() - 1); in AddResultInCache()
269 uint32_t baseConstpoolSize = baseConstpool->GetCacheLength(); in FindAndReplaceSameMethod()
533 uint32_t len = pool->GetCacheLength(); in DumpConstantPoolClass()1620 uint32_t len = GetCacheLength(); in Dump()3910 uint32_t len = arr->GetCacheLength(); in DumpConstantPoolClass()4786 uint32_t len = GetCacheLength(); in DumpForSnapshot()
754 EXPECT_EQ(constpool->GetCacheLength(), 4U); in MethodTest1()