/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(
|
flag-definitions.h | 300 DEFINE_bool(compilation_cache, true, "enable compilation cache")
|
liveedit.cc | [all...] |
incremental-marking.cc | 547 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
|
isolate.h | 798 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate [all...] |
heap.cc | 469 isolate_->compilation_cache()->Clear(); 941 isolate_->compilation_cache()->MarkCompactPrologue(); [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 | 774 CompilationCache* compilation_cache = isolate->compilation_cache(); local 779 result = compilation_cache->LookupScript(source, 823 compilation_cache->PutScript(source, context, result); 853 CompilationCache* compilation_cache = isolate->compilation_cache(); local 854 result = compilation_cache->LookupEval(source, [all...] |
flag-definitions.h | 464 DEFINE_bool(compilation_cache, true, "enable compilation cache") [all...] |
liveedit.cc | [all...] |
incremental-marking.cc | 639 heap_->isolate()->compilation_cache()->MarkCompactPrologue(); [all...] |
isolate.h | 859 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate [all...] |
heap.cc | 705 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 | 527 CcTest::i_isolate()->compilation_cache()->Clear(); 556 CcTest::i_isolate()->compilation_cache()->Clear(); 588 CcTest::i_isolate()->compilation_cache()->Clear(); 614 CcTest::i_isolate()->compilation_cache()->Clear(); 866 CcTest::i_isolate()->compilation_cache()->Clear(); 887 CcTest::i_isolate()->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...] |