Home
last modified time | relevance | path

Searched refs:OperandAssigner (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1529 class OperandAssigner final : public ZoneObject {
1531 explicit OperandAssigner(TopTierRegisterAllocationData* data);
1532 OperandAssigner(const OperandAssigner&) = delete;
1533 OperandAssigner& operator=(const OperandAssigner&) = delete;
Dregister-allocator.cc4602 OperandAssigner::OperandAssigner(TopTierRegisterAllocationData* data) in OperandAssigner() function in v8::internal::compiler::OperandAssigner
4605 void OperandAssigner::DecideSpillingMode() { in DecideSpillingMode()
4631 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()
4666 void OperandAssigner::CommitAssignment() { in CommitAssignment()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2296 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()