Searched refs:compilation_cache_ (Results 1 – 6 of 6) sorted by relevance
149 compilation_cache_ GUARDED_BY(mutex_);
809 decltype(compilation_cache_.begin()) iter; in CompilePtxOrGetCachedResult()817 std::tie(iter, inserted) = compilation_cache_.emplace( in CompilePtxOrGetCachedResult()
285 CompilationCache compilation_cache_; variable
849 *result->mutable_handle() = compilation_cache_.Insert(std::move(executable)); in Compile()861 compilation_cache_.LookUp(arg->handle())); in Execute()
1009 CompilationCache* compilation_cache() { return compilation_cache_; } in compilation_cache()1673 CompilationCache* compilation_cache_; variable
2449 compilation_cache_(nullptr), in Throw()2748 delete compilation_cache_; in Throw()2749 compilation_cache_ = nullptr; in Throw()2944 compilation_cache_ = new CompilationCache(this); in Throw()