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

  /external/v8/src/heap/
object-stats.cc 324 CompilationCache* compilation_cache = heap_->isolate()->compilation_cache(); local
326 compilation_cache->Iterate(&v);
  /external/v8/src/
compiler.cc 1506 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1667 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
isolate.h 848 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 140 CompilationCache* compilation_cache = isolate->compilation_cache(); local
142 compilation_cache->LookupRegExp(pattern, flags);
186 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 408 milliseconds