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

  /external/v8/src/heap/
object-stats.cc 324 CompilationCache* compilation_cache = heap_->isolate()->compilation_cache(); local
326 compilation_cache->Iterate(&v);
incremental-marking.cc 544 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
    [all...]
heap.cc 898 isolate_->compilation_cache()->Clear();
    [all...]
mark-compact.cc     [all...]
  /external/v8/src/
compiler.cc 1506 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1667 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
flag-definitions.h     [all...]
isolate.h 848 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/debug/
liveedit.cc 941 isolate->compilation_cache()->Remove(shared_info);
951 shared_info_array->GetIsolate()->compilation_cache()->Remove(shared_info);
    [all...]
debug.cc     [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 1013 milliseconds