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

  /external/v8/src/
compiler.cc 1367 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1458 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
flag-definitions.h 593 DEFINE_BOOL(compilation_cache, true, "enable compilation cache")
    [all...]
isolate.h 810 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 901 isolate->compilation_cache()->Disable(); // Disable same-isolate code cache.
    [all...]
test-api.cc 452 CcTest::i_isolate()->compilation_cache()->Clear();
483 CcTest::i_isolate()->compilation_cache()->Clear();
517 CcTest::i_isolate()->compilation_cache()->Clear();
543 CcTest::i_isolate()->compilation_cache()->Clear();
841 CcTest::i_isolate()->compilation_cache()->Clear();
864 CcTest::i_isolate()->compilation_cache()->Clear();
    [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]
debug.cc     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1529 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
  /external/v8/src/heap/
heap.cc 894 isolate_->compilation_cache()->Clear();
    [all...]
incremental-marking.cc 580 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
    [all...]
mark-compact.cc     [all...]
  /external/v8/src/regexp/
jsregexp.cc 132 CompilationCache* compilation_cache = isolate->compilation_cache(); local
134 compilation_cache->LookupRegExp(pattern, flags);
183 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 447 milliseconds