Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc408 void AllocateRegisters(const RegisterConfiguration* config,
1303 allocator.AllocateRegisters(); in Run()
1316 allocator.AllocateRegisters(); in Run()
1785 pipeline.AllocateRegisters(config, nullptr, run_verifier); in AllocateRegistersForTesting()
1864 AllocateRegisters(RegisterConfiguration::Turbofan(), call_descriptor, in ScheduleAndSelectInstructions()
1943 void PipelineImpl::AllocateRegisters(const RegisterConfiguration* config, in AllocateRegisters() function in v8::internal::compiler::PipelineImpl
Dregister-allocator.h1052 void AllocateRegisters();
Dregister-allocator.cc2749 void LinearScanAllocator::AllocateRegisters() { in AllocateRegisters() function in v8::internal::compiler::LinearScanAllocator
/external/v8/src/crankshaft/
Dlithium-allocator.h392 void AllocateRegisters();
Dlithium-allocator.cc1469 AllocateRegisters(); in AllocateGeneralRegisters()
1478 AllocateRegisters(); in AllocateDoubleRegisters()
1482 void LAllocator::AllocateRegisters() { in AllocateRegisters() function in v8::internal::LAllocator