Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline.h107 bool use_fast_register_allocator, bool run_verifier);
Dpipeline.cc713 bool run_verifier);
716 bool run_verifier);
3352 bool run_verifier) { in AllocateRegistersForTesting() argument
3367 pipeline.AllocateRegistersForMidTier(config, nullptr, run_verifier); in AllocateRegistersForTesting()
3369 pipeline.AllocateRegistersForTopTier(config, nullptr, run_verifier); in AllocateRegistersForTesting()
3478 bool run_verifier = FLAG_turbo_verify_allocation; in SelectInstructions() local
3508 AllocateRegistersForMidTier(config, call_descriptor, run_verifier); in SelectInstructions()
3510 AllocateRegistersForTopTier(config, call_descriptor, run_verifier); in SelectInstructions()
3723 bool run_verifier) { in AllocateRegistersForTopTier() argument
3728 if (run_verifier) { in AllocateRegistersForTopTier()
[all …]