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 487 CompilationCache* compilation_cache = isolate->compilation_cache(); local
492 result = compilation_cache->LookupScript(source,
532 compilation_cache->PutScript(source, result);
561 CompilationCache* compilation_cache = isolate->compilation_cache(); local
562 result = compilation_cache->LookupEval(source,
590 compilation_cache->PutEval(
isolate.h 798 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 371 milliseconds