Searched defs:AllocateRegisters (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | pipeline.cc | 388 void AllocateRegisters(const RegisterConfiguration* config, 1198 allocator.AllocateRegisters(); 1211 allocator.AllocateRegisters(); 1625 pipeline.AllocateRegisters(config, nullptr, run_verifier); 1670 AllocateRegisters(RegisterConfiguration::Turbofan(), call_descriptor, 1748 void PipelineImpl::AllocateRegisters(const RegisterConfiguration* config, function in class:v8::internal::compiler::PipelineImpl |
H A D | register-allocator.cc | 2624 void LinearScanAllocator::AllocateRegisters() { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator |
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.cc | 1468 AllocateRegisters(); 1477 AllocateRegisters(); 1481 void LAllocator::AllocateRegisters() { function in class:LAllocator |
Completed in 315 milliseconds