Searched refs:kMaxCodeCacheCapacity (Results 1 – 1 of 1) sorted by relevance
79 const size_t kMaxCodeCacheCapacity = 1024 * 1024; variable85 kMaxCodeCacheCapacity); in getMspace()89 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()96 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()98 mspace_set_footprint_limit(gMspace, kMaxCodeCacheCapacity); in getMspace()109 "store of size %zd", size, kMaxCodeCacheCapacity); in Assembly()146 "of size %zd", newSize, kMaxCodeCacheCapacity); in resize()