Home
last modified time | relevance | path

Searched refs:InstallBatch (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc210 void InstallBatch() { in InstallBatch() function in v8::internal::baseline::ConcurrentBaselineCompiler
302 void BaselineBatchCompiler::InstallBatch() { in InstallBatch() function in v8::internal::baseline::BaselineBatchCompiler
304 concurrent_compiler_->InstallBatch(); in InstallBatch()
389 void BaselineBatchCompiler::InstallBatch() { UNREACHABLE(); } in InstallBatch() function in v8::internal::baseline::BaselineBatchCompiler
Dbaseline-batch-compiler.h32 void InstallBatch();
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc329 isolate_->baseline_batch_compiler()->InstallBatch(); in HandleInterrupts()