Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h275 enum EnableScheduling { kDisableScheduling, kEnableScheduling }; enumerator
296 ? kEnableScheduling
480 return (enable_scheduling_ == kEnableScheduling) && in UseInstructionScheduling()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2198 ? InstructionSelector::kEnableScheduling in DECL_PIPELINE_PHASE_CONSTANTS()