Searched refs:SpillSlotLocator (Results 1 – 3 of 3) sorted by relevance
1117 class SpillSlotLocator final : public ZoneObject {1119 explicit SpillSlotLocator(RegisterAllocationData* data);1128 DISALLOW_COPY_AND_ASSIGN(SpillSlotLocator);
3475 SpillSlotLocator::SpillSlotLocator(RegisterAllocationData* data) in SpillSlotLocator() function in v8::internal::compiler::SpillSlotLocator3479 void SpillSlotLocator::LocateSpillSlots() { in LocateSpillSlots()
1314 SpillSlotLocator locator(data->register_allocation_data()); in Run()