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 1399 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1477 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
flag-definitions.h 623 DEFINE_BOOL(compilation_cache, true, "enable compilation cache")
    [all...]
isolate.h 832 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 921 isolate->compilation_cache()->Disable(); // Disable same-isolate code cache.
    [all...]
test-api.cc 453 CcTest::i_isolate()->compilation_cache()->Clear();
484 CcTest::i_isolate()->compilation_cache()->Clear();
518 CcTest::i_isolate()->compilation_cache()->Clear();
544 CcTest::i_isolate()->compilation_cache()->Clear();
812 CcTest::i_isolate()->compilation_cache()->Clear();
835 CcTest::i_isolate()->compilation_cache()->Clear();
893 CcTest::i_isolate()->compilation_cache()->Clear();
    [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]
debug.cc     [all...]
  /external/v8/src/heap/
incremental-marking.cc 556 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
    [all...]
heap.cc 894 isolate_->compilation_cache()->Clear();
    [all...]
mark-compact.cc     [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1611 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 139 CompilationCache* compilation_cache = isolate->compilation_cache(); local
141 compilation_cache->LookupRegExp(pattern, flags);
189 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 452 milliseconds