HomeSort by relevance Sort by last modified time
    Searched refs:CompilationCache (Results 1 - 7 of 7) sorted by null

  /external/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...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 312 milliseconds