HomeSort by relevance Sort by last modified time
    Searched full:compilationcache (Results 1 - 8 of 8) 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/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 675 milliseconds