Home
last modified time | relevance | path

Searched refs:concurrent_recompilation_enabled (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Djs-function-inl.h69 if (!isolate->concurrent_recompilation_enabled() || in MarkForOptimization()
/external/v8/src/execution/
Dstack-guard.cc292 DCHECK(isolate_->concurrent_recompilation_enabled()); in HandleInterrupts()
Disolate.h1301 bool concurrent_recompilation_enabled() { in concurrent_recompilation_enabled() function
Disolate.cc3059 if (concurrent_recompilation_enabled()) { in ThrowInternal()
3841 if (concurrent_recompilation_enabled()) { in ThrowInternal()
/external/v8/src/runtime/
Druntime-test.cc251 isolate->concurrent_recompilation_enabled()); in RUNTIME_FUNCTION()
316 isolate->concurrent_recompilation_enabled()) { in RUNTIME_FUNCTION()
544 if (isolate->concurrent_recompilation_enabled() && in RUNTIME_FUNCTION()
600 CHECK(isolate->concurrent_recompilation_enabled()); in RUNTIME_FUNCTION()
/external/v8/src/compiler/backend/
Dcode-generator.cc848 tasm()->isolate()->concurrent_recompilation_enabled()) { in AssembleSourcePosition()