Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3281 const bool will_retire_broker = out_broker == nullptr; in GenerateCodeForTesting() local
3282 if (!will_retire_broker) { in GenerateCodeForTesting()
3291 if (pipeline.FinalizeCode(will_retire_broker).ToHandle(&code) && in GenerateCodeForTesting()
3293 if (!will_retire_broker) *out_broker = data.ReleaseBroker(); in GenerateCodeForTesting()