Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dregister-allocator.h1524 class OperandAssigner final : public ZoneObject {
1526 explicit OperandAssigner(TopTierRegisterAllocationData* data);
1527 OperandAssigner(const OperandAssigner&) = delete;
1528 OperandAssigner& operator=(const OperandAssigner&) = delete;
H A Dregister-allocator.cc4488 OperandAssigner::OperandAssigner(TopTierRegisterAllocationData* data) in OperandAssigner() function in v8::internal::compiler::OperandAssigner
4491 void OperandAssigner::DecideSpillingMode() { in DecideSpillingMode()
4517 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()
4552 void OperandAssigner::CommitAssignment() { in CommitAssignment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dregister-allocator.h1518 class OperandAssigner final : public ZoneObject {
1520 explicit OperandAssigner(TopTierRegisterAllocationData* data);
1521 OperandAssigner(const OperandAssigner&) = delete;
1522 OperandAssigner& operator=(const OperandAssigner&) = delete;
H A Dregister-allocator.cc4451 OperandAssigner::OperandAssigner(TopTierRegisterAllocationData* data) in OperandAssigner() function in v8::internal::compiler::OperandAssigner
4454 void OperandAssigner::DecideSpillingMode() { in DecideSpillingMode()
4480 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()
4513 void OperandAssigner::CommitAssignment() { in CommitAssignment()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator.h1136 class OperandAssigner final : public ZoneObject {
1138 explicit OperandAssigner(RegisterAllocationData* data);
1151 DISALLOW_COPY_AND_ASSIGN(OperandAssigner);
H A Dregister-allocator.cc3556 OperandAssigner::OperandAssigner(RegisterAllocationData* data) : data_(data) {} in OperandAssigner() function in v8::internal::compiler::OperandAssigner
3559 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()
3585 void OperandAssigner::CommitAssignment() { in CommitAssignment()
H A Dpipeline.cc1662 OperandAssigner assigner(data->register_allocation_data()); in Run()
1672 OperandAssigner assigner(data->register_allocation_data()); in Run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator.h1439 class OperandAssigner final : public ZoneObject {
1441 explicit OperandAssigner(RegisterAllocationData* data);
1457 DISALLOW_COPY_AND_ASSIGN(OperandAssigner);
H A Dregister-allocator.cc4711 OperandAssigner::OperandAssigner(RegisterAllocationData* data) : data_(data) {} in OperandAssigner() function in v8::internal::compiler::OperandAssigner
4713 void OperandAssigner::DecideSpillingMode() { in DecideSpillingMode()
4743 void OperandAssigner::AssignSpillSlots() { in AssignSpillSlots()
4776 void OperandAssigner::CommitAssignment() { in CommitAssignment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dpipeline.cc2170 OperandAssigner assigner(data->register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
2179 OperandAssigner assigner(data->register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
2189 OperandAssigner assigner(data->register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dpipeline.cc2237 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
2246 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
2256 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A 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()