Home
last modified time | relevance | path

Searched refs:baseline_batch_compiler_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h1480 DCHECK_NOT_NULL(baseline_batch_compiler_); in baseline_batch_compiler()
1481 return baseline_batch_compiler_; in baseline_batch_compiler()
2236 baseline::BaselineBatchCompiler* baseline_batch_compiler_ = nullptr; variable
Disolate.cc3414 delete baseline_batch_compiler_; in ThrowInternal()
3415 baseline_batch_compiler_ = nullptr; in ThrowInternal()
3932 baseline_batch_compiler_ = new baseline::BaselineBatchCompiler(this); in ThrowInternal()