HomeSort by relevance Sort by last modified time
    Searched defs:compilation_cache (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
compiler.cc 180 isolate->compilation_cache()->MarkForLazyOptimizing(info->closure());
476 CompilationCache* compilation_cache = isolate->compilation_cache(); local
481 result = compilation_cache->LookupScript(source,
530 compilation_cache->PutScript(source, result);
559 CompilationCache* compilation_cache = isolate->compilation_cache(); local
560 result = compilation_cache->LookupEval(source,
575 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
isolate.h 813 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
jsregexp.cc 119 CompilationCache* compilation_cache = isolate->compilation_cache(); local
120 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags);
162 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 46 milliseconds