Searched refs:maybe_code_cache (Results 1 – 1 of 1) sorted by relevance
1935 { MaybeObject* maybe_code_cache = AllocateStruct(CODE_CACHE_TYPE); in AllocateCodeCache() local1936 if (!maybe_code_cache->To(&code_cache)) return maybe_code_cache; in AllocateCodeCache()