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

  /external/v8/src/
compilation-cache.cc 23 CompilationCache::CompilationCache(Isolate* isolate)
38 CompilationCache::~CompilationCache() {}
281 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) {
290 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupScript(
301 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupEval(
319 MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source,
327 void CompilationCache::PutScript(Handle<String> source,
337 void CompilationCache::PutEval(Handle<String> source
    [all...]
compilation-cache.h 148 class CompilationCache {
210 explicit CompilationCache(Isolate* isolate);
211 ~CompilationCache();
235 DISALLOW_COPY_AND_ASSIGN(CompilationCache);
isolate.h 52 class CompilationCache;
832 CompilationCache* compilation_cache() { return compilation_cache_; }
    [all...]
compiler.cc     [all...]
isolate.cc     [all...]
  /external/v8/src/regexp/
jsregexp.cc 139 CompilationCache* compilation_cache = isolate->compilation_cache();
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 491 milliseconds