Searched refs:ShouldAllocateFullArray (Results 1 – 2 of 2) sorted by relevance
391 static bool ShouldAllocateFullArray(size_t number_of_elements, size_t dex_cache_size) { in ShouldAllocateFullArray() function474 bool should_allocate_full_array = ShouldAllocateFullArray(GetDexFile()->ids(), pair_size); \489 if (!ShouldAllocateFullArray(GetDexFile()->ids(), pair_size)) { \
1232 bool only_startup = !mirror::DexCache::ShouldAllocateFullArray(num_entries, max_entries); in CopyNativeDexCacheArray()1261 bool only_startup = !mirror::DexCache::ShouldAllocateFullArray(num_entries, max_entries); in CreateGcRootDexCacheArray()