|
1602 | 1602 | 'conditions': [
|
1603 | 1603 | ['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
|
1604 | 1604 | 'sources': [
|
1605 |
| - '<(V8_ROOT)/src/heap/base/asm/x64/push_registers_asm.cc', |
| 1605 | + '<(V8_ROOT)/src/heap/base/asm/x64/save_registers_asm.cc', |
1606 | 1606 | ],
|
1607 | 1607 | }],
|
1608 | 1608 | ['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', {
|
1609 | 1609 | 'sources': [
|
1610 |
| - '<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_asm.cc', |
| 1610 | + '<(V8_ROOT)/src/heap/base/asm/ia32/save_registers_asm.cc', |
1611 | 1611 | ],
|
1612 | 1612 | }],
|
1613 | 1613 | ['_toolset == "host" and host_arch == "arm" or _toolset == "target" and target_arch=="arm"', {
|
1614 | 1614 | 'sources': [
|
1615 |
| - '<(V8_ROOT)/src/heap/base/asm/arm/push_registers_asm.cc', |
| 1615 | + '<(V8_ROOT)/src/heap/base/asm/arm/save_registers_asm.cc', |
1616 | 1616 | ],
|
1617 | 1617 | }],
|
1618 | 1618 | ['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {
|
1619 | 1619 | 'sources': [
|
1620 |
| - '<(V8_ROOT)/src/heap/base/asm/arm64/push_registers_asm.cc', |
| 1620 | + '<(V8_ROOT)/src/heap/base/asm/arm64/save_registers_asm.cc', |
1621 | 1621 | ],
|
1622 | 1622 | }],
|
1623 | 1623 | ['_toolset == "host" and host_arch == "ppc64" or _toolset == "target" and target_arch=="ppc64"', {
|
1624 | 1624 | 'sources': [
|
1625 |
| - '<(V8_ROOT)/src/heap/base/asm/ppc/push_registers_asm.cc', |
| 1625 | + '<(V8_ROOT)/src/heap/base/asm/ppc/save_registers_asm.cc', |
1626 | 1626 | ],
|
1627 | 1627 | }],
|
1628 | 1628 | ['_toolset == "host" and host_arch == "s390x" or _toolset == "target" and target_arch=="s390x"', {
|
1629 | 1629 | 'sources': [
|
1630 |
| - '<(V8_ROOT)/src/heap/base/asm/s390/push_registers_asm.cc', |
| 1630 | + '<(V8_ROOT)/src/heap/base/asm/s390/save_registers_asm.cc', |
1631 | 1631 | ],
|
1632 | 1632 | }],
|
1633 | 1633 | ['_toolset == "host" and host_arch == "mips64" or _toolset == "target" and target_arch=="mips64" or _toolset == "host" and host_arch == "mips64el" or _toolset == "target" and target_arch=="mips64el"', {
|
1634 | 1634 | 'sources': [
|
1635 |
| - '<(V8_ROOT)/src/heap/base/asm/mips64/push_registers_asm.cc', |
| 1635 | + '<(V8_ROOT)/src/heap/base/asm/mips64/save_registers_asm.cc', |
1636 | 1636 | ],
|
1637 | 1637 | }],
|
1638 | 1638 | ['_toolset == "host" and host_arch == "riscv64" or _toolset == "target" and target_arch=="riscv64"', {
|
1639 | 1639 | 'sources': [
|
1640 |
| - '<(V8_ROOT)/src/heap/base/asm/riscv/push_registers_asm.cc', |
| 1640 | + '<(V8_ROOT)/src/heap/base/asm/riscv/save_registers_asm.cc', |
1641 | 1641 | ],
|
1642 | 1642 | }],
|
1643 | 1643 | ['_toolset == "host" and host_arch == "loong64" or _toolset == "target" and target_arch=="loong64"', {
|
1644 | 1644 | 'sources': [
|
1645 |
| - '<(V8_ROOT)/src/heap/base/asm/loong64/push_registers_asm.cc', |
| 1645 | + '<(V8_ROOT)/src/heap/base/asm/loong64/save_registers_asm.cc', |
1646 | 1646 | ],
|
1647 | 1647 | }],
|
1648 | 1648 | ]
|
|
1651 | 1651 | 'conditions': [
|
1652 | 1652 | ['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"', {
|
1653 | 1653 | 'sources': [
|
1654 |
| - '<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.asm', |
| 1654 | + '<(V8_ROOT)/src/heap/base/asm/x64/save_registers_masm.asm', |
1655 | 1655 | ],
|
1656 | 1656 | }],
|
1657 | 1657 | ['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"', {
|
1658 | 1658 | 'sources': [
|
1659 |
| - '<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.asm', |
| 1659 | + '<(V8_ROOT)/src/heap/base/asm/ia32/save_registers_masm.asm', |
1660 | 1660 | ],
|
1661 | 1661 | }],
|
1662 | 1662 | ['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"', {
|
1663 | 1663 | 'sources': [
|
1664 |
| - '<(V8_ROOT)/src/heap/base/asm/arm64/push_registers_masm.S', |
| 1664 | + '<(V8_ROOT)/src/heap/base/asm/arm64/save_registers_masm.S', |
1665 | 1665 | ],
|
1666 | 1666 | }],
|
1667 | 1667 | ],
|
|
0 commit comments