Home
last modified time | relevance | path

Searched refs:use_optimizer (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc430 if (V8_UNLIKELY(!isolate_->use_optimizer())) return; in OnInterruptTick()
Disolate.h1360 bool use_optimizer();
Disolate.cc4370 bool Isolate::use_optimizer() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc728 if (!isolate->use_optimizer()) { in RUNTIME_FUNCTION()