Searched refs:run_verifier (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.h | 107 bool use_fast_register_allocator, bool run_verifier);
|
H A D | pipeline.cc | 713 bool run_verifier); 716 bool run_verifier); 3352 bool run_verifier) { in AllocateRegistersForTesting() 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() 3728 if (run_verifier) { in AllocateRegistersForTopTier() 3349 AllocateRegistersForTesting(const RegisterConfiguration* config, InstructionSequence* sequence, bool use_mid_tier_register_allocator, bool run_verifier) AllocateRegistersForTesting() argument 3721 AllocateRegistersForTopTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForTopTier() argument 3815 AllocateRegistersForMidTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForMidTier() argument [all...] |
Completed in 6 milliseconds