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

  /external/v8/src/
compiler.cc 487 CompilationCache* compilation_cache = isolate->compilation_cache(); local
492 result = compilation_cache->LookupScript(source,
532 compilation_cache->PutScript(source, result);
561 CompilationCache* compilation_cache = isolate->compilation_cache(); local
562 result = compilation_cache->LookupEval(source,
590 compilation_cache->PutEval(
liveedit.cc     [all...]
flag-definitions.h 300 DEFINE_bool(compilation_cache, true, "enable compilation cache")
incremental-marking.cc 547 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
heap.cc 469 isolate_->compilation_cache()->Clear();
941 isolate_->compilation_cache()->MarkCompactPrologue();
    [all...]
isolate.h 798 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
jsregexp.cc 119 CompilationCache* compilation_cache = isolate->compilation_cache(); local
120 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags);
162 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]
debug.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/
compiler.cc 696 CompilationCache* compilation_cache = isolate->compilation_cache(); local
701 result = compilation_cache->LookupScript(source,
745 compilation_cache->PutScript(source, context, result);
775 CompilationCache* compilation_cache = isolate->compilation_cache(); local
776 result = compilation_cache->LookupEval(source,
806 compilation_cache->PutEval(
    [all...]
liveedit.cc     [all...]
incremental-marking.cc 639 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
    [all...]
flag-definitions.h 435 DEFINE_bool(compilation_cache, true, "enable compilation cache")
    [all...]
isolate.h 870 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
heap.cc 613 isolate_->compilation_cache()->Clear();
    [all...]
jsregexp.cc 175 CompilationCache* compilation_cache = isolate->compilation_cache(); local
176 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags);
226 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]
debug.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
test-api.cc 451 v8::internal::Isolate::Current()->compilation_cache()->Clear();
480 i::Isolate::Current()->compilation_cache()->Clear();
511 i::Isolate::Current()->compilation_cache()->Clear();
537 i::Isolate::Current()->compilation_cache()->Clear();
785 i::Isolate::Current()->compilation_cache()->Clear();
806 i::Isolate::Current()->compilation_cache()->Clear();
853 i::Isolate::Current()->compilation_cache()->Clear();
    [all...]
  /external/v8/test/cctest/
test-api.cc 404 v8::internal::Isolate::Current()->compilation_cache()->Clear();
426 i::Isolate::Current()->compilation_cache()->Clear();
452 i::Isolate::Current()->compilation_cache()->Clear();
478 i::Isolate::Current()->compilation_cache()->Clear();
683 i::Isolate::Current()->compilation_cache()->Clear();
704 i::Isolate::Current()->compilation_cache()->Clear();
751 i::Isolate::Current()->compilation_cache()->Clear();
    [all...]

Completed in 1197 milliseconds