Searched refs:LinearScanAllocator (Results 1 – 3 of 3) sorted by relevance
2745 LinearScanAllocator::LinearScanAllocator(RegisterAllocationData* data, in LinearScanAllocator() function in v8::internal::compiler::LinearScanAllocator2760 void LinearScanAllocator::AllocateRegisters() { in AllocateRegisters()2839 bool LinearScanAllocator::TrySplitAndSpillSplinter(LiveRange* range) { in TrySplitAndSpillSplinter()2860 void LinearScanAllocator::SetLiveRangeAssignedRegister(LiveRange* range, in SetLiveRangeAssignedRegister()2871 void LinearScanAllocator::AddToActive(LiveRange* range) { in AddToActive()2878 void LinearScanAllocator::AddToInactive(LiveRange* range) { in AddToInactive()2884 void LinearScanAllocator::AddToUnhandled(LiveRange* range) { in AddToUnhandled()2895 void LinearScanAllocator::ActiveToHandled(LiveRange* range) { in ActiveToHandled()2902 void LinearScanAllocator::ActiveToInactive(LiveRange* range) { in ActiveToInactive()2910 void LinearScanAllocator::InactiveToHandled(LiveRange* range) { in InactiveToHandled()[all …]
1034 class LinearScanAllocator final : public RegisterAllocator {1036 LinearScanAllocator(RegisterAllocationData* data, RegisterKind kind,1102 DISALLOW_COPY_AND_ASSIGN(LinearScanAllocator);
2623 Run<AllocateGeneralRegistersPhase<LinearScanAllocator>>(); in AllocateRegisters()2624 Run<AllocateFPRegistersPhase<LinearScanAllocator>>(); in AllocateRegisters()