Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/include/minikin/
H A DBoundsCache.h83 static BoundsCache cache(kMaxEntries); in getInstance()
106 static const size_t kMaxEntries = 500; variable
H A DLayoutCache.h164 static LayoutCache cache(kMaxEntries); in getInstance()
191 static const size_t kMaxEntries = 5000; variable
/aosp12/art/runtime/
H A Dindirect_reference_table.cc221 constexpr size_t kMaxEntries = kMaxTableSizeInBytes / sizeof(IrtEntry); in Resize() local
222 if (new_size > kMaxEntries) { in Resize()