HomeSort by relevance Sort by last modified time
    Searched full:compilationcache (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
compilation-cache.cc 22 CompilationCache::CompilationCache(Isolate* isolate)
37 CompilationCache::~CompilationCache() {}
267 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) {
275 InfoVectorPair CompilationCache::LookupScript(
286 InfoVectorPair CompilationCache::LookupEval(
306 MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source,
313 void CompilationCache::PutScript(Handle<String> source, Handle<Context> context,
322 void CompilationCache::PutEval(Handle<String> source
    [all...]
compilation-cache.h 149 class CompilationCache {
214 explicit CompilationCache(Isolate* isolate);
215 ~CompilationCache();
239 DISALLOW_COPY_AND_ASSIGN(CompilationCache);
isolate.h 49 class CompilationCache;
848 CompilationCache* compilation_cache() { return compilation_cache_; }
    [all...]
compiler.cc     [all...]
isolate.cc     [all...]
objects.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
compilation_cache.cc 27 std::shared_ptr<Executable> CompilationCache::Insert(
50 std::shared_ptr<Executable> CompilationCache::LookUp(
68 CompilationCache::CacheKey CompilationCache::BuildKey(
compilation_cache.h 34 class CompilationCache {
36 CompilationCache() {}
73 TF_DISALLOW_COPY_AND_ASSIGN(CompilationCache);
service.h 372 CompilationCache compilation_cache_;
  /external/v8/src/heap/
object-stats.cc 324 CompilationCache* compilation_cache = heap_->isolate()->compilation_cache();
  /external/v8/src/regexp/
jsregexp.cc 140 CompilationCache* compilation_cache = isolate->compilation_cache();
    [all...]

Completed in 768 milliseconds