Searched refs:compilation_cache (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
H A Dcompiler.cc1095 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1097 compilation_cache->LookupEval(source, outer_info, context, strict_mode,
1124 compilation_cache->PutEval(source, outer_info, context, shared_info,
1159 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1171 maybe_result = compilation_cache->LookupScript(
1212 compilation_cache->PutScript(source, context, result);
H A Dliveedit.cc1229 isolate->compilation_cache()->Remove(shared_info);
1238 shared_info_array->GetIsolate()->compilation_cache()->Remove(shared_info);
1249 function_wrapper->GetIsolate()->compilation_cache()->Remove(shared_info);
H A Dflag-definitions.h453 DEFINE_BOOL(compilation_cache, true, "enable compilation cache")
H A Disolate.h864 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
H A Djsregexp.cc162 CompilationCache* compilation_cache = isolate->compilation_cache(); local
164 compilation_cache->LookupRegExp(pattern, flags);
219 compilation_cache->PutRegExp(pattern, flags, data);
H A Ddebug.cc2959 isolate_->compilation_cache()->Disable();
2962 isolate_->compilation_cache()->Enable();
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc676 isolate->compilation_cache()->Disable(); // Disable same-isolate code cache.
730 isolate->compilation_cache()->Disable(); // Disable same-isolate code cache.
H A Dtest-heap.cc1426 isolate->compilation_cache()->Clear();
1466 isolate->compilation_cache()->Clear();
H A Dtest-api.cc493 CcTest::i_isolate()->compilation_cache()->Clear();
522 CcTest::i_isolate()->compilation_cache()->Clear();
554 CcTest::i_isolate()->compilation_cache()->Clear();
580 CcTest::i_isolate()->compilation_cache()->Clear();
830 CcTest::i_isolate()->compilation_cache()->Clear();
851 CcTest::i_isolate()->compilation_cache()->Clear();
902 CcTest::i_isolate()->compilation_cache()->Clear();
14436 reinterpret_cast<i::Isolate*>(isolate)->compilation_cache()->Clear();
18147 CcTest::i_isolate()->compilation_cache()->Clear();
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.cc571 heap_->isolate()->compilation_cache()->MarkCompactPrologue();
H A Dheap.cc754 isolate_->compilation_cache()->Clear();
1211 isolate_->compilation_cache()->MarkCompactPrologue();
2903 isolate_->compilation_cache()->Clear();
4266 isolate_->compilation_cache()->Clear();
4765 isolate_->compilation_cache()->Iterate(v);
H A Dmark-compact.cc1763 heap()->isolate()->compilation_cache()->IterateFunctions(&visitor);

Completed in 1197 milliseconds