Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp81 const size_t kMaxCodeCacheCapacity = 1024 * 1024; variable
87 kMaxCodeCacheCapacity); in getMspace()
91 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()
98 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()
100 mspace_set_footprint_limit(gMspace, kMaxCodeCacheCapacity); in getMspace()
111 "store of size %zd", size, kMaxCodeCacheCapacity); in Assembly()
148 "of size %zd", newSize, kMaxCodeCacheCapacity); in resize()