Searched refs:SpillSlotLocator (Results 1 – 3 of 3) sorted by relevance
1106 class SpillSlotLocator final : public ZoneObject {1108 explicit SpillSlotLocator(RegisterAllocationData* data);1117 DISALLOW_COPY_AND_ASSIGN(SpillSlotLocator);
3480 SpillSlotLocator::SpillSlotLocator(RegisterAllocationData* data) in SpillSlotLocator() function in v8::internal::compiler::SpillSlotLocator3484 void SpillSlotLocator::LocateSpillSlots() { in LocateSpillSlots()
1801 SpillSlotLocator locator(data->register_allocation_data()); in Run()