Searched refs:AllocateRegisters (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | pipeline.cc | 408 void AllocateRegisters(const RegisterConfiguration* config, 1303 allocator.AllocateRegisters(); 1316 allocator.AllocateRegisters(); 1785 pipeline.AllocateRegisters(config, nullptr, run_verifier); 1864 AllocateRegisters(RegisterConfiguration::Turbofan(), call_descriptor, 1943 void PipelineImpl::AllocateRegisters(const RegisterConfiguration* config, function in class:v8::internal::compiler::PipelineImpl |
H A D | register-allocator.h | 1052 void AllocateRegisters(); |
H A D | register-allocator.cc | 2749 void LinearScanAllocator::AllocateRegisters() { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator |
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.h | 392 void AllocateRegisters(); |
H A D | lithium-allocator.cc | 1469 AllocateRegisters(); 1478 AllocateRegisters(); 1482 void LAllocator::AllocateRegisters() { function in class:LAllocator |
Completed in 407 milliseconds