Searched refs:OperandAssigner (Results 1 – 3 of 3) sorted by relevance
1529 class OperandAssigner final : public ZoneObject {1531 explicit OperandAssigner(TopTierRegisterAllocationData* data);1532 OperandAssigner(const OperandAssigner&) = delete;1533 OperandAssigner& operator=(const OperandAssigner&) = delete;
4602 OperandAssigner::OperandAssigner(TopTierRegisterAllocationData* data) in OperandAssigner() function in v8::internal::compiler::OperandAssigner4605 void OperandAssigner::DecideSpillingMode() { in DecideSpillingMode()4631 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()4666 void OperandAssigner::CommitAssignment() { in CommitAssignment()
2296 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()2305 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()2315 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()