Home
last modified time | relevance | path

Searched refs:ShouldAllocateFullArray (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h391 static bool ShouldAllocateFullArray(size_t number_of_elements, size_t dex_cache_size) { in ShouldAllocateFullArray() function
474 bool should_allocate_full_array = ShouldAllocateFullArray(GetDexFile()->ids(), pair_size); \
489 if (!ShouldAllocateFullArray(GetDexFile()->ids(), pair_size)) { \
/art/runtime/
Druntime_image.cc1232 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()