Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h391 static bool ShouldAllocateFullArray(size_t number_of_elements, size_t dex_cache_size) { in ShouldAllocateFullArray() argument
392 return number_of_elements <= dex_cache_size; in ShouldAllocateFullArray()