Searched refs:GetCodeCacheCapacity (Results 1 – 2 of 2) sorted by relevance
70 jit->code_cache_.reset(JitCodeCache::Create(options->GetCodeCacheCapacity(), error_msg)); in Create()75 << PrettySize(options->GetCodeCacheCapacity()) in Create()
98 size_t GetCodeCacheCapacity() const { in GetCodeCacheCapacity() function