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

  /external/chromium_org/v8/src/
compilation-cache.cc 27 CompilationCache::CompilationCache(Isolate* isolate)
42 CompilationCache::~CompilationCache() {}
301 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) {
310 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupScript(
324 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupEval(
342 MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source,
350 void CompilationCache::PutScript(Handle<String> source,
359 void CompilationCache::PutEval(Handle<String> source
    [all...]
compilation-cache.h 149 class CompilationCache {
209 explicit CompilationCache(Isolate* isolate);
210 ~CompilationCache();
234 DISALLOW_COPY_AND_ASSIGN(CompilationCache);
isolate.h 41 class CompilationCache;
864 CompilationCache* compilation_cache() { return compilation_cache_; }
    [all...]
compiler.cc     [all...]
isolate.cc     [all...]
jsregexp.cc 162 CompilationCache* compilation_cache = isolate->compilation_cache();
    [all...]
objects.h     [all...]
  /external/chromium_org/v8/
ChangeLog     [all...]

Completed in 433 milliseconds