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

  /external/chromium_org/v8/src/
compiler.cc 1095 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1159 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
isolate.h 864 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
jsregexp.cc 162 CompilationCache* compilation_cache = isolate->compilation_cache(); local
164 compilation_cache->LookupRegExp(pattern, flags);
219 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 9126 milliseconds