Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-test.cc529 isolate->optimizing_compile_dispatcher()->AwaitCompileTasks(); in FinalizeOptimization()
530 isolate->optimizing_compile_dispatcher()->InstallOptimizedFunctions(); in FinalizeOptimization()
531 isolate->optimizing_compile_dispatcher()->set_finalize(true); in FinalizeOptimization()
813 isolate->optimizing_compile_dispatcher()->AwaitCompileTasks(); in RUNTIME_FUNCTION()
814 isolate->optimizing_compile_dispatcher()->InstallOptimizedFunctions(); in RUNTIME_FUNCTION()
816 isolate->optimizing_compile_dispatcher()->set_finalize(false); in RUNTIME_FUNCTION()
824 isolate->optimizing_compile_dispatcher()->AwaitCompileTasks(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc323 isolate_->optimizing_compile_dispatcher()->InstallOptimizedFunctions(); in HandleInterrupts()
Disolate.h1498 OptimizingCompileDispatcher* optimizing_compile_dispatcher() { in optimizing_compile_dispatcher() function
Disolate.cc4355 optimizing_compile_dispatcher()->Flush(behavior); in ThrowInternal()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1027 if (!isolate->optimizing_compile_dispatcher()->IsQueueAvailable()) { in CompileTurbofan_Concurrent()
1055 isolate->optimizing_compile_dispatcher()->QueueForOptimization(job.release()); in CompileTurbofan_Concurrent()
/third_party/node/deps/v8/src/heap/
Dheap.cc3408 isolate()->optimizing_compile_dispatcher()->HasJobs()) { in CanMoveObjectStart()