Searched refs:code_cache_ (Results 1 – 2 of 2) sorted by relevance
159 return &code_cache_; in code_cache()165 const auto it = code_cache_.find(id); in GetCodeCache()166 if (it == code_cache_.end()) { in GetCodeCache()263 auto cache_it = code_cache_.find(id); in LookupAndCompile()264 if (cache_it != code_cache_.end()) { in LookupAndCompile()267 code_cache_.erase(cache_it); in LookupAndCompile()314 code_cache_.emplace(id, std::move(new_cached_data)); in LookupAndCompile()
87 NativeModuleCacheMap code_cache_; variable