• Home
  • Raw
  • Download

Lines Matching +full:vm +full:- +full:valgrind +full:- +full:pointer

2 # Use of this source code is governed by a BSD-style license that can be
21 # with v8 target cpu to not affect simulator builds for making cross-compile
40 # Sets -DV8_ENABLE_FUTURE.
43 # Sets -DSYSTEM_INSTRUMENTATION. Enables OS-dependent event tracing
49 # Sets -DVERIFY_HEAP.
52 # Sets -DVERIFY_PREDICTABLE
67 # Sets -dENABLE_DISASSEMBLER.
73 # Sets -dENABLE_GDB_JIT_INTERFACE.
76 # Sets -dENABLE_VTUNE_JIT_INTERFACE.
79 # Sets -dENABLE_VTUNE_TRACEMARK.
82 # Sets -dENABLE_HUGEPAGE
85 # Sets -dV8_ENABLE_PRIVATE_MAPPING_FORK_OPTIMIZATION.
96 # Sets -dENABLE_HANDLE_ZAPPING.
115 # Allow runtime-enabled code comments (with --code-comments). Enabled by
117 # Sets -dV8_CODE_COMMENTS
120 # Allow runtime-enabled debug code (with --debug-code). Enabled by default in
122 # Sets -dV8_ENABLE_DEBUG_CODE
126 # -dV8_SNAPSHOT_NATIVE_CODE_COUNTERS).
128 # as per the --native-code-counters flag.
131 # Enable code-generation-time checking of types in the CodeStubAssembler.
134 # Enable pointer compression (sets -dV8_COMPRESS_POINTERS).
139 # Sets -dOBJECT_PRINT.
142 # Sets -dV8_TRACE_MAPS.
145 # Sets -dV8_ENABLE_CHECKS.
148 # Sets -dV8_TRACE_UNOPTIMIZED.
153 # Sets -dV8_TRACE_FEEDBACK_UPDATES.
156 # Sets -dV8_ATOMIC_OBJECT_FIELD_WRITES and turns all field write operations
164 # Sets -dV8_IGNITION_DISPATCH_COUNTING.
168 # --trace-ignition-dispatches-output-file, or can generate a JS object with
169 # those frequencies if you run with --expose-ignition-statistics and call the
173 # Runs mksnapshot with --turbo-profiling. After building in this
178 # Runs mksnapshot with --turbo-profiling-verbose. After building in this
185 # used for profile-guided optimization of builtins.
187 # To do profile-guided optimizations of builtins:
189 # 2. Run your chosen workload with the --turbo-profiling-log-builtins flag.
191 # chrome --no-sandbox --disable-extensions
192 # --js-flags="--turbo-profiling-log-builtins --logfile=path/to/v8.log"
193 # "http://localhost/test-suite"
197 # in steps 2-3.
203 # Enable short builtins call instruction sequences by un-embedding builtins.
204 # Sets -dV8_SHORT_BUILTIN_CALLS
207 # Enable support for external code range relative to the pointer compression
209 # Sets -dV8_EXTERNAL_CODE_SPACE
213 # Sets -dV8_ENABLE_MAGLEV
217 # describes various parameters of the VM for use by debuggers. See
218 # tools/gen-postmortem-metadata.py for details.
236 # Controls the threshold for on-heap/off-heap Typed Arrays.
248 # Enable sharing read-only space across isolates.
249 # Sets -DV8_SHARED_RO_HEAP.
264 # Disable write barriers when GCs are non-incremental and
277 # Use switch-based dispatch if this is false
292 # Enable control-flow integrity features, such as pointer authentication for
308 # Sets -DV8_COMPRESS_ZONES.
312 # Sets -DV8_SANDBOX.
315 # Enable external pointer sandboxing. Requires v8_enable_sandbox.
316 # Sets -DV8_SANDBOXED_EXTERNAL_POINRTERS.
320 # Sets -DV8_SANDBOXED_POINTERS.
326 # Experimental feature for collecting per-class zone memory stats.
335 # header files are placed in a separate header file v8-gn.h.
338 # Experimental feature for tracking constness of properties in non-global
341 # Sets -DV8_DICT_PROPERTY_CONST_TRACKING
344 # Enable map packing & unpacking (sets -dV8_MAP_PACKING).
350 # Enable allocation folding globally (sets -dV8_ALLOCATION_FOLDING).
351 # When it's disabled, the --turbo-allocation-folding runtime flag will be ignored.
366 # Change code emission and runtime features to be CET shadow-stack compliant
371 # It allows to run V8 without "deprecated-ambient-replace-as-executable".
372 # Sets -DV8_USE_VMEX_RESOURCE.
471 # Toggle pointer compression for correctness fuzzing when building the
472 # clang_x64_pointer_compression toolchain. We'll correctness-compare the
493 # Disable short calls when pointer compression is not enabled.
494 # Or when CFI is enabled (until the CFI-related issues are fixed), except x64,
523 "Control-flow integrity is only supported on arm64")
529 "Sharing read-only heap with pointer compression is only supported on Linux or Android")
533 "Map packing does not support pointer compression")
539 "External code space feature requires pointer compression")
542 "The sandbox requires the shared pointer compression cage")
555 "Can't share a pointer compression cage if pointers aren't compressed")
560 "Sharing a pointer compression cage is only supported on x64,arm64 and riscv64")
772 disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines
807 external_cppgc_defines - enabled_external_cppgc_defines
1031 if (arm_fpu == "vfpv3-d16") {
1063 cflags += [ "-mbranch-protection=standard" ]
1064 asmflags = [ "-mmark-bti-property" ]
1068 cflags += [ "-mbranch-protection=pac-ret" ]
1069 asmflags = [ "-mbranch-protection=pac-ret" ]
1155 cflags += [ "-ffp-contract=off" ]
1162 cflags += [ "-march=z196" ]
1170 cflags += [ "-ffp-contract=off" ]
1179 "-mcpu=power5+",
1180 "-mfprnd",
1183 "-mno-popcntb",
1250 ldflags += [ "-rdynamic" ]
1274 "-fno-inline-functions",
1275 "-fno-inline",
1282 "-Wmissing-field-initializers",
1285 "-Wno-shadow",
1290 cflags += [ "-Wunreachable-code" ]
1295 cflags += [ "-Wshorten-64-to-32" ]
1306 "/wd4703", # Potentially uninitialized local pointer variable.
1314 "/wd4718", # Recursive call has no side-effect.
1336 # compile-time constant expression (due to constant template args,
1341 # C4251: 'identifier' : class 'type' needs to have dll-interface to be
1346 # C4275: non dll-interface class used as base for dll-interface class
1348 # fields of a non-exported base, through the base's non-exported inline
1353 # C4312 is a VS 2015 64-bit warning for integer to larger pointer.
1373 # constructors in question don't attempt to call methods on the passed-in
1374 # pointer (until later), and annotating every legit usage of this is
1389 # copy-constructors in some cases.
1393 # non-portable
1416 # should work through these at some point -- they may be removed from
1424 "/wd4200", # nonstandard extension used: zero-sized array in struct/union
1426 "/wd4204", # nonstandard extension used : non-constant aggregate
1432 # http://crbug.com/588506 - Conversion suppressions waiting on Clang
1433 # -Wconversion.
1445 # http://crbug.com/848979 - MSVC is more conservative than Clang with
1448 "/wd4703", # Potentially uninitialized local pointer variable 'name' used
1450 # http://crbug.com/848979 - Remaining Clang permitted warnings.
1467 "-Wno-strict-overflow",
1471 "-Wno-return-type",
1475 "-Wno-int-in-bool-context",
1479 # Chromium uses a hand-picked subset of UBSan coverage. We want everything.
1481 cflags += [ "-fsanitize=undefined" ]
1485 # For code that is hot during mksnapshot. In fast-mksnapshot builds, we
1500 # to selectively influde cflags in non-test targets only.
1503 "-fprofile-arcs",
1504 "-ftest-coverage",
1509 ldflags = [ "-fprofile-arcs" ]
1559 action("postmortem-metadata") {
1560 # Only targets in this file and the top-level visibility target can
1567 script = "tools/gen-postmortem-metadata.py"
1571 "$target_gen_dir/torque-generated/instance-types.h",
1572 "src/objects/allocation-site.h",
1573 "src/objects/allocation-site-inl.h",
1575 "src/objects/cell-inl.h",
1577 "src/objects/code-inl.h",
1578 "src/objects/data-handler.h",
1579 "src/objects/data-handler-inl.h",
1580 "src/objects/descriptor-array.h",
1581 "src/objects/descriptor-array-inl.h",
1582 "src/objects/feedback-cell.h",
1583 "src/objects/feedback-cell-inl.h",
1584 "src/objects/fixed-array.h",
1585 "src/objects/fixed-array-inl.h",
1586 "src/objects/heap-number.h",
1587 "src/objects/heap-number-inl.h",
1588 "src/objects/heap-object.h",
1589 "src/objects/heap-object-inl.h",
1590 "src/objects/instance-type.h",
1591 "src/objects/js-array-buffer.h",
1592 "src/objects/js-array-buffer-inl.h",
1593 "src/objects/js-array.h",
1594 "src/objects/js-array-inl.h",
1595 "src/objects/js-function-inl.h",
1596 "src/objects/js-function.cc",
1597 "src/objects/js-function.h",
1598 "src/objects/js-objects.cc",
1599 "src/objects/js-objects.h",
1600 "src/objects/js-objects-inl.h",
1601 "src/objects/js-promise.h",
1602 "src/objects/js-promise-inl.h",
1603 "src/objects/js-regexp.cc",
1604 "src/objects/js-regexp.h",
1605 "src/objects/js-regexp-inl.h",
1606 "src/objects/js-regexp-string-iterator.h",
1607 "src/objects/js-regexp-string-iterator-inl.h",
1610 "src/objects/map-inl.h",
1611 "src/objects/megadom-handler.h",
1612 "src/objects/megadom-handler-inl.h",
1614 "src/objects/name-inl.h",
1616 "src/objects/objects-inl.h",
1618 "src/objects/oddball-inl.h",
1619 "src/objects/primitive-heap-object.h",
1620 "src/objects/primitive-heap-object-inl.h",
1621 "src/objects/scope-info.h",
1622 "src/objects/scope-info-inl.h",
1624 "src/objects/script-inl.h",
1625 "src/objects/shared-function-info.cc",
1626 "src/objects/shared-function-info.h",
1627 "src/objects/shared-function-info-inl.h",
1629 "src/objects/string-comparator.cc",
1630 "src/objects/string-comparator.h",
1632 "src/objects/string-inl.h",
1634 "src/objects/struct-inl.h",
1637 outputs = [ "$target_gen_dir/debug-support.cc" ]
1646 "src/builtins/aggregate-error.tq",
1647 "src/builtins/array-at.tq",
1648 "src/builtins/array-concat.tq",
1649 "src/builtins/array-copywithin.tq",
1650 "src/builtins/array-every.tq",
1651 "src/builtins/array-filter.tq",
1652 "src/builtins/array-find.tq",
1653 "src/builtins/array-findindex.tq",
1654 "src/builtins/array-findlast.tq",
1655 "src/builtins/array-findlastindex.tq",
1656 "src/builtins/array-foreach.tq",
1657 "src/builtins/array-from.tq",
1658 "src/builtins/array-isarray.tq",
1659 "src/builtins/array-join.tq",
1660 "src/builtins/array-lastindexof.tq",
1661 "src/builtins/array-map.tq",
1662 "src/builtins/array-of.tq",
1663 "src/builtins/array-reduce-right.tq",
1664 "src/builtins/array-reduce.tq",
1665 "src/builtins/array-reverse.tq",
1666 "src/builtins/array-shift.tq",
1667 "src/builtins/array-slice.tq",
1668 "src/builtins/array-some.tq",
1669 "src/builtins/array-splice.tq",
1670 "src/builtins/array-unshift.tq",
1675 "src/builtins/builtins-bigint.tq",
1676 "src/builtins/builtins-string.tq",
1683 "src/builtins/data-view.tq",
1684 "src/builtins/finalization-registry.tq",
1686 "src/builtins/frame-arguments.tq",
1688 "src/builtins/growable-fixed-array.tq",
1689 "src/builtins/ic-callable.tq",
1691 "src/builtins/internal-coverage.tq",
1696 "src/builtins/object-fromentries.tq",
1698 "src/builtins/promise-abstract-operations.tq",
1699 "src/builtins/promise-all.tq",
1700 "src/builtins/promise-all-element-closure.tq",
1701 "src/builtins/promise-any.tq",
1702 "src/builtins/promise-constructor.tq",
1703 "src/builtins/promise-finally.tq",
1704 "src/builtins/promise-misc.tq",
1705 "src/builtins/promise-race.tq",
1706 "src/builtins/promise-reaction-job.tq",
1707 "src/builtins/promise-resolve.tq",
1708 "src/builtins/promise-then.tq",
1709 "src/builtins/promise-jobs.tq",
1710 "src/builtins/proxy-constructor.tq",
1711 "src/builtins/proxy-delete-property.tq",
1712 "src/builtins/proxy-get-property.tq",
1713 "src/builtins/proxy-get-prototype-of.tq",
1714 "src/builtins/proxy-has-property.tq",
1715 "src/builtins/proxy-is-extensible.tq",
1716 "src/builtins/proxy-prevent-extensions.tq",
1717 "src/builtins/proxy-revocable.tq",
1718 "src/builtins/proxy-revoke.tq",
1719 "src/builtins/proxy-set-property.tq",
1720 "src/builtins/proxy-set-prototype-of.tq",
1723 "src/builtins/regexp-exec.tq",
1724 "src/builtins/regexp-match-all.tq",
1725 "src/builtins/regexp-match.tq",
1726 "src/builtins/regexp-replace.tq",
1727 "src/builtins/regexp-search.tq",
1728 "src/builtins/regexp-source.tq",
1729 "src/builtins/regexp-split.tq",
1730 "src/builtins/regexp-test.tq",
1732 "src/builtins/string-at.tq",
1733 "src/builtins/string-endswith.tq",
1734 "src/builtins/string-html.tq",
1735 "src/builtins/string-includes.tq",
1736 "src/builtins/string-indexof.tq",
1737 "src/builtins/string-iterator.tq",
1738 "src/builtins/string-match-search.tq",
1739 "src/builtins/string-pad.tq",
1740 "src/builtins/string-repeat.tq",
1741 "src/builtins/string-replaceall.tq",
1742 "src/builtins/string-slice.tq",
1743 "src/builtins/string-startswith.tq",
1744 "src/builtins/string-substr.tq",
1745 "src/builtins/string-substring.tq",
1746 "src/builtins/string-trim.tq",
1748 "src/builtins/torque-internal.tq",
1749 "src/builtins/typed-array-at.tq",
1750 "src/builtins/typed-array-createtypedarray.tq",
1751 "src/builtins/typed-array-every.tq",
1752 "src/builtins/typed-array-entries.tq",
1753 "src/builtins/typed-array-filter.tq",
1754 "src/builtins/typed-array-find.tq",
1755 "src/builtins/typed-array-findindex.tq",
1756 "src/builtins/typed-array-findlast.tq",
1757 "src/builtins/typed-array-findlastindex.tq",
1758 "src/builtins/typed-array-foreach.tq",
1759 "src/builtins/typed-array-from.tq",
1760 "src/builtins/typed-array-keys.tq",
1761 "src/builtins/typed-array-of.tq",
1762 "src/builtins/typed-array-reduce.tq",
1763 "src/builtins/typed-array-reduceright.tq",
1764 "src/builtins/typed-array-set.tq",
1765 "src/builtins/typed-array-slice.tq",
1766 "src/builtins/typed-array-some.tq",
1767 "src/builtins/typed-array-sort.tq",
1768 "src/builtins/typed-array-subarray.tq",
1769 "src/builtins/typed-array-values.tq",
1770 "src/builtins/typed-array.tq",
1771 "src/builtins/weak-ref.tq",
1772 "src/ic/handler-configuration.tq",
1773 "src/objects/allocation-site.tq",
1774 "src/objects/api-callbacks.tq",
1777 "src/objects/call-site-info.tq",
1781 "src/objects/data-handler.tq",
1782 "src/objects/debug-objects.tq",
1783 "src/objects/descriptor-array.tq",
1784 "src/objects/embedder-data-array.tq",
1785 "src/objects/feedback-cell.tq",
1786 "src/objects/feedback-vector.tq",
1787 "src/objects/fixed-array.tq",
1789 "src/objects/free-space.tq",
1790 "src/objects/heap-number.tq",
1791 "src/objects/heap-object.tq",
1792 "src/objects/js-array-buffer.tq",
1793 "src/objects/js-array.tq",
1794 "src/objects/js-collection-iterator.tq",
1795 "src/objects/js-collection.tq",
1796 "src/objects/js-function.tq",
1797 "src/objects/js-generator.tq",
1798 "src/objects/js-objects.tq",
1799 "src/objects/js-promise.tq",
1800 "src/objects/js-proxy.tq",
1801 "src/objects/js-regexp-string-iterator.tq",
1802 "src/objects/js-regexp.tq",
1803 "src/objects/js-shadow-realms.tq",
1804 "src/objects/js-struct.tq",
1805 "src/objects/js-temporal-objects.tq",
1806 "src/objects/js-weak-refs.tq",
1807 "src/objects/literal-objects.tq",
1809 "src/objects/megadom-handler.tq",
1814 "src/objects/ordered-hash-table.tq",
1815 "src/objects/primitive-heap-object.tq",
1817 "src/objects/property-array.tq",
1818 "src/objects/property-cell.tq",
1819 "src/objects/property-descriptor-object.tq",
1820 "src/objects/prototype-info.tq",
1821 "src/objects/regexp-match-info.tq",
1822 "src/objects/scope-info.tq",
1824 "src/objects/shared-function-info.tq",
1825 "src/objects/source-text-module.tq",
1828 "src/objects/swiss-hash-table-helpers.tq",
1829 "src/objects/swiss-name-dictionary.tq",
1830 "src/objects/synthetic-module.tq",
1831 "src/objects/template-objects.tq",
1833 "src/objects/torque-defined-classes.tq",
1834 "src/objects/turbofan-types.tq",
1835 "test/torque/test-torque.tq",
1836 "third_party/v8/builtins/array-sort.tq",
1841 "src/objects/intl-objects.tq",
1842 "src/objects/js-break-iterator.tq",
1843 "src/objects/js-collator.tq",
1844 "src/objects/js-date-time-format.tq",
1845 "src/objects/js-display-names.tq",
1846 "src/objects/js-list-format.tq",
1847 "src/objects/js-locale.tq",
1848 "src/objects/js-number-format.tq",
1849 "src/objects/js-plural-rules.tq",
1850 "src/objects/js-relative-time-format.tq",
1851 "src/objects/js-segment-iterator.tq",
1852 "src/objects/js-segmenter.tq",
1853 "src/objects/js-segments.tq",
1860 "src/debug/debug-wasm-objects.tq",
1861 "src/wasm/wasm-objects.tq",
1891 destination_folder = "$target_gen_dir/torque-generated$suffix"
1894 "$destination_folder/bit-fields.h",
1895 "$destination_folder/builtin-definitions.h",
1896 "$destination_folder/class-debug-readers.cc",
1897 "$destination_folder/class-debug-readers.h",
1898 "$destination_folder/class-forward-declarations.h",
1899 "$destination_folder/class-verifiers.cc",
1900 "$destination_folder/class-verifiers.h",
1901 "$destination_folder/csa-types.h",
1902 "$destination_folder/debug-macros.cc",
1903 "$destination_folder/debug-macros.h",
1904 "$destination_folder/enum-verifiers.cc",
1905 "$destination_folder/exported-macros-assembler.cc",
1906 "$destination_folder/exported-macros-assembler.h",
1909 "$destination_folder/instance-types.h",
1910 "$destination_folder/interface-descriptors.inc",
1911 "$destination_folder/objects-body-descriptors-inl.inc",
1912 "$destination_folder/objects-printer.cc",
1913 "$destination_folder/visitor-lists.h",
1917 filetq = string_replace(file, ".tq", "-tq")
1919 "$destination_folder/$filetq-csa.cc",
1920 "$destination_folder/$filetq-csa.h",
1921 "$destination_folder/$filetq-inl.inc",
1931 "-o",
1933 "-v8-root",
1937 args += [ "-annotate-ir" ]
1957 args = [ "-m32" ]
1969 rebase_path("$target_gen_dir/torque-generated_x64", root_build_dir),
1970 rebase_path("$target_gen_dir/torque-generated_x86", root_build_dir),
1986 sources = [ "src/torque/runtime-support.h" ]
2007 "$target_gen_dir/torque-generated/csa-types.h",
2008 "$target_gen_dir/torque-generated/enum-verifiers.cc",
2009 "$target_gen_dir/torque-generated/exported-macros-assembler.cc",
2010 "$target_gen_dir/torque-generated/exported-macros-assembler.h",
2013 filetq = string_replace(file, ".tq", "-tq")
2015 "$target_gen_dir/torque-generated/$filetq-csa.cc",
2016 "$target_gen_dir/torque-generated/$filetq-csa.h",
2037 "$target_gen_dir/torque-generated/class-forward-declarations.h",
2038 "$target_gen_dir/torque-generated/class-verifiers.cc",
2039 "$target_gen_dir/torque-generated/class-verifiers.h",
2040 "$target_gen_dir/torque-generated/factory.cc",
2041 "$target_gen_dir/torque-generated/objects-printer.cc",
2044 filetq = string_replace(file, ".tq", "-tq")
2046 "$target_gen_dir/torque-generated/$filetq-inl.inc",
2047 "$target_gen_dir/torque-generated/$filetq.cc",
2048 "$target_gen_dir/torque-generated/$filetq.inc",
2057 outputs = [ "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h" ]
2065 rebase_path("$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
2108 "--turbo_instruction_scheduling",
2114 "--target_os=$current_os",
2115 "--target_arch=$current_cpu",
2117 "--embedded_src",
2122 args += [ "--turbo-profiling" ]
2125 args += [ "--turbo-profiling-verbose" ]
2130 "--turbo-profiling-log-file",
2136 # and cross-compiling. The latter may need to run code on the host with the
2137 # simulator but cannot use simulator-specific instructions.
2139 args += [ "--target_is_simulator" ]
2147 "--embedded_variant",
2154 "--random-seed",
2161 "--v8_os_page_size",
2170 "--startup_blob",
2176 "--startup_src",
2187 args += [ "--code-comments" ]
2191 args += [ "--native-code-counters" ]
2193 # --native-code-counters is the default in debug mode so make sure we can
2195 args += [ "--no-native-code-counters" ]
2200 "--no-turbo-rewrite-far-jumps",
2201 "--no-turbo-verify-allocation",
2206 args += [ "--no-enable-slow-asserts" ]
2211 args += [ "--verify-heap" ]
2299 sources = [ "src/init/setup-isolate-deserialize.cc" ]
2301 sources += [ "src/deoptimizer/deoptimizer-cfi-builtins.cc" ]
2315 sources += [ "src/snapshot/snapshot-external.cc" ]
2317 # Also top-level visibility targets can depend on this.
2343 "src/builtins/builtins-array-gen.cc",
2344 "src/builtins/builtins-array-gen.h",
2345 "src/builtins/builtins-async-function-gen.cc",
2346 "src/builtins/builtins-async-gen.cc",
2347 "src/builtins/builtins-async-gen.h",
2348 "src/builtins/builtins-async-generator-gen.cc",
2349 "src/builtins/builtins-async-iterator-gen.cc",
2350 "src/builtins/builtins-bigint-gen.cc",
2351 "src/builtins/builtins-bigint-gen.h",
2352 "src/builtins/builtins-call-gen.cc",
2353 "src/builtins/builtins-call-gen.h",
2354 "src/builtins/builtins-collections-gen.cc",
2355 "src/builtins/builtins-collections-gen.h",
2356 "src/builtins/builtins-constructor-gen.cc",
2357 "src/builtins/builtins-constructor-gen.h",
2358 "src/builtins/builtins-constructor.h",
2359 "src/builtins/builtins-conversion-gen.cc",
2360 "src/builtins/builtins-data-view-gen.h",
2361 "src/builtins/builtins-date-gen.cc",
2362 "src/builtins/builtins-generator-gen.cc",
2363 "src/builtins/builtins-global-gen.cc",
2364 "src/builtins/builtins-handler-gen.cc",
2365 "src/builtins/builtins-ic-gen.cc",
2366 "src/builtins/builtins-internal-gen.cc",
2367 "src/builtins/builtins-interpreter-gen.cc",
2368 "src/builtins/builtins-intl-gen.cc",
2369 "src/builtins/builtins-iterator-gen.cc",
2370 "src/builtins/builtins-iterator-gen.h",
2371 "src/builtins/builtins-lazy-gen.cc",
2372 "src/builtins/builtins-lazy-gen.h",
2373 "src/builtins/builtins-microtask-queue-gen.cc",
2374 "src/builtins/builtins-number-gen.cc",
2375 "src/builtins/builtins-object-gen.cc",
2376 "src/builtins/builtins-promise-gen.cc",
2377 "src/builtins/builtins-promise-gen.h",
2378 "src/builtins/builtins-proxy-gen.cc",
2379 "src/builtins/builtins-proxy-gen.h",
2380 "src/builtins/builtins-regexp-gen.cc",
2381 "src/builtins/builtins-regexp-gen.h",
2382 "src/builtins/builtins-shadowrealm-gen.cc",
2383 "src/builtins/builtins-sharedarraybuffer-gen.cc",
2384 "src/builtins/builtins-string-gen.cc",
2385 "src/builtins/builtins-string-gen.h",
2386 "src/builtins/builtins-temporal-gen.cc",
2387 "src/builtins/builtins-typed-array-gen.cc",
2388 "src/builtins/builtins-typed-array-gen.h",
2389 "src/builtins/builtins-utils-gen.h",
2390 "src/builtins/growable-fixed-array-gen.cc",
2391 "src/builtins/growable-fixed-array-gen.h",
2392 "src/builtins/profile-data-reader.cc",
2393 "src/builtins/profile-data-reader.h",
2394 "src/builtins/setup-builtins-internal.cc",
2395 "src/builtins/torque-csa-header-includes.h",
2396 "src/codegen/code-stub-assembler.cc",
2397 "src/codegen/code-stub-assembler.h",
2398 "src/heap/setup-heap-internal.cc",
2399 "src/ic/accessor-assembler.cc",
2400 "src/ic/accessor-assembler.h",
2401 "src/ic/binary-op-assembler.cc",
2402 "src/ic/binary-op-assembler.h",
2403 "src/ic/keyed-store-generic.cc",
2404 "src/ic/keyed-store-generic.h",
2405 "src/ic/unary-op-assembler.cc",
2406 "src/ic/unary-op-assembler.h",
2407 "src/interpreter/interpreter-assembler.cc",
2408 "src/interpreter/interpreter-assembler.h",
2409 "src/interpreter/interpreter-generator.cc",
2410 "src/interpreter/interpreter-generator.h",
2411 "src/interpreter/interpreter-intrinsics-generator.cc",
2412 "src/interpreter/interpreter-intrinsics-generator.h",
2413 "src/numbers/integer-literal-inl.h",
2414 "src/numbers/integer-literal.h",
2419 "src/builtins/builtins-wasm-gen.cc",
2420 "src/builtins/builtins-wasm-gen.h",
2427 "src/builtins/ia32/builtins-ia32.cc",
2432 "src/builtins/x64/builtins-x64.cc",
2437 "src/builtins/arm/builtins-arm.cc",
2442 "src/builtins/arm64/builtins-arm64.cc",
2447 "src/builtins/mips/builtins-mips.cc",
2452 "src/builtins/mips64/builtins-mips64.cc",
2457 "src/builtins/loong64/builtins-loong64.cc",
2462 "src/builtins/ppc/builtins-ppc.cc",
2467 "src/builtins/ppc/builtins-ppc.cc",
2472 "src/builtins/s390/builtins-s390.cc",
2477 "src/builtins/riscv64/builtins-riscv64.cc",
2482 sources -= [ "src/builtins/builtins-intl-gen.cc" ]
2499 "src/init/setup-isolate-full.cc",
2507 # This is split out to be a non-code containing target that the Chromium browser
2513 "include/v8-value-serializer-version.h",
2514 "include/v8-version-string.h",
2515 "include/v8-version.h",
2523 "include/v8-platform.h",
2530 sources += [ "$target_gen_dir/include/v8-gn.h" ]
2535 # This is split out to be a non-code containing target that the Chromium browser
2542 "include/v8-array-buffer.h",
2543 "include/v8-callbacks.h",
2544 "include/v8-container.h",
2545 "include/v8-context.h",
2546 "include/v8-cppgc.h",
2547 "include/v8-data.h",
2548 "include/v8-date.h",
2549 "include/v8-debug.h",
2550 "include/v8-embedder-heap.h",
2551 "include/v8-embedder-state-scope.h",
2552 "include/v8-exception.h",
2553 "include/v8-extension.h",
2554 "include/v8-external.h",
2555 "include/v8-fast-api-calls.h",
2556 "include/v8-forward.h",
2557 "include/v8-function-callback.h",
2558 "include/v8-function.h",
2559 "include/v8-initialization.h",
2560 "include/v8-internal.h",
2561 "include/v8-isolate.h",
2562 "include/v8-json.h",
2563 "include/v8-local-handle.h",
2564 "include/v8-locker.h",
2565 "include/v8-maybe.h",
2566 "include/v8-memory-span.h",
2567 "include/v8-message.h",
2568 "include/v8-microtask-queue.h",
2569 "include/v8-microtask.h",
2570 "include/v8-object.h",
2571 "include/v8-persistent-handle.h",
2572 "include/v8-primitive-object.h",
2573 "include/v8-primitive.h",
2574 "include/v8-profiler.h",
2575 "include/v8-promise.h",
2576 "include/v8-proxy.h",
2577 "include/v8-regexp.h",
2578 "include/v8-script.h",
2579 "include/v8-snapshot.h",
2580 "include/v8-statistics.h",
2581 "include/v8-template.h",
2582 "include/v8-traced-handle.h",
2583 "include/v8-typed-array.h",
2584 "include/v8-unwinder.h",
2585 "include/v8-util.h",
2586 "include/v8-value-serializer.h",
2587 "include/v8-value.h",
2588 "include/v8-wasm.h",
2589 "include/v8-weak-callback-info.h",
2594 # The following headers cannot be platform-specific. The include validation
2595 # of `gn gen $dir --check` requires all header files to be available on all
2597 "include/v8-wasm-trap-handler-posix.h",
2598 "include/v8-wasm-trap-handler-win.h",
2613 script = "tools/gen-v8-gn.py"
2614 outputs = [ "$target_gen_dir/include/v8-gn.h" ]
2617 "-o",
2618 rebase_path("$target_gen_dir/include/v8-gn.h", root_build_dir),
2622 "-p",
2628 "-n",
2646 "src/wasm/wasm-constants.h",
2647 "src/wasm/wasm-limits.h",
2665 "src/flags/flag-definitions.h",
2677 "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
2680 "include/v8-inspector-protocol.h",
2681 "include/v8-inspector.h",
2682 "include/v8-metrics.h",
2683 "include/v8-unwinder-state.h",
2684 "include/v8-wasm-trap-handler-posix.h",
2685 "src/api/api-arguments-inl.h",
2686 "src/api/api-arguments.h",
2687 "src/api/api-inl.h",
2688 "src/api/api-macros-undef.h",
2689 "src/api/api-macros.h",
2690 "src/api/api-natives.h",
2692 "src/ast/ast-function-literal-id-reindexer.h",
2693 "src/ast/ast-source-ranges.h",
2694 "src/ast/ast-traversal-visitor.h",
2695 "src/ast/ast-value-factory.h",
2700 "src/ast/source-range-ast-visitor.h",
2702 "src/baseline/baseline-assembler-inl.h",
2703 "src/baseline/baseline-assembler.h",
2704 "src/baseline/baseline-batch-compiler.h",
2705 "src/baseline/baseline-compiler.h",
2707 "src/baseline/bytecode-offset-iterator.h",
2709 "src/builtins/builtins-constructor.h",
2710 "src/builtins/builtins-definitions.h",
2711 "src/builtins/builtins-descriptors.h",
2712 "src/builtins/builtins-promise.h",
2713 "src/builtins/builtins-utils-inl.h",
2714 "src/builtins/builtins-utils.h",
2716 "src/builtins/constants-table-builder.h",
2717 "src/builtins/profile-data-reader.h",
2718 "src/codegen/aligned-slot-allocator.h",
2719 "src/codegen/assembler-arch.h",
2720 "src/codegen/assembler-inl.h",
2722 "src/codegen/atomic-memory-order.h",
2723 "src/codegen/bailout-reason.h",
2725 "src/codegen/code-comments.h",
2726 "src/codegen/code-desc.h",
2727 "src/codegen/code-factory.h",
2728 "src/codegen/code-reference.h",
2729 "src/codegen/compilation-cache.h",
2731 "src/codegen/constant-pool.h",
2732 "src/codegen/constants-arch.h",
2733 "src/codegen/cpu-features.h",
2734 "src/codegen/external-reference-encoder.h",
2735 "src/codegen/external-reference-table.h",
2736 "src/codegen/external-reference.h",
2737 "src/codegen/flush-instruction-cache.h",
2738 "src/codegen/handler-table.h",
2739 "src/codegen/interface-descriptors-inl.h",
2740 "src/codegen/interface-descriptors.h",
2742 "src/codegen/machine-type.h",
2743 "src/codegen/macro-assembler-inl.h",
2744 "src/codegen/macro-assembler.h",
2745 "src/codegen/optimized-compilation-info.h",
2746 "src/codegen/pending-optimization-table.h",
2747 "src/codegen/register-arch.h",
2748 "src/codegen/register-base.h",
2749 "src/codegen/register-configuration.h",
2751 "src/codegen/reglist-base.h",
2753 "src/codegen/reloc-info.h",
2754 "src/codegen/safepoint-table.h",
2755 "src/codegen/script-details.h",
2757 "src/codegen/source-position-table.h",
2758 "src/codegen/source-position.h",
2759 "src/codegen/string-constants.h",
2760 "src/codegen/tick-counter.h",
2762 "src/codegen/turbo-assembler.h",
2763 "src/codegen/unoptimized-compilation-info.h",
2764 "src/common/allow-deprecated.h",
2765 "src/common/assert-scope.h",
2767 "src/common/high-allocation-throughput-scope.h",
2768 "src/common/message-template.h",
2770 "src/common/ptr-compr-inl.h",
2771 "src/common/ptr-compr.h",
2772 "src/compiler-dispatcher/lazy-compile-dispatcher.h",
2773 "src/compiler-dispatcher/optimizing-compile-dispatcher.h",
2774 "src/compiler/access-builder.h",
2775 "src/compiler/access-info.h",
2776 "src/compiler/add-type-assertions-reducer.h",
2777 "src/compiler/all-nodes.h",
2778 "src/compiler/allocation-builder-inl.h",
2779 "src/compiler/allocation-builder.h",
2780 "src/compiler/backend/code-generator-impl.h",
2781 "src/compiler/backend/code-generator.h",
2782 "src/compiler/backend/frame-elider.h",
2783 "src/compiler/backend/gap-resolver.h",
2784 "src/compiler/backend/instruction-codes.h",
2785 "src/compiler/backend/instruction-scheduler.h",
2786 "src/compiler/backend/instruction-selector-impl.h",
2787 "src/compiler/backend/instruction-selector.h",
2789 "src/compiler/backend/jump-threading.h",
2790 "src/compiler/backend/mid-tier-register-allocator.h",
2791 "src/compiler/backend/move-optimizer.h",
2792 "src/compiler/backend/register-allocation.h",
2793 "src/compiler/backend/register-allocator-verifier.h",
2794 "src/compiler/backend/register-allocator.h",
2795 "src/compiler/backend/spill-placer.h",
2796 "src/compiler/backend/unwinding-info-writer.h",
2797 "src/compiler/basic-block-instrumentor.h",
2798 "src/compiler/branch-condition-duplicator.h",
2799 "src/compiler/branch-elimination.h",
2800 "src/compiler/bytecode-analysis.h",
2801 "src/compiler/bytecode-graph-builder.h",
2802 "src/compiler/bytecode-liveness-map.h",
2803 "src/compiler/checkpoint-elimination.h",
2804 "src/compiler/code-assembler.h",
2805 "src/compiler/common-node-cache.h",
2806 "src/compiler/common-operator-reducer.h",
2807 "src/compiler/common-operator.h",
2808 "src/compiler/compilation-dependencies.h",
2809 "src/compiler/compiler-source-position-table.h",
2810 "src/compiler/constant-folding-reducer.h",
2811 "src/compiler/control-equivalence.h",
2812 "src/compiler/control-flow-optimizer.h",
2813 "src/compiler/csa-load-elimination.h",
2814 "src/compiler/dead-code-elimination.h",
2815 "src/compiler/decompression-optimizer.h",
2817 "src/compiler/effect-control-linearizer.h",
2818 "src/compiler/escape-analysis-reducer.h",
2819 "src/compiler/escape-analysis.h",
2820 "src/compiler/fast-api-calls.h",
2821 "src/compiler/feedback-source.h",
2822 "src/compiler/frame-states.h",
2824 "src/compiler/functional-list.h",
2826 "src/compiler/graph-assembler.h",
2827 "src/compiler/graph-reducer.h",
2828 "src/compiler/graph-trimmer.h",
2829 "src/compiler/graph-visualizer.h",
2830 "src/compiler/graph-zone-traits.h",
2832 "src/compiler/heap-refs.h",
2833 "src/compiler/js-call-reducer.h",
2834 "src/compiler/js-context-specialization.h",
2835 "src/compiler/js-create-lowering.h",
2836 "src/compiler/js-generic-lowering.h",
2837 "src/compiler/js-graph.h",
2838 "src/compiler/js-heap-broker.h",
2839 "src/compiler/js-inlining-heuristic.h",
2840 "src/compiler/js-inlining.h",
2841 "src/compiler/js-intrinsic-lowering.h",
2842 "src/compiler/js-native-context-specialization.h",
2843 "src/compiler/js-operator.h",
2844 "src/compiler/js-type-hint-lowering.h",
2845 "src/compiler/js-typed-lowering.h",
2847 "src/compiler/load-elimination.h",
2848 "src/compiler/loop-analysis.h",
2849 "src/compiler/loop-peeling.h",
2850 "src/compiler/loop-unrolling.h",
2851 "src/compiler/loop-variable-optimizer.h",
2852 "src/compiler/machine-graph-verifier.h",
2853 "src/compiler/machine-graph.h",
2854 "src/compiler/machine-operator-reducer.h",
2855 "src/compiler/machine-operator.h",
2856 "src/compiler/map-inference.h",
2857 "src/compiler/memory-lowering.h",
2858 "src/compiler/memory-optimizer.h",
2859 "src/compiler/node-aux-data.h",
2860 "src/compiler/node-cache.h",
2861 "src/compiler/node-marker.h",
2862 "src/compiler/node-matchers.h",
2863 "src/compiler/node-observer.h",
2864 "src/compiler/node-origin-table.h",
2865 "src/compiler/node-properties.h",
2868 "src/compiler/operation-typer.h",
2869 "src/compiler/operator-properties.h",
2872 "src/compiler/per-isolate-compiler-cache.h",
2873 "src/compiler/persistent-map.h",
2874 "src/compiler/pipeline-statistics.h",
2876 "src/compiler/processed-feedback.h",
2877 "src/compiler/property-access-builder.h",
2878 "src/compiler/raw-machine-assembler.h",
2879 "src/compiler/redundancy-elimination.h",
2880 "src/compiler/refs-map.h",
2881 "src/compiler/representation-change.h",
2884 "src/compiler/select-lowering.h",
2885 "src/compiler/simplified-lowering-verifier.h",
2886 "src/compiler/simplified-lowering.h",
2887 "src/compiler/simplified-operator-reducer.h",
2888 "src/compiler/simplified-operator.h",
2889 "src/compiler/state-values-utils.h",
2890 "src/compiler/store-store-elimination.h",
2891 "src/compiler/type-cache.h",
2892 "src/compiler/type-narrowing-reducer.h",
2893 "src/compiler/typed-optimization.h",
2896 "src/compiler/value-numbering-reducer.h",
2898 "src/compiler/write-barrier-kind.h",
2899 "src/compiler/zone-stats.h",
2901 "src/date/dateparser-inl.h",
2903 "src/debug/debug-coverage.h",
2904 "src/debug/debug-evaluate.h",
2905 "src/debug/debug-frames.h",
2906 "src/debug/debug-interface.h",
2907 "src/debug/debug-property-iterator.h",
2908 "src/debug/debug-scope-iterator.h",
2909 "src/debug/debug-scopes.h",
2910 "src/debug/debug-stack-trace-iterator.h",
2911 "src/debug/debug-type-profile.h",
2913 "src/debug/interface-types.h",
2915 "src/deoptimizer/deoptimize-reason.h",
2916 "src/deoptimizer/deoptimized-frame-info.h",
2918 "src/deoptimizer/frame-description.h",
2919 "src/deoptimizer/materialized-object-store.h",
2920 "src/deoptimizer/translated-state.h",
2921 "src/deoptimizer/translation-array.h",
2922 "src/deoptimizer/translation-opcode.h",
2923 "src/diagnostics/basic-block-profiler.h",
2924 "src/diagnostics/code-tracer.h",
2925 "src/diagnostics/compilation-statistics.h",
2928 "src/diagnostics/eh-frame.h",
2929 "src/diagnostics/gdb-jit.h",
2930 "src/diagnostics/perf-jit.h",
2932 "src/execution/arguments-inl.h",
2934 "src/execution/clobber-registers.h",
2935 "src/execution/embedder-state.h",
2936 "src/execution/encoded-c-signature.h",
2938 "src/execution/frame-constants.h",
2939 "src/execution/frames-inl.h",
2941 "src/execution/futex-emulation.h",
2942 "src/execution/interrupts-scope.h",
2943 "src/execution/isolate-data.h",
2944 "src/execution/isolate-inl.h",
2945 "src/execution/isolate-utils-inl.h",
2946 "src/execution/isolate-utils.h",
2948 "src/execution/local-isolate-inl.h",
2949 "src/execution/local-isolate.h",
2951 "src/execution/microtask-queue.h",
2952 "src/execution/pointer-authentication.h",
2953 "src/execution/protectors-inl.h",
2955 "src/execution/shared-mutex-guard-if-off-thread.h",
2956 "src/execution/simulator-base.h",
2958 "src/execution/stack-guard.h",
2959 "src/execution/thread-id.h",
2960 "src/execution/thread-local-top.h",
2961 "src/execution/tiering-manager.h",
2963 "src/execution/vm-state-inl.h",
2964 "src/execution/vm-state.h",
2965 "src/extensions/cputracemark-extension.h",
2966 "src/extensions/externalize-string-extension.h",
2967 "src/extensions/gc-extension.h",
2968 "src/extensions/ignition-statistics-extension.h",
2969 "src/extensions/statistics-extension.h",
2970 "src/extensions/trigger-failure-extension.h",
2971 "src/handles/global-handles-inl.h",
2972 "src/handles/global-handles.h",
2973 "src/handles/handles-inl.h",
2975 "src/handles/local-handles-inl.h",
2976 "src/handles/local-handles.h",
2977 "src/handles/maybe-handles-inl.h",
2978 "src/handles/maybe-handles.h",
2979 "src/handles/persistent-handles.h",
2980 "src/heap/allocation-observer.h",
2981 "src/heap/allocation-result.h",
2982 "src/heap/allocation-stats.h",
2983 "src/heap/array-buffer-sweeper.h",
2984 "src/heap/base-space.h",
2985 "src/heap/basic-memory-chunk.h",
2986 "src/heap/code-object-registry.h",
2987 "src/heap/code-range.h",
2988 "src/heap/code-stats.h",
2989 "src/heap/collection-barrier.h",
2990 "src/heap/combined-heap.h",
2991 "src/heap/concurrent-allocator-inl.h",
2992 "src/heap/concurrent-allocator.h",
2993 "src/heap/concurrent-marking.h",
2994 "src/heap/cppgc-js/cpp-heap.h",
2995 "src/heap/cppgc-js/cpp-marking-state-inl.h",
2996 "src/heap/cppgc-js/cpp-marking-state.h",
2997 "src/heap/cppgc-js/cpp-snapshot.h",
2998 "src/heap/cppgc-js/unified-heap-marking-state-inl.h",
2999 "src/heap/cppgc-js/unified-heap-marking-state.h",
3000 "src/heap/cppgc-js/unified-heap-marking-verifier.h",
3001 "src/heap/cppgc-js/unified-heap-marking-visitor.h",
3002 "src/heap/embedder-tracing-inl.h",
3003 "src/heap/embedder-tracing.h",
3004 "src/heap/evacuation-allocator-inl.h",
3005 "src/heap/evacuation-allocator.h",
3006 "src/heap/factory-base-inl.h",
3007 "src/heap/factory-base.h",
3008 "src/heap/factory-inl.h",
3010 "src/heap/finalization-registry-cleanup-task.h",
3011 "src/heap/free-list-inl.h",
3012 "src/heap/free-list.h",
3013 "src/heap/gc-idle-time-handler.h",
3014 "src/heap/gc-tracer-inl.h",
3015 "src/heap/gc-tracer.h",
3016 "src/heap/heap-allocator-inl.h",
3017 "src/heap/heap-allocator.h",
3018 "src/heap/heap-controller.h",
3019 "src/heap/heap-inl.h",
3020 "src/heap/heap-layout-tracer.h",
3021 "src/heap/heap-write-barrier-inl.h",
3022 "src/heap/heap-write-barrier.h",
3024 "src/heap/incremental-marking-inl.h",
3025 "src/heap/incremental-marking-job.h",
3026 "src/heap/incremental-marking.h",
3027 "src/heap/index-generator.h",
3028 "src/heap/invalidated-slots-inl.h",
3029 "src/heap/invalidated-slots.h",
3030 "src/heap/large-spaces.h",
3031 "src/heap/linear-allocation-area.h",
3033 "src/heap/local-factory-inl.h",
3034 "src/heap/local-factory.h",
3035 "src/heap/local-heap-inl.h",
3036 "src/heap/local-heap.h",
3037 "src/heap/mark-compact-inl.h",
3038 "src/heap/mark-compact.h",
3039 "src/heap/marking-barrier-inl.h",
3040 "src/heap/marking-barrier.h",
3041 "src/heap/marking-visitor-inl.h",
3042 "src/heap/marking-visitor.h",
3043 "src/heap/marking-worklist-inl.h",
3044 "src/heap/marking-worklist.h",
3046 "src/heap/memory-allocator.h",
3047 "src/heap/memory-chunk-inl.h",
3048 "src/heap/memory-chunk-layout.h",
3049 "src/heap/memory-chunk.h",
3050 "src/heap/memory-measurement-inl.h",
3051 "src/heap/memory-measurement.h",
3052 "src/heap/memory-reducer.h",
3053 "src/heap/new-spaces-inl.h",
3054 "src/heap/new-spaces.h",
3055 "src/heap/object-stats.h",
3056 "src/heap/objects-visiting-inl.h",
3057 "src/heap/objects-visiting.h",
3058 "src/heap/paged-spaces-inl.h",
3059 "src/heap/paged-spaces.h",
3060 "src/heap/parallel-work-item.h",
3061 "src/heap/parked-scope.h",
3062 "src/heap/progress-bar.h",
3063 "src/heap/read-only-heap-inl.h",
3064 "src/heap/read-only-heap.h",
3065 "src/heap/read-only-spaces.h",
3066 "src/heap/remembered-set-inl.h",
3067 "src/heap/remembered-set.h",
3069 "src/heap/scavenge-job.h",
3070 "src/heap/scavenger-inl.h",
3072 "src/heap/slot-set.h",
3073 "src/heap/spaces-inl.h",
3075 "src/heap/stress-marking-observer.h",
3076 "src/heap/stress-scavenge-observer.h",
3078 "src/heap/weak-object-worklists.h",
3079 "src/ic/call-optimization.h",
3080 "src/ic/handler-configuration-inl.h",
3081 "src/ic/handler-configuration.h",
3082 "src/ic/ic-inl.h",
3083 "src/ic/ic-stats.h",
3085 "src/ic/stub-cache.h",
3087 "src/init/heap-symbols.h",
3089 "src/init/isolate-allocator.h",
3090 "src/init/setup-isolate.h",
3091 "src/init/startup-data-util.h",
3093 "src/interpreter/block-coverage-builder.h",
3094 "src/interpreter/bytecode-array-builder.h",
3095 "src/interpreter/bytecode-array-iterator.h",
3096 "src/interpreter/bytecode-array-random-iterator.h",
3097 "src/interpreter/bytecode-array-writer.h",
3098 "src/interpreter/bytecode-decoder.h",
3099 "src/interpreter/bytecode-flags.h",
3100 "src/interpreter/bytecode-generator.h",
3101 "src/interpreter/bytecode-jump-table.h",
3102 "src/interpreter/bytecode-label.h",
3103 "src/interpreter/bytecode-node.h",
3104 "src/interpreter/bytecode-operands.h",
3105 "src/interpreter/bytecode-register-allocator.h",
3106 "src/interpreter/bytecode-register-optimizer.h",
3107 "src/interpreter/bytecode-register.h",
3108 "src/interpreter/bytecode-source-info.h",
3109 "src/interpreter/bytecode-traits.h",
3111 "src/interpreter/constant-array-builder.h",
3112 "src/interpreter/control-flow-builders.h",
3113 "src/interpreter/handler-table-builder.h",
3114 "src/interpreter/interpreter-generator.h",
3115 "src/interpreter/interpreter-intrinsics.h",
3117 "src/json/json-parser.h",
3118 "src/json/json-stringifier.h",
3120 "src/logging/code-events.h",
3121 "src/logging/counters-definitions.h",
3122 "src/logging/counters-scopes.h",
3124 "src/logging/local-logger.h",
3125 "src/logging/log-inl.h",
3126 "src/logging/log-utils.h",
3129 "src/logging/runtime-call-stats-scope.h",
3130 "src/logging/runtime-call-stats.h",
3131 "src/logging/tracing-flags.h",
3132 "src/numbers/conversions-inl.h",
3134 "src/numbers/hash-seed-inl.h",
3135 "src/numbers/math-random.h",
3136 "src/objects/all-objects-inl.h",
3137 "src/objects/allocation-site-inl.h",
3138 "src/objects/allocation-site-scopes-inl.h",
3139 "src/objects/allocation-site-scopes.h",
3140 "src/objects/allocation-site.h",
3141 "src/objects/api-callbacks-inl.h",
3142 "src/objects/api-callbacks.h",
3143 "src/objects/arguments-inl.h",
3145 "src/objects/backing-store.h",
3146 "src/objects/bigint-inl.h",
3148 "src/objects/call-site-info-inl.h",
3149 "src/objects/call-site-info.h",
3150 "src/objects/cell-inl.h",
3152 "src/objects/code-inl.h",
3153 "src/objects/code-kind.h",
3155 "src/objects/compilation-cache-table-inl.h",
3156 "src/objects/compilation-cache-table.h",
3157 "src/objects/compressed-slots-inl.h",
3158 "src/objects/compressed-slots.h",
3159 "src/objects/contexts-inl.h",
3161 "src/objects/data-handler-inl.h",
3162 "src/objects/data-handler.h",
3163 "src/objects/debug-objects-inl.h",
3164 "src/objects/debug-objects.h",
3165 "src/objects/descriptor-array-inl.h",
3166 "src/objects/descriptor-array.h",
3167 "src/objects/dictionary-inl.h",
3169 "src/objects/elements-inl.h",
3170 "src/objects/elements-kind.h",
3172 "src/objects/embedder-data-array-inl.h",
3173 "src/objects/embedder-data-array.h",
3174 "src/objects/embedder-data-slot-inl.h",
3175 "src/objects/embedder-data-slot.h",
3176 "src/objects/feedback-cell-inl.h",
3177 "src/objects/feedback-cell.h",
3178 "src/objects/feedback-vector-inl.h",
3179 "src/objects/feedback-vector.h",
3180 "src/objects/field-index-inl.h",
3181 "src/objects/field-index.h",
3182 "src/objects/field-type.h",
3183 "src/objects/fixed-array-inl.h",
3184 "src/objects/fixed-array.h",
3185 "src/objects/foreign-inl.h",
3187 "src/objects/free-space-inl.h",
3188 "src/objects/free-space.h",
3189 "src/objects/function-kind.h",
3190 "src/objects/function-syntax-kind.h",
3191 "src/objects/hash-table-inl.h",
3192 "src/objects/hash-table.h",
3193 "src/objects/heap-number-inl.h",
3194 "src/objects/heap-number.h",
3195 "src/objects/heap-object-inl.h",
3196 "src/objects/heap-object.h",
3197 "src/objects/instance-type-inl.h",
3198 "src/objects/instance-type.h",
3199 "src/objects/internal-index.h",
3200 "src/objects/js-array-buffer-inl.h",
3201 "src/objects/js-array-buffer.h",
3202 "src/objects/js-array-inl.h",
3203 "src/objects/js-array.h",
3204 "src/objects/js-collection-inl.h",
3205 "src/objects/js-collection-iterator-inl.h",
3206 "src/objects/js-collection-iterator.h",
3207 "src/objects/js-collection.h",
3208 "src/objects/js-function-inl.h",
3209 "src/objects/js-function.h",
3210 "src/objects/js-generator-inl.h",
3211 "src/objects/js-generator.h",
3212 "src/objects/js-objects-inl.h",
3213 "src/objects/js-objects.h",
3214 "src/objects/js-promise-inl.h",
3215 "src/objects/js-promise.h",
3216 "src/objects/js-proxy-inl.h",
3217 "src/objects/js-proxy.h",
3218 "src/objects/js-regexp-inl.h",
3219 "src/objects/js-regexp-string-iterator-inl.h",
3220 "src/objects/js-regexp-string-iterator.h",
3221 "src/objects/js-regexp.h",
3222 "src/objects/js-segments-inl.h",
3223 "src/objects/js-segments.h",
3224 "src/objects/js-shadow-realms-inl.h",
3225 "src/objects/js-shadow-realms.h",
3226 "src/objects/js-struct-inl.h",
3227 "src/objects/js-struct.h",
3228 "src/objects/js-temporal-objects-inl.h",
3229 "src/objects/js-temporal-objects.h",
3230 "src/objects/js-weak-refs-inl.h",
3231 "src/objects/js-weak-refs.h",
3233 "src/objects/literal-objects-inl.h",
3234 "src/objects/literal-objects.h",
3235 "src/objects/lookup-cache-inl.h",
3236 "src/objects/lookup-cache.h",
3237 "src/objects/lookup-inl.h",
3239 "src/objects/managed-inl.h",
3241 "src/objects/map-inl.h",
3242 "src/objects/map-updater.h",
3244 "src/objects/maybe-object-inl.h",
3245 "src/objects/maybe-object.h",
3246 "src/objects/megadom-handler-inl.h",
3247 "src/objects/megadom-handler.h",
3248 "src/objects/microtask-inl.h",
3250 "src/objects/module-inl.h",
3252 "src/objects/name-inl.h",
3254 "src/objects/object-list-macros.h",
3255 "src/objects/object-macros-undef.h",
3256 "src/objects/object-macros.h",
3257 "src/objects/object-type.h",
3258 "src/objects/objects-body-descriptors-inl.h",
3259 "src/objects/objects-body-descriptors.h",
3260 "src/objects/objects-definitions.h",
3261 "src/objects/objects-inl.h",
3263 "src/objects/oddball-inl.h",
3265 "src/objects/option-utils.h",
3266 "src/objects/ordered-hash-table-inl.h",
3267 "src/objects/ordered-hash-table.h",
3268 "src/objects/osr-optimized-code-cache-inl.h",
3269 "src/objects/osr-optimized-code-cache.h",
3270 "src/objects/primitive-heap-object-inl.h",
3271 "src/objects/primitive-heap-object.h",
3272 "src/objects/promise-inl.h",
3274 "src/objects/property-array-inl.h",
3275 "src/objects/property-array.h",
3276 "src/objects/property-cell-inl.h",
3277 "src/objects/property-cell.h",
3278 "src/objects/property-descriptor-object-inl.h",
3279 "src/objects/property-descriptor-object.h",
3280 "src/objects/property-descriptor.h",
3281 "src/objects/property-details.h",
3283 "src/objects/prototype-info-inl.h",
3284 "src/objects/prototype-info.h",
3285 "src/objects/prototype-inl.h",
3287 "src/objects/regexp-match-info.h",
3288 "src/objects/scope-info-inl.h",
3289 "src/objects/scope-info.h",
3290 "src/objects/script-inl.h",
3292 "src/objects/shared-function-info-inl.h",
3293 "src/objects/shared-function-info.h",
3294 "src/objects/slots-atomic-inl.h",
3295 "src/objects/slots-inl.h",
3297 "src/objects/smi-inl.h",
3299 "src/objects/source-text-module-inl.h",
3300 "src/objects/source-text-module.h",
3301 "src/objects/string-comparator.h",
3302 "src/objects/string-inl.h",
3303 "src/objects/string-set-inl.h",
3304 "src/objects/string-set.h",
3305 "src/objects/string-table-inl.h",
3306 "src/objects/string-table.h",
3308 "src/objects/struct-inl.h",
3310 "src/objects/swiss-hash-table-helpers.h",
3311 "src/objects/swiss-name-dictionary-inl.h",
3312 "src/objects/swiss-name-dictionary.h",
3313 "src/objects/synthetic-module-inl.h",
3314 "src/objects/synthetic-module.h",
3315 "src/objects/tagged-field-inl.h",
3316 "src/objects/tagged-field.h",
3317 "src/objects/tagged-impl-inl.h",
3318 "src/objects/tagged-impl.h",
3319 "src/objects/tagged-index.h",
3320 "src/objects/tagged-value-inl.h",
3321 "src/objects/tagged-value.h",
3322 "src/objects/template-objects-inl.h",
3323 "src/objects/template-objects.h",
3324 "src/objects/templates-inl.h",
3326 "src/objects/torque-defined-classes-inl.h",
3327 "src/objects/torque-defined-classes.h",
3328 "src/objects/transitions-inl.h",
3330 "src/objects/turbofan-types-inl.h",
3331 "src/objects/turbofan-types.h",
3332 "src/objects/type-hints.h",
3333 "src/objects/value-serializer.h",
3334 "src/objects/visitors-inl.h",
3336 "src/parsing/expression-scope.h",
3337 "src/parsing/func-name-inferrer.h",
3338 "src/parsing/import-assertions.h",
3339 "src/parsing/keywords-gen.h",
3340 "src/parsing/literal-buffer.h",
3341 "src/parsing/parse-info.h",
3342 "src/parsing/parser-base.h",
3345 "src/parsing/pending-compilation-error-handler.h",
3346 "src/parsing/preparse-data-impl.h",
3347 "src/parsing/preparse-data.h",
3348 "src/parsing/preparser-logger.h",
3351 "src/parsing/scanner-character-streams.h",
3352 "src/parsing/scanner-inl.h",
3355 "src/profiler/allocation-tracker.h",
3356 "src/profiler/circular-queue-inl.h",
3357 "src/profiler/circular-queue.h",
3358 "src/profiler/cpu-profiler-inl.h",
3359 "src/profiler/cpu-profiler.h",
3360 "src/profiler/heap-profiler.h",
3361 "src/profiler/heap-snapshot-generator-inl.h",
3362 "src/profiler/heap-snapshot-generator.h",
3363 "src/profiler/profile-generator-inl.h",
3364 "src/profiler/profile-generator.h",
3365 "src/profiler/profiler-listener.h",
3366 "src/profiler/profiler-stats.h",
3367 "src/profiler/sampling-heap-profiler.h",
3368 "src/profiler/strings-storage.h",
3370 "src/profiler/tick-sample.h",
3371 "src/profiler/tracing-cpu-profiler.h",
3372 "src/profiler/weak-code-registry.h",
3373 "src/regexp/experimental/experimental-bytecode.h",
3374 "src/regexp/experimental/experimental-compiler.h",
3375 "src/regexp/experimental/experimental-interpreter.h",
3377 "src/regexp/property-sequences.h",
3378 "src/regexp/regexp-ast.h",
3379 "src/regexp/regexp-bytecode-generator-inl.h",
3380 "src/regexp/regexp-bytecode-generator.h",
3381 "src/regexp/regexp-bytecode-peephole.h",
3382 "src/regexp/regexp-bytecodes.h",
3383 "src/regexp/regexp-compiler.h",
3384 "src/regexp/regexp-dotprinter.h",
3385 "src/regexp/regexp-error.h",
3386 "src/regexp/regexp-flags.h",
3387 "src/regexp/regexp-interpreter.h",
3388 "src/regexp/regexp-macro-assembler-arch.h",
3389 "src/regexp/regexp-macro-assembler-tracer.h",
3390 "src/regexp/regexp-macro-assembler.h",
3391 "src/regexp/regexp-nodes.h",
3392 "src/regexp/regexp-parser.h",
3393 "src/regexp/regexp-stack.h",
3394 "src/regexp/regexp-utils.h",
3396 "src/regexp/special-case.h",
3397 "src/roots/roots-inl.h",
3399 "src/runtime/runtime-utils.h",
3401 "src/sandbox/external-pointer-inl.h",
3402 "src/sandbox/external-pointer-table-inl.h",
3403 "src/sandbox/external-pointer-table.h",
3404 "src/sandbox/external-pointer.h",
3406 "src/sandbox/sandboxed-pointer-inl.h",
3407 "src/sandbox/sandboxed-pointer.h",
3408 "src/snapshot/code-serializer.h",
3409 "src/snapshot/context-deserializer.h",
3410 "src/snapshot/context-serializer.h",
3412 "src/snapshot/embedded/embedded-data-inl.h",
3413 "src/snapshot/embedded/embedded-data.h",
3414 "src/snapshot/embedded/embedded-file-writer-interface.h",
3415 "src/snapshot/object-deserializer.h",
3416 "src/snapshot/read-only-deserializer.h",
3417 "src/snapshot/read-only-serializer.h",
3419 "src/snapshot/roots-serializer.h",
3420 "src/snapshot/serializer-deserializer.h",
3421 "src/snapshot/serializer-inl.h",
3423 "src/snapshot/shared-heap-deserializer.h",
3424 "src/snapshot/shared-heap-serializer.h",
3425 "src/snapshot/snapshot-compression.h",
3426 "src/snapshot/snapshot-data.h",
3427 "src/snapshot/snapshot-source-sink.h",
3428 "src/snapshot/snapshot-utils.h",
3430 "src/snapshot/startup-deserializer.h",
3431 "src/snapshot/startup-serializer.h",
3432 "src/strings/char-predicates-inl.h",
3433 "src/strings/char-predicates.h",
3434 "src/strings/string-builder-inl.h",
3435 "src/strings/string-case.h",
3436 "src/strings/string-hasher-inl.h",
3437 "src/strings/string-hasher.h",
3438 "src/strings/string-search.h",
3439 "src/strings/string-stream.h",
3440 "src/strings/unicode-decoder.h",
3441 "src/strings/unicode-inl.h",
3444 "src/tasks/cancelable-task.h",
3445 "src/tasks/operations-barrier.h",
3446 "src/tasks/task-utils.h",
3447 "src/temporal/temporal-parser.h",
3449 "src/third_party/utf8-decoder/utf8-decoder.h",
3450 "src/torque/runtime-macro-shims.h",
3451 "src/tracing/trace-event.h",
3452 "src/tracing/traced-value.h",
3453 "src/tracing/tracing-category-observer.h",
3454 "src/utils/address-map.h",
3456 "src/utils/bit-vector.h",
3457 "src/utils/boxed-float.h",
3458 "src/utils/detachable-vector.h",
3459 "src/utils/identity-map.h",
3460 "src/utils/locked-queue-inl.h",
3461 "src/utils/locked-queue.h",
3464 "src/utils/scoped-list.h",
3465 "src/utils/utils-inl.h",
3468 "src/zone/accounting-allocator.h",
3469 "src/zone/compressed-zone-ptr.h",
3470 "src/zone/type-stats.h",
3471 "src/zone/zone-allocator.h",
3472 "src/zone/zone-chunk-list.h",
3473 "src/zone/zone-compression.h",
3474 "src/zone/zone-containers.h",
3475 "src/zone/zone-handle-set.h",
3476 "src/zone/zone-hashmap.h",
3477 "src/zone/zone-list-inl.h",
3478 "src/zone/zone-list.h",
3479 "src/zone/zone-segment.h",
3480 "src/zone/zone-type-traits.h",
3481 "src/zone/zone-utils.h",
3486 sources -= [ "//base/trace_event/common/trace_event_common.h" ]
3491 "src/maglev/maglev-basic-block.h",
3492 "src/maglev/maglev-code-gen-state.h",
3493 "src/maglev/maglev-code-generator.h",
3494 "src/maglev/maglev-compilation-info.h",
3495 "src/maglev/maglev-compilation-unit.h",
3496 "src/maglev/maglev-compiler.h",
3497 "src/maglev/maglev-concurrent-dispatcher.h",
3498 "src/maglev/maglev-graph-builder.h",
3499 "src/maglev/maglev-graph-labeller.h",
3500 "src/maglev/maglev-graph-printer.h",
3501 "src/maglev/maglev-graph-processor.h",
3502 "src/maglev/maglev-graph-verifier.h",
3503 "src/maglev/maglev-graph.h",
3504 "src/maglev/maglev-interpreter-frame-state.h",
3505 "src/maglev/maglev-ir.h",
3506 "src/maglev/maglev-regalloc-data.h",
3507 "src/maglev/maglev-regalloc.h",
3508 "src/maglev/maglev-register-frame-array.h",
3509 "src/maglev/maglev-vreg-allocator.h",
3516 "src/asmjs/asm-js.h",
3517 "src/asmjs/asm-names.h",
3518 "src/asmjs/asm-parser.h",
3519 "src/asmjs/asm-scanner.h",
3520 "src/asmjs/asm-types.h",
3521 "src/compiler/int64-lowering.h",
3522 "src/compiler/wasm-compiler.h",
3523 "src/compiler/wasm-escape-analysis.h",
3524 "src/compiler/wasm-inlining.h",
3525 "src/compiler/wasm-loop-peeling.h",
3526 "src/debug/debug-wasm-objects-inl.h",
3527 "src/debug/debug-wasm-objects.h",
3528 "src/trap-handler/trap-handler-internal.h",
3529 "src/trap-handler/trap-handler.h",
3530 "src/wasm/baseline/liftoff-assembler-defs.h",
3531 "src/wasm/baseline/liftoff-assembler.h",
3532 "src/wasm/baseline/liftoff-compiler.h",
3533 "src/wasm/baseline/liftoff-register.h",
3534 "src/wasm/canonical-types.h",
3535 "src/wasm/code-space-access.h",
3536 "src/wasm/compilation-environment.h",
3538 "src/wasm/function-body-decoder-impl.h",
3539 "src/wasm/function-body-decoder.h",
3540 "src/wasm/function-compiler.h",
3541 "src/wasm/graph-builder-interface.h",
3542 "src/wasm/init-expr-interface.h",
3543 "src/wasm/jump-table-assembler.h",
3544 "src/wasm/leb-helper.h",
3545 "src/wasm/local-decl-encoder.h",
3546 "src/wasm/memory-protection-key.h",
3547 "src/wasm/memory-tracing.h",
3548 "src/wasm/module-compiler.h",
3549 "src/wasm/module-decoder.h",
3550 "src/wasm/module-instantiate.h",
3551 "src/wasm/object-access.h",
3552 "src/wasm/signature-map.h",
3553 "src/wasm/simd-shuffle.h",
3555 "src/wasm/streaming-decoder.h",
3556 "src/wasm/struct-types.h",
3557 "src/wasm/value-type.h",
3558 "src/wasm/wasm-arguments.h",
3559 "src/wasm/wasm-code-manager.h",
3560 "src/wasm/wasm-engine.h",
3561 "src/wasm/wasm-external-refs.h",
3562 "src/wasm/wasm-feature-flags.h",
3563 "src/wasm/wasm-features.h",
3564 "src/wasm/wasm-import-wrapper-cache.h",
3565 "src/wasm/wasm-init-expr.h",
3566 "src/wasm/wasm-js.h",
3567 "src/wasm/wasm-linkage.h",
3568 "src/wasm/wasm-module-builder.h",
3569 "src/wasm/wasm-module-sourcemap.h",
3570 "src/wasm/wasm-module.h",
3571 "src/wasm/wasm-objects-inl.h",
3572 "src/wasm/wasm-objects.h",
3573 "src/wasm/wasm-opcodes-inl.h",
3574 "src/wasm/wasm-opcodes.h",
3575 "src/wasm/wasm-result.h",
3576 "src/wasm/wasm-serialization.h",
3577 "src/wasm/wasm-subtyping.h",
3578 "src/wasm/wasm-tier.h",
3579 "src/wasm/wasm-value.h",
3586 sources += [ "src/heap/third-party/heap-api.h" ]
3591 "src/objects/intl-objects.h",
3592 "src/objects/js-break-iterator-inl.h",
3593 "src/objects/js-break-iterator.h",
3594 "src/objects/js-collator-inl.h",
3595 "src/objects/js-collator.h",
3596 "src/objects/js-date-time-format-inl.h",
3597 "src/objects/js-date-time-format.h",
3598 "src/objects/js-display-names-inl.h",
3599 "src/objects/js-display-names.h",
3600 "src/objects/js-list-format-inl.h",
3601 "src/objects/js-list-format.h",
3602 "src/objects/js-locale-inl.h",
3603 "src/objects/js-locale.h",
3604 "src/objects/js-number-format-inl.h",
3605 "src/objects/js-number-format.h",
3606 "src/objects/js-plural-rules-inl.h",
3607 "src/objects/js-plural-rules.h",
3608 "src/objects/js-relative-time-format-inl.h",
3609 "src/objects/js-relative-time-format.h",
3610 "src/objects/js-segment-iterator-inl.h",
3611 "src/objects/js-segment-iterator.h",
3612 "src/objects/js-segmenter-inl.h",
3613 "src/objects/js-segmenter.h",
3614 "src/objects/js-segments-inl.h",
3615 "src/objects/js-segments.h",
3620 sources += [ "src/execution/pointer-authentication-dummy.h" ]
3625 "src/heap/conservative-stack-visitor.h",
3626 "src/heap/object-start-bitmap.h",
3632 "src/debug/wasm/gdb-server/gdb-remote-util.h",
3633 "src/debug/wasm/gdb-server/gdb-server-thread.h",
3634 "src/debug/wasm/gdb-server/gdb-server.h",
3635 "src/debug/wasm/gdb-server/packet.h",
3636 "src/debug/wasm/gdb-server/session.h",
3637 "src/debug/wasm/gdb-server/target.h",
3638 "src/debug/wasm/gdb-server/transport.h",
3639 "src/debug/wasm/gdb-server/wasm-module-debug.h",
3644 sources += [ "src/heap/reference-summarizer.h" ]
3649 "src/baseline/ia32/baseline-assembler-ia32-inl.h",
3650 "src/baseline/ia32/baseline-compiler-ia32-inl.h",
3651 "src/codegen/ia32/assembler-ia32-inl.h",
3652 "src/codegen/ia32/assembler-ia32.h",
3653 "src/codegen/ia32/constants-ia32.h",
3654 "src/codegen/ia32/interface-descriptors-ia32-inl.h",
3655 "src/codegen/ia32/macro-assembler-ia32.h",
3656 "src/codegen/ia32/register-ia32.h",
3657 "src/codegen/ia32/reglist-ia32.h",
3658 "src/codegen/ia32/sse-instr.h",
3659 "src/codegen/shared-ia32-x64/macro-assembler-shared-ia32-x64.h",
3660 "src/compiler/backend/ia32/instruction-codes-ia32.h",
3661 "src/execution/ia32/frame-constants-ia32.h",
3662 "src/regexp/ia32/regexp-macro-assembler-ia32.h",
3663 "src/wasm/baseline/ia32/liftoff-assembler-ia32.h",
3667 "src/baseline/x64/baseline-assembler-x64-inl.h",
3668 "src/baseline/x64/baseline-compiler-x64-inl.h",
3669 "src/codegen/shared-ia32-x64/macro-assembler-shared-ia32-x64.h",
3670 "src/codegen/x64/assembler-x64-inl.h",
3671 "src/codegen/x64/assembler-x64.h",
3672 "src/codegen/x64/constants-x64.h",
3673 "src/codegen/x64/fma-instr.h",
3674 "src/codegen/x64/interface-descriptors-x64-inl.h",
3675 "src/codegen/x64/macro-assembler-x64.h",
3676 "src/codegen/x64/register-x64.h",
3677 "src/codegen/x64/reglist-x64.h",
3678 "src/codegen/x64/sse-instr.h",
3679 "src/compiler/backend/x64/instruction-codes-x64.h",
3680 "src/compiler/backend/x64/unwinding-info-writer-x64.h",
3681 "src/execution/x64/frame-constants-x64.h",
3682 "src/regexp/x64/regexp-macro-assembler-x64.h",
3683 "src/third_party/valgrind/valgrind.h",
3684 "src/wasm/baseline/x64/liftoff-assembler-x64.h",
3688 sources += [ "src/diagnostics/unwinding-info-win64.h" ]
3693 # based on Darwin and thus POSIX-compliant to a similar degree.
3696 sources += [ "src/trap-handler/handler-inside-posix.h" ]
3698 sources += [ "src/trap-handler/handler-inside-win.h" ]
3703 "src/baseline/arm/baseline-assembler-arm-inl.h",
3704 "src/baseline/arm/baseline-compiler-arm-inl.h",
3705 "src/codegen/arm/assembler-arm-inl.h",
3706 "src/codegen/arm/assembler-arm.h",
3707 "src/codegen/arm/constants-arm.h",
3708 "src/codegen/arm/interface-descriptors-arm-inl.h",
3709 "src/codegen/arm/macro-assembler-arm.h",
3710 "src/codegen/arm/register-arm.h",
3711 "src/codegen/arm/reglist-arm.h",
3712 "src/compiler/backend/arm/instruction-codes-arm.h",
3713 "src/compiler/backend/arm/unwinding-info-writer-arm.h",
3714 "src/execution/arm/frame-constants-arm.h",
3715 "src/execution/arm/simulator-arm.h",
3716 "src/regexp/arm/regexp-macro-assembler-arm.h",
3717 "src/wasm/baseline/arm/liftoff-assembler-arm.h",
3721 "src/baseline/arm64/baseline-assembler-arm64-inl.h",
3722 "src/baseline/arm64/baseline-compiler-arm64-inl.h",
3723 "src/codegen/arm64/assembler-arm64-inl.h",
3724 "src/codegen/arm64/assembler-arm64.h",
3725 "src/codegen/arm64/constants-arm64.h",
3726 "src/codegen/arm64/decoder-arm64-inl.h",
3727 "src/codegen/arm64/decoder-arm64.h",
3728 "src/codegen/arm64/instructions-arm64.h",
3729 "src/codegen/arm64/interface-descriptors-arm64-inl.h",
3730 "src/codegen/arm64/macro-assembler-arm64-inl.h",
3731 "src/codegen/arm64/macro-assembler-arm64.h",
3732 "src/codegen/arm64/register-arm64.h",
3733 "src/codegen/arm64/reglist-arm64.h",
3734 "src/codegen/arm64/utils-arm64.h",
3735 "src/compiler/backend/arm64/instruction-codes-arm64.h",
3736 "src/compiler/backend/arm64/unwinding-info-writer-arm64.h",
3737 "src/diagnostics/arm64/disasm-arm64.h",
3738 "src/execution/arm64/frame-constants-arm64.h",
3739 "src/execution/arm64/simulator-arm64.h",
3740 "src/regexp/arm64/regexp-macro-assembler-arm64.h",
3741 "src/wasm/baseline/arm64/liftoff-assembler-arm64.h",
3744 sources += [ "src/execution/arm64/pointer-authentication-arm64.h" ]
3751 sources += [ "src/trap-handler/handler-inside-posix.h" ]
3755 sources += [ "src/trap-handler/trap-handler-simulator.h" ]
3759 sources += [ "src/diagnostics/unwinding-info-win64.h" ]
3763 "src/baseline/mips/baseline-assembler-mips-inl.h",
3764 "src/baseline/mips/baseline-compiler-mips-inl.h",
3765 "src/codegen/mips/assembler-mips-inl.h",
3766 "src/codegen/mips/assembler-mips.h",
3767 "src/codegen/mips/constants-mips.h",
3768 "src/codegen/mips/macro-assembler-mips.h",
3769 "src/codegen/mips/register-mips.h",
3770 "src/codegen/mips/reglist-mips.h",
3771 "src/compiler/backend/mips/instruction-codes-mips.h",
3772 "src/execution/mips/frame-constants-mips.h",
3773 "src/execution/mips/simulator-mips.h",
3774 "src/regexp/mips/regexp-macro-assembler-mips.h",
3775 "src/wasm/baseline/mips/liftoff-assembler-mips.h",
3779 "src/baseline/mips64/baseline-assembler-mips64-inl.h",
3780 "src/baseline/mips64/baseline-compiler-mips64-inl.h",
3781 "src/codegen/mips64/assembler-mips64-inl.h",
3782 "src/codegen/mips64/assembler-mips64.h",
3783 "src/codegen/mips64/constants-mips64.h",
3784 "src/codegen/mips64/macro-assembler-mips64.h",
3785 "src/codegen/mips64/register-mips64.h",
3786 "src/codegen/mips64/reglist-mips64.h",
3787 "src/compiler/backend/mips64/instruction-codes-mips64.h",
3788 "src/execution/mips64/frame-constants-mips64.h",
3789 "src/execution/mips64/simulator-mips64.h",
3790 "src/regexp/mips64/regexp-macro-assembler-mips64.h",
3791 "src/wasm/baseline/mips64/liftoff-assembler-mips64.h",
3795 "src/baseline/loong64/baseline-assembler-loong64-inl.h",
3796 "src/baseline/loong64/baseline-compiler-loong64-inl.h",
3797 "src/codegen/loong64/assembler-loong64-inl.h",
3798 "src/codegen/loong64/assembler-loong64.h",
3799 "src/codegen/loong64/constants-loong64.h",
3800 "src/codegen/loong64/macro-assembler-loong64.h",
3801 "src/codegen/loong64/register-loong64.h",
3802 "src/codegen/loong64/reglist-loong64.h",
3803 "src/compiler/backend/loong64/instruction-codes-loong64.h",
3804 "src/execution/loong64/frame-constants-loong64.h",
3805 "src/execution/loong64/simulator-loong64.h",
3806 "src/regexp/loong64/regexp-macro-assembler-loong64.h",
3807 "src/wasm/baseline/loong64/liftoff-assembler-loong64.h",
3811 "src/codegen/ppc/assembler-ppc-inl.h",
3812 "src/codegen/ppc/assembler-ppc.h",
3813 "src/codegen/ppc/constants-ppc.h",
3814 "src/codegen/ppc/interface-descriptors-ppc-inl.h",
3815 "src/codegen/ppc/macro-assembler-ppc.h",
3816 "src/codegen/ppc/register-ppc.h",
3817 "src/codegen/ppc/reglist-ppc.h",
3818 "src/compiler/backend/ppc/instruction-codes-ppc.h",
3819 "src/compiler/backend/ppc/unwinding-info-writer-ppc.h",
3820 "src/execution/ppc/frame-constants-ppc.h",
3821 "src/execution/ppc/simulator-ppc.h",
3822 "src/regexp/ppc/regexp-macro-assembler-ppc.h",
3823 "src/wasm/baseline/ppc/liftoff-assembler-ppc.h",
3827 "src/baseline/ppc/baseline-assembler-ppc-inl.h",
3828 "src/baseline/ppc/baseline-compiler-ppc-inl.h",
3829 "src/codegen/ppc/assembler-ppc-inl.h",
3830 "src/codegen/ppc/assembler-ppc.h",
3831 "src/codegen/ppc/constants-ppc.h",
3832 "src/codegen/ppc/interface-descriptors-ppc-inl.h",
3833 "src/codegen/ppc/macro-assembler-ppc.h",
3834 "src/codegen/ppc/register-ppc.h",
3835 "src/codegen/ppc/reglist-ppc.h",
3836 "src/compiler/backend/ppc/instruction-codes-ppc.h",
3837 "src/compiler/backend/ppc/unwinding-info-writer-ppc.h",
3838 "src/execution/ppc/frame-constants-ppc.h",
3839 "src/execution/ppc/simulator-ppc.h",
3840 "src/regexp/ppc/regexp-macro-assembler-ppc.h",
3841 "src/wasm/baseline/ppc/liftoff-assembler-ppc.h",
3845 "src/baseline/s390/baseline-assembler-s390-inl.h",
3846 "src/baseline/s390/baseline-compiler-s390-inl.h",
3847 "src/codegen/s390/assembler-s390-inl.h",
3848 "src/codegen/s390/assembler-s390.h",
3849 "src/codegen/s390/constants-s390.h",
3850 "src/codegen/s390/interface-descriptors-s390-inl.h",
3851 "src/codegen/s390/macro-assembler-s390.h",
3852 "src/codegen/s390/register-s390.h",
3853 "src/codegen/s390/reglist-s390.h",
3854 "src/compiler/backend/s390/instruction-codes-s390.h",
3855 "src/compiler/backend/s390/unwinding-info-writer-s390.h",
3856 "src/execution/s390/frame-constants-s390.h",
3857 "src/execution/s390/simulator-s390.h",
3858 "src/regexp/s390/regexp-macro-assembler-s390.h",
3859 "src/wasm/baseline/s390/liftoff-assembler-s390.h",
3863 "src/baseline/riscv64/baseline-assembler-riscv64-inl.h",
3864 "src/baseline/riscv64/baseline-compiler-riscv64-inl.h",
3865 "src/codegen/riscv64/assembler-riscv64-inl.h",
3866 "src/codegen/riscv64/assembler-riscv64.h",
3867 "src/codegen/riscv64/constants-riscv64.h",
3868 "src/codegen/riscv64/macro-assembler-riscv64.h",
3869 "src/codegen/riscv64/register-riscv64.h",
3870 "src/codegen/riscv64/reglist-riscv64.h",
3871 "src/compiler/backend/riscv64/instruction-codes-riscv64.h",
3872 "src/execution/riscv64/frame-constants-riscv64.h",
3873 "src/execution/riscv64/simulator-riscv64.h",
3874 "src/regexp/riscv64/regexp-macro-assembler-riscv64.h",
3875 "src/wasm/baseline/riscv64/liftoff-assembler-riscv64.h",
3898 "src/compiler/access-builder.cc",
3899 "src/compiler/access-info.cc",
3900 "src/compiler/add-type-assertions-reducer.cc",
3901 "src/compiler/all-nodes.cc",
3902 "src/compiler/backend/code-generator.cc",
3903 "src/compiler/backend/frame-elider.cc",
3904 "src/compiler/backend/gap-resolver.cc",
3905 "src/compiler/backend/instruction-scheduler.cc",
3906 "src/compiler/backend/instruction-selector.cc",
3908 "src/compiler/backend/jump-threading.cc",
3909 "src/compiler/backend/mid-tier-register-allocator.cc",
3910 "src/compiler/backend/move-optimizer.cc",
3911 "src/compiler/backend/register-allocator-verifier.cc",
3912 "src/compiler/backend/register-allocator.cc",
3913 "src/compiler/backend/spill-placer.cc",
3914 "src/compiler/basic-block-instrumentor.cc",
3915 "src/compiler/branch-condition-duplicator.cc",
3916 "src/compiler/branch-elimination.cc",
3917 "src/compiler/bytecode-analysis.cc",
3918 "src/compiler/bytecode-graph-builder.cc",
3919 "src/compiler/bytecode-liveness-map.cc",
3920 "src/compiler/c-linkage.cc",
3921 "src/compiler/checkpoint-elimination.cc",
3922 "src/compiler/code-assembler.cc",
3923 "src/compiler/common-node-cache.cc",
3924 "src/compiler/common-operator-reducer.cc",
3925 "src/compiler/common-operator.cc",
3926 "src/compiler/compilation-dependencies.cc",
3927 "src/compiler/compiler-source-position-table.cc",
3928 "src/compiler/constant-folding-reducer.cc",
3929 "src/compiler/control-equivalence.cc",
3930 "src/compiler/control-flow-optimizer.cc",
3931 "src/compiler/csa-load-elimination.cc",
3932 "src/compiler/dead-code-elimination.cc",
3933 "src/compiler/decompression-optimizer.cc",
3934 "src/compiler/effect-control-linearizer.cc",
3935 "src/compiler/escape-analysis-reducer.cc",
3936 "src/compiler/escape-analysis.cc",
3937 "src/compiler/fast-api-calls.cc",
3938 "src/compiler/feedback-source.cc",
3939 "src/compiler/frame-states.cc",
3941 "src/compiler/graph-assembler.cc",
3942 "src/compiler/graph-reducer.cc",
3943 "src/compiler/graph-trimmer.cc",
3944 "src/compiler/graph-visualizer.cc",
3946 "src/compiler/heap-refs.cc",
3947 "src/compiler/js-call-reducer.cc",
3948 "src/compiler/js-context-specialization.cc",
3949 "src/compiler/js-create-lowering.cc",
3950 "src/compiler/js-generic-lowering.cc",
3951 "src/compiler/js-graph.cc",
3952 "src/compiler/js-heap-broker.cc",
3953 "src/compiler/js-inlining-heuristic.cc",
3954 "src/compiler/js-inlining.cc",
3955 "src/compiler/js-intrinsic-lowering.cc",
3956 "src/compiler/js-native-context-specialization.cc",
3957 "src/compiler/js-operator.cc",
3958 "src/compiler/js-type-hint-lowering.cc",
3959 "src/compiler/js-typed-lowering.cc",
3961 "src/compiler/load-elimination.cc",
3962 "src/compiler/loop-analysis.cc",
3963 "src/compiler/loop-peeling.cc",
3964 "src/compiler/loop-unrolling.cc",
3965 "src/compiler/loop-variable-optimizer.cc",
3966 "src/compiler/machine-graph-verifier.cc",
3967 "src/compiler/machine-graph.cc",
3968 "src/compiler/machine-operator-reducer.cc",
3969 "src/compiler/machine-operator.cc",
3970 "src/compiler/map-inference.cc",
3971 "src/compiler/memory-lowering.cc",
3972 "src/compiler/memory-optimizer.cc",
3973 "src/compiler/node-marker.cc",
3974 "src/compiler/node-matchers.cc",
3975 "src/compiler/node-observer.cc",
3976 "src/compiler/node-origin-table.cc",
3977 "src/compiler/node-properties.cc",
3980 "src/compiler/operation-typer.cc",
3981 "src/compiler/operator-properties.cc",
3984 "src/compiler/pipeline-statistics.cc",
3986 "src/compiler/property-access-builder.cc",
3987 "src/compiler/raw-machine-assembler.cc",
3988 "src/compiler/redundancy-elimination.cc",
3989 "src/compiler/refs-map.cc",
3990 "src/compiler/representation-change.cc",
3993 "src/compiler/select-lowering.cc",
3994 "src/compiler/simplified-lowering-verifier.cc",
3995 "src/compiler/simplified-lowering.cc",
3996 "src/compiler/simplified-operator-reducer.cc",
3997 "src/compiler/simplified-operator.cc",
3998 "src/compiler/state-values-utils.cc",
3999 "src/compiler/store-store-elimination.cc",
4000 "src/compiler/type-cache.cc",
4001 "src/compiler/type-narrowing-reducer.cc",
4002 "src/compiler/typed-optimization.cc",
4005 "src/compiler/value-numbering-reducer.cc",
4007 "src/compiler/zone-stats.cc",
4012 "src/compiler/int64-lowering.cc",
4013 "src/compiler/wasm-compiler.cc",
4014 "src/compiler/wasm-escape-analysis.cc",
4015 "src/compiler/wasm-inlining.cc",
4016 "src/compiler/wasm-loop-peeling.cc",
4045 # Without this else branch, gn fails to generate build files for non-debug
4103 "src/api/api-arguments.cc",
4104 "src/api/api-natives.cc",
4106 "src/ast/ast-function-literal-id-reindexer.cc",
4107 "src/ast/ast-value-factory.cc",
4112 "src/ast/source-range-ast-visitor.cc",
4114 "src/baseline/baseline-batch-compiler.cc",
4115 "src/baseline/baseline-compiler.cc",
4117 "src/baseline/bytecode-offset-iterator.cc",
4119 "src/builtins/builtins-api.cc",
4120 "src/builtins/builtins-array.cc",
4121 "src/builtins/builtins-arraybuffer.cc",
4122 "src/builtins/builtins-async-module.cc",
4123 "src/builtins/builtins-bigint.cc",
4124 "src/builtins/builtins-callsite.cc",
4125 "src/builtins/builtins-collections.cc",
4126 "src/builtins/builtins-console.cc",
4127 "src/builtins/builtins-dataview.cc",
4128 "src/builtins/builtins-date.cc",
4129 "src/builtins/builtins-error.cc",
4130 "src/builtins/builtins-function.cc",
4131 "src/builtins/builtins-global.cc",
4132 "src/builtins/builtins-internal.cc",
4133 "src/builtins/builtins-intl.cc",
4134 "src/builtins/builtins-json.cc",
4135 "src/builtins/builtins-number.cc",
4136 "src/builtins/builtins-object.cc",
4137 "src/builtins/builtins-reflect.cc",
4138 "src/builtins/builtins-regexp.cc",
4139 "src/builtins/builtins-shadow-realms.cc",
4140 "src/builtins/builtins-sharedarraybuffer.cc",
4141 "src/builtins/builtins-string.cc",
4142 "src/builtins/builtins-struct.cc",
4143 "src/builtins/builtins-symbol.cc",
4144 "src/builtins/builtins-temporal.cc",
4145 "src/builtins/builtins-trace.cc",
4146 "src/builtins/builtins-typed-array.cc",
4147 "src/builtins/builtins-weak-refs.cc",
4149 "src/builtins/constants-table-builder.cc",
4150 "src/codegen/aligned-slot-allocator.cc",
4152 "src/codegen/bailout-reason.cc",
4153 "src/codegen/code-comments.cc",
4154 "src/codegen/code-desc.cc",
4155 "src/codegen/code-factory.cc",
4156 "src/codegen/code-reference.cc",
4157 "src/codegen/compilation-cache.cc",
4159 "src/codegen/constant-pool.cc",
4160 "src/codegen/external-reference-encoder.cc",
4161 "src/codegen/external-reference-table.cc",
4162 "src/codegen/external-reference.cc",
4163 "src/codegen/flush-instruction-cache.cc",
4164 "src/codegen/handler-table.cc",
4165 "src/codegen/interface-descriptors.cc",
4166 "src/codegen/machine-type.cc",
4167 "src/codegen/optimized-compilation-info.cc",
4168 "src/codegen/pending-optimization-table.cc",
4169 "src/codegen/register-configuration.cc",
4170 "src/codegen/reloc-info.cc",
4171 "src/codegen/safepoint-table.cc",
4172 "src/codegen/source-position-table.cc",
4173 "src/codegen/source-position.cc",
4174 "src/codegen/string-constants.cc",
4175 "src/codegen/tick-counter.cc",
4177 "src/codegen/turbo-assembler.cc",
4178 "src/codegen/unoptimized-compilation-info.cc",
4179 "src/common/assert-scope.cc",
4180 "src/compiler-dispatcher/lazy-compile-dispatcher.cc",
4181 "src/compiler-dispatcher/optimizing-compile-dispatcher.cc",
4184 "src/debug/debug-coverage.cc",
4185 "src/debug/debug-evaluate.cc",
4186 "src/debug/debug-frames.cc",
4187 "src/debug/debug-interface.cc",
4188 "src/debug/debug-property-iterator.cc",
4189 "src/debug/debug-scope-iterator.cc",
4190 "src/debug/debug-scopes.cc",
4191 "src/debug/debug-stack-trace-iterator.cc",
4192 "src/debug/debug-type-profile.cc",
4195 "src/deoptimizer/deoptimize-reason.cc",
4196 "src/deoptimizer/deoptimized-frame-info.cc",
4198 "src/deoptimizer/materialized-object-store.cc",
4199 "src/deoptimizer/translated-state.cc",
4200 "src/deoptimizer/translation-array.cc",
4201 "src/diagnostics/basic-block-profiler.cc",
4202 "src/diagnostics/compilation-statistics.cc",
4204 "src/diagnostics/eh-frame.cc",
4205 "src/diagnostics/gdb-jit.cc",
4206 "src/diagnostics/objects-debug.cc",
4207 "src/diagnostics/objects-printer.cc",
4208 "src/diagnostics/perf-jit.cc",
4211 "src/execution/clobber-registers.cc",
4212 "src/execution/embedder-state.cc",
4213 "src/execution/encoded-c-signature.cc",
4216 "src/execution/futex-emulation.cc",
4217 "src/execution/interrupts-scope.cc",
4219 "src/execution/local-isolate.cc",
4221 "src/execution/microtask-queue.cc",
4223 "src/execution/simulator-base.cc",
4224 "src/execution/stack-guard.cc",
4225 "src/execution/thread-id.cc",
4226 "src/execution/thread-local-top.cc",
4227 "src/execution/tiering-manager.cc",
4229 "src/extensions/cputracemark-extension.cc",
4230 "src/extensions/externalize-string-extension.cc",
4231 "src/extensions/gc-extension.cc",
4232 "src/extensions/ignition-statistics-extension.cc",
4233 "src/extensions/statistics-extension.cc",
4234 "src/extensions/trigger-failure-extension.cc",
4236 "src/handles/global-handles.cc",
4238 "src/handles/local-handles.cc",
4239 "src/handles/persistent-handles.cc",
4240 "src/heap/allocation-observer.cc",
4241 "src/heap/array-buffer-sweeper.cc",
4242 "src/heap/base-space.cc",
4243 "src/heap/basic-memory-chunk.cc",
4244 "src/heap/code-object-registry.cc",
4245 "src/heap/code-range.cc",
4246 "src/heap/code-stats.cc",
4247 "src/heap/collection-barrier.cc",
4248 "src/heap/combined-heap.cc",
4249 "src/heap/concurrent-allocator.cc",
4250 "src/heap/concurrent-marking.cc",
4251 "src/heap/cppgc-js/cpp-heap.cc",
4252 "src/heap/cppgc-js/cpp-snapshot.cc",
4253 "src/heap/cppgc-js/unified-heap-marking-state.cc",
4254 "src/heap/cppgc-js/unified-heap-marking-verifier.cc",
4255 "src/heap/cppgc-js/unified-heap-marking-visitor.cc",
4256 "src/heap/embedder-tracing.cc",
4257 "src/heap/factory-base.cc",
4259 "src/heap/finalization-registry-cleanup-task.cc",
4260 "src/heap/free-list.cc",
4261 "src/heap/gc-idle-time-handler.cc",
4262 "src/heap/gc-tracer.cc",
4263 "src/heap/heap-allocator.cc",
4264 "src/heap/heap-controller.cc",
4265 "src/heap/heap-layout-tracer.cc",
4266 "src/heap/heap-write-barrier.cc",
4268 "src/heap/incremental-marking-job.cc",
4269 "src/heap/incremental-marking.cc",
4270 "src/heap/index-generator.cc",
4271 "src/heap/invalidated-slots.cc",
4272 "src/heap/large-spaces.cc",
4273 "src/heap/local-factory.cc",
4274 "src/heap/local-heap.cc",
4275 "src/heap/mark-compact.cc",
4276 "src/heap/marking-barrier.cc",
4277 "src/heap/marking-worklist.cc",
4279 "src/heap/memory-allocator.cc",
4280 "src/heap/memory-chunk-layout.cc",
4281 "src/heap/memory-chunk.cc",
4282 "src/heap/memory-measurement.cc",
4283 "src/heap/memory-reducer.cc",
4284 "src/heap/new-spaces.cc",
4285 "src/heap/object-stats.cc",
4286 "src/heap/objects-visiting.cc",
4287 "src/heap/paged-spaces.cc",
4288 "src/heap/read-only-heap.cc",
4289 "src/heap/read-only-spaces.cc",
4291 "src/heap/scavenge-job.cc",
4293 "src/heap/slot-set.cc",
4295 "src/heap/stress-marking-observer.cc",
4296 "src/heap/stress-scavenge-observer.cc",
4298 "src/heap/weak-object-worklists.cc",
4299 "src/ic/call-optimization.cc",
4300 "src/ic/handler-configuration.cc",
4301 "src/ic/ic-stats.cc",
4303 "src/ic/stub-cache.cc",
4306 "src/init/isolate-allocator.cc",
4307 "src/init/startup-data-util.cc",
4309 "src/interpreter/bytecode-array-builder.cc",
4310 "src/interpreter/bytecode-array-iterator.cc",
4311 "src/interpreter/bytecode-array-random-iterator.cc",
4312 "src/interpreter/bytecode-array-writer.cc",
4313 "src/interpreter/bytecode-decoder.cc",
4314 "src/interpreter/bytecode-flags.cc",
4315 "src/interpreter/bytecode-generator.cc",
4316 "src/interpreter/bytecode-label.cc",
4317 "src/interpreter/bytecode-node.cc",
4318 "src/interpreter/bytecode-operands.cc",
4319 "src/interpreter/bytecode-register-optimizer.cc",
4320 "src/interpreter/bytecode-register.cc",
4321 "src/interpreter/bytecode-source-info.cc",
4323 "src/interpreter/constant-array-builder.cc",
4324 "src/interpreter/control-flow-builders.cc",
4325 "src/interpreter/handler-table-builder.cc",
4326 "src/interpreter/interpreter-intrinsics.cc",
4328 "src/json/json-parser.cc",
4329 "src/json/json-stringifier.cc",
4332 "src/logging/local-logger.cc",
4333 "src/logging/log-utils.cc",
4336 "src/logging/runtime-call-stats.cc",
4337 "src/logging/tracing-flags.cc",
4339 "src/numbers/math-random.cc",
4340 "src/objects/backing-store.cc",
4342 "src/objects/call-site-info.cc",
4343 "src/objects/code-kind.cc",
4345 "src/objects/compilation-cache-table.cc",
4347 "src/objects/debug-objects.cc",
4348 "src/objects/elements-kind.cc",
4350 "src/objects/embedder-data-array.cc",
4351 "src/objects/feedback-vector.cc",
4352 "src/objects/field-type.cc",
4353 "src/objects/intl-objects.cc",
4354 "src/objects/js-array-buffer.cc",
4355 "src/objects/js-break-iterator.cc",
4356 "src/objects/js-collator.cc",
4357 "src/objects/js-date-time-format.cc",
4358 "src/objects/js-display-names.cc",
4359 "src/objects/js-function.cc",
4360 "src/objects/js-list-format.cc",
4361 "src/objects/js-locale.cc",
4362 "src/objects/js-number-format.cc",
4363 "src/objects/js-objects.cc",
4364 "src/objects/js-plural-rules.cc",
4365 "src/objects/js-regexp.cc",
4366 "src/objects/js-relative-time-format.cc",
4367 "src/objects/js-segment-iterator.cc",
4368 "src/objects/js-segmenter.cc",
4369 "src/objects/js-segments.cc",
4370 "src/objects/js-temporal-objects.cc",
4372 "src/objects/literal-objects.cc",
4373 "src/objects/lookup-cache.cc",
4376 "src/objects/map-updater.cc",
4379 "src/objects/object-type.cc",
4381 "src/objects/option-utils.cc",
4382 "src/objects/ordered-hash-table.cc",
4383 "src/objects/osr-optimized-code-cache.cc",
4384 "src/objects/property-descriptor.cc",
4386 "src/objects/scope-info.cc",
4387 "src/objects/shared-function-info.cc",
4388 "src/objects/source-text-module.cc",
4389 "src/objects/string-comparator.cc",
4390 "src/objects/string-table.cc",
4392 "src/objects/swiss-name-dictionary.cc",
4393 "src/objects/symbol-table.cc",
4394 "src/objects/synthetic-module.cc",
4395 "src/objects/tagged-impl.cc",
4396 "src/objects/template-objects.cc",
4399 "src/objects/type-hints.cc",
4400 "src/objects/value-serializer.cc",
4402 "src/parsing/func-name-inferrer.cc",
4403 "src/parsing/import-assertions.cc",
4404 "src/parsing/literal-buffer.cc",
4405 "src/parsing/parse-info.cc",
4408 "src/parsing/pending-compilation-error-handler.cc",
4409 "src/parsing/preparse-data.cc",
4412 "src/parsing/scanner-character-streams.cc",
4415 "src/profiler/allocation-tracker.cc",
4416 "src/profiler/cpu-profiler.cc",
4417 "src/profiler/heap-profiler.cc",
4418 "src/profiler/heap-snapshot-generator.cc",
4419 "src/profiler/profile-generator.cc",
4420 "src/profiler/profiler-listener.cc",
4421 "src/profiler/profiler-stats.cc",
4422 "src/profiler/sampling-heap-profiler.cc",
4423 "src/profiler/strings-storage.cc",
4425 "src/profiler/tick-sample.cc",
4426 "src/profiler/tracing-cpu-profiler.cc",
4427 "src/profiler/weak-code-registry.cc",
4428 "src/regexp/experimental/experimental-bytecode.cc",
4429 "src/regexp/experimental/experimental-compiler.cc",
4430 "src/regexp/experimental/experimental-interpreter.cc",
4432 "src/regexp/property-sequences.cc",
4433 "src/regexp/regexp-ast.cc",
4434 "src/regexp/regexp-bytecode-generator.cc",
4435 "src/regexp/regexp-bytecode-peephole.cc",
4436 "src/regexp/regexp-bytecodes.cc",
4437 "src/regexp/regexp-compiler-tonode.cc",
4438 "src/regexp/regexp-compiler.cc",
4439 "src/regexp/regexp-dotprinter.cc",
4440 "src/regexp/regexp-error.cc",
4441 "src/regexp/regexp-interpreter.cc",
4442 "src/regexp/regexp-macro-assembler-tracer.cc",
4443 "src/regexp/regexp-macro-assembler.cc",
4444 "src/regexp/regexp-parser.cc",
4445 "src/regexp/regexp-stack.cc",
4446 "src/regexp/regexp-utils.cc",
4449 "src/runtime/runtime-array.cc",
4450 "src/runtime/runtime-atomics.cc",
4451 "src/runtime/runtime-bigint.cc",
4452 "src/runtime/runtime-classes.cc",
4453 "src/runtime/runtime-collections.cc",
4454 "src/runtime/runtime-compiler.cc",
4455 "src/runtime/runtime-date.cc",
4456 "src/runtime/runtime-debug.cc",
4457 "src/runtime/runtime-forin.cc",
4458 "src/runtime/runtime-function.cc",
4459 "src/runtime/runtime-futex.cc",
4460 "src/runtime/runtime-generator.cc",
4461 "src/runtime/runtime-internal.cc",
4462 "src/runtime/runtime-intl.cc",
4463 "src/runtime/runtime-literals.cc",
4464 "src/runtime/runtime-module.cc",
4465 "src/runtime/runtime-numbers.cc",
4466 "src/runtime/runtime-object.cc",
4467 "src/runtime/runtime-operators.cc",
4468 "src/runtime/runtime-promise.cc",
4469 "src/runtime/runtime-proxy.cc",
4470 "src/runtime/runtime-regexp.cc",
4471 "src/runtime/runtime-scopes.cc",
4472 "src/runtime/runtime-shadow-realm.cc",
4473 "src/runtime/runtime-strings.cc",
4474 "src/runtime/runtime-symbol.cc",
4475 "src/runtime/runtime-test.cc",
4476 "src/runtime/runtime-trace.cc",
4477 "src/runtime/runtime-typedarray.cc",
4478 "src/runtime/runtime-weak-refs.cc",
4480 "src/sandbox/external-pointer-table.cc",
4482 "src/snapshot/code-serializer.cc",
4483 "src/snapshot/context-deserializer.cc",
4484 "src/snapshot/context-serializer.cc",
4486 "src/snapshot/embedded/embedded-data.cc",
4487 "src/snapshot/object-deserializer.cc",
4488 "src/snapshot/read-only-deserializer.cc",
4489 "src/snapshot/read-only-serializer.cc",
4490 "src/snapshot/roots-serializer.cc",
4491 "src/snapshot/serializer-deserializer.cc",
4493 "src/snapshot/shared-heap-deserializer.cc",
4494 "src/snapshot/shared-heap-serializer.cc",
4495 "src/snapshot/snapshot-compression.cc",
4496 "src/snapshot/snapshot-data.cc",
4497 "src/snapshot/snapshot-source-sink.cc",
4498 "src/snapshot/snapshot-utils.cc",
4500 "src/snapshot/startup-deserializer.cc",
4501 "src/snapshot/startup-serializer.cc",
4502 "src/strings/char-predicates.cc",
4503 "src/strings/string-builder.cc",
4504 "src/strings/string-case.cc",
4505 "src/strings/string-stream.cc",
4506 "src/strings/unicode-decoder.cc",
4509 "src/tasks/cancelable-task.cc",
4510 "src/tasks/operations-barrier.cc",
4511 "src/tasks/task-utils.cc",
4512 "src/temporal/temporal-parser.cc",
4514 "src/tracing/trace-event.cc",
4515 "src/tracing/traced-value.cc",
4516 "src/tracing/tracing-category-observer.cc",
4517 "src/utils/address-map.cc",
4519 "src/utils/bit-vector.cc",
4520 "src/utils/detachable-vector.cc",
4521 "src/utils/identity-map.cc",
4526 "src/web-snapshot/web-snapshot.cc",
4527 "src/web-snapshot/web-snapshot.h",
4528 "src/zone/accounting-allocator.cc",
4529 "src/zone/type-stats.cc",
4530 "src/zone/zone-segment.cc",
4536 "src/maglev/maglev-code-generator.cc",
4537 "src/maglev/maglev-compilation-info.cc",
4538 "src/maglev/maglev-compilation-unit.cc",
4539 "src/maglev/maglev-compiler.cc",
4540 "src/maglev/maglev-concurrent-dispatcher.cc",
4541 "src/maglev/maglev-graph-builder.cc",
4542 "src/maglev/maglev-graph-printer.cc",
4543 "src/maglev/maglev-ir.cc",
4544 "src/maglev/maglev-regalloc.cc",
4551 "src/asmjs/asm-js.cc",
4552 "src/asmjs/asm-parser.cc",
4553 "src/asmjs/asm-scanner.cc",
4554 "src/asmjs/asm-types.cc",
4555 "src/debug/debug-wasm-objects.cc",
4556 "src/runtime/runtime-test-wasm.cc",
4557 "src/runtime/runtime-wasm.cc",
4558 "src/trap-handler/handler-inside.cc",
4559 "src/trap-handler/handler-outside.cc",
4560 "src/trap-handler/handler-shared.cc",
4561 "src/wasm/baseline/liftoff-assembler.cc",
4562 "src/wasm/baseline/liftoff-compiler.cc",
4563 "src/wasm/canonical-types.cc",
4564 "src/wasm/code-space-access.cc",
4565 "src/wasm/function-body-decoder.cc",
4566 "src/wasm/function-compiler.cc",
4567 "src/wasm/graph-builder-interface.cc",
4568 "src/wasm/init-expr-interface.cc",
4569 "src/wasm/jump-table-assembler.cc",
4570 "src/wasm/local-decl-encoder.cc",
4571 "src/wasm/memory-protection-key.cc",
4572 "src/wasm/memory-tracing.cc",
4573 "src/wasm/module-compiler.cc",
4574 "src/wasm/module-decoder.cc",
4575 "src/wasm/module-instantiate.cc",
4576 "src/wasm/signature-map.cc",
4577 "src/wasm/simd-shuffle.cc",
4578 "src/wasm/streaming-decoder.cc",
4579 "src/wasm/sync-streaming-decoder.cc",
4580 "src/wasm/value-type.cc",
4581 "src/wasm/wasm-code-manager.cc",
4582 "src/wasm/wasm-debug.cc",
4583 "src/wasm/wasm-debug.h",
4584 "src/wasm/wasm-engine.cc",
4585 "src/wasm/wasm-external-refs.cc",
4586 "src/wasm/wasm-features.cc",
4587 "src/wasm/wasm-import-wrapper-cache.cc",
4588 "src/wasm/wasm-init-expr.cc",
4589 "src/wasm/wasm-js.cc",
4590 "src/wasm/wasm-module-builder.cc",
4591 "src/wasm/wasm-module-sourcemap.cc",
4592 "src/wasm/wasm-module.cc",
4593 "src/wasm/wasm-objects.cc",
4594 "src/wasm/wasm-opcodes.cc",
4595 "src/wasm/wasm-result.cc",
4596 "src/wasm/wasm-serialization.cc",
4597 "src/wasm/wasm-subtyping.cc",
4604 sources += [ "src/heap/third-party/heap-api-stub.cc" ]
4608 sources += [ "src/heap/conservative-stack-visitor.cc" ]
4613 "src/debug/wasm/gdb-server/gdb-remote-util.cc",
4614 "src/debug/wasm/gdb-server/gdb-server-thread.cc",
4615 "src/debug/wasm/gdb-server/gdb-server.cc",
4616 "src/debug/wasm/gdb-server/packet.cc",
4617 "src/debug/wasm/gdb-server/session.cc",
4618 "src/debug/wasm/gdb-server/target.cc",
4619 "src/debug/wasm/gdb-server/transport.cc",
4620 "src/debug/wasm/gdb-server/wasm-module-debug.cc",
4625 sources += [ "src/heap/reference-summarizer.cc" ]
4630 "src/codegen/ia32/assembler-ia32.cc",
4631 "src/codegen/ia32/cpu-ia32.cc",
4632 "src/codegen/ia32/macro-assembler-ia32.cc",
4633 "src/codegen/shared-ia32-x64/macro-assembler-shared-ia32-x64.cc",
4634 "src/compiler/backend/ia32/code-generator-ia32.cc",
4635 "src/compiler/backend/ia32/instruction-scheduler-ia32.cc",
4636 "src/compiler/backend/ia32/instruction-selector-ia32.cc",
4637 "src/deoptimizer/ia32/deoptimizer-ia32.cc",
4638 "src/diagnostics/ia32/disasm-ia32.cc",
4639 "src/diagnostics/ia32/unwinder-ia32.cc",
4640 "src/execution/ia32/frame-constants-ia32.cc",
4641 "src/regexp/ia32/regexp-macro-assembler-ia32.cc",
4645 "src/codegen/shared-ia32-x64/macro-assembler-shared-ia32-x64.cc",
4646 "src/codegen/x64/assembler-x64.cc",
4647 "src/codegen/x64/cpu-x64.cc",
4648 "src/codegen/x64/macro-assembler-x64.cc",
4649 "src/compiler/backend/x64/code-generator-x64.cc",
4650 "src/compiler/backend/x64/instruction-scheduler-x64.cc",
4651 "src/compiler/backend/x64/instruction-selector-x64.cc",
4652 "src/compiler/backend/x64/unwinding-info-writer-x64.cc",
4653 "src/deoptimizer/x64/deoptimizer-x64.cc",
4654 "src/diagnostics/x64/disasm-x64.cc",
4655 "src/diagnostics/x64/eh-frame-x64.cc",
4656 "src/diagnostics/x64/unwinder-x64.cc",
4657 "src/execution/x64/frame-constants-x64.cc",
4658 "src/regexp/x64/regexp-macro-assembler-x64.cc",
4662 sources += [ "src/diagnostics/unwinding-info-win64.cc" ]
4667 # based on Darwin and thus POSIX-compliant to a similar degree.
4671 "src/trap-handler/handler-inside-posix.cc",
4672 "src/trap-handler/handler-outside-posix.cc",
4676 "src/trap-handler/handler-inside-win.cc",
4677 "src/trap-handler/handler-outside-win.cc",
4683 "src/codegen/arm/assembler-arm.cc",
4684 "src/codegen/arm/constants-arm.cc",
4685 "src/codegen/arm/cpu-arm.cc",
4686 "src/codegen/arm/macro-assembler-arm.cc",
4687 "src/compiler/backend/arm/code-generator-arm.cc",
4688 "src/compiler/backend/arm/instruction-scheduler-arm.cc",
4689 "src/compiler/backend/arm/instruction-selector-arm.cc",
4690 "src/compiler/backend/arm/unwinding-info-writer-arm.cc",
4691 "src/deoptimizer/arm/deoptimizer-arm.cc",
4692 "src/diagnostics/arm/disasm-arm.cc",
4693 "src/diagnostics/arm/eh-frame-arm.cc",
4694 "src/diagnostics/arm/unwinder-arm.cc",
4695 "src/execution/arm/frame-constants-arm.cc",
4696 "src/execution/arm/simulator-arm.cc",
4697 "src/regexp/arm/regexp-macro-assembler-arm.cc",
4701 "src/codegen/arm64/assembler-arm64.cc",
4702 "src/codegen/arm64/cpu-arm64.cc",
4703 "src/codegen/arm64/decoder-arm64.cc",
4704 "src/codegen/arm64/instructions-arm64-constants.cc",
4705 "src/codegen/arm64/instructions-arm64.cc",
4706 "src/codegen/arm64/macro-assembler-arm64.cc",
4707 "src/codegen/arm64/register-arm64.cc",
4708 "src/codegen/arm64/utils-arm64.cc",
4709 "src/compiler/backend/arm64/code-generator-arm64.cc",
4710 "src/compiler/backend/arm64/instruction-scheduler-arm64.cc",
4711 "src/compiler/backend/arm64/instruction-selector-arm64.cc",
4712 "src/compiler/backend/arm64/unwinding-info-writer-arm64.cc",
4713 "src/deoptimizer/arm64/deoptimizer-arm64.cc",
4714 "src/diagnostics/arm64/disasm-arm64.cc",
4715 "src/diagnostics/arm64/eh-frame-arm64.cc",
4716 "src/diagnostics/arm64/unwinder-arm64.cc",
4717 "src/execution/arm64/frame-constants-arm64.cc",
4718 "src/execution/arm64/pointer-auth-arm64.cc",
4719 "src/execution/arm64/simulator-arm64.cc",
4720 "src/execution/arm64/simulator-logic-arm64.cc",
4721 "src/regexp/arm64/regexp-macro-assembler-arm64.cc",
4729 "src/trap-handler/handler-inside-posix.cc",
4730 "src/trap-handler/handler-outside-posix.cc",
4734 "src/trap-handler/handler-inside-win.cc",
4735 "src/trap-handler/handler-outside-win.cc",
4740 sources += [ "src/trap-handler/handler-outside-simulator.cc" ]
4744 sources += [ "src/diagnostics/unwinding-info-win64.cc" ]
4748 "src/codegen/mips/assembler-mips.cc",
4749 "src/codegen/mips/constants-mips.cc",
4750 "src/codegen/mips/cpu-mips.cc",
4751 "src/codegen/mips/interface-descriptors-mips-inl.h",
4752 "src/codegen/mips/macro-assembler-mips.cc",
4753 "src/compiler/backend/mips/code-generator-mips.cc",
4754 "src/compiler/backend/mips/instruction-scheduler-mips.cc",
4755 "src/compiler/backend/mips/instruction-selector-mips.cc",
4756 "src/deoptimizer/mips/deoptimizer-mips.cc",
4757 "src/diagnostics/mips/disasm-mips.cc",
4758 "src/diagnostics/mips/unwinder-mips.cc",
4759 "src/execution/mips/frame-constants-mips.cc",
4760 "src/execution/mips/simulator-mips.cc",
4761 "src/regexp/mips/regexp-macro-assembler-mips.cc",
4765 "src/codegen/mips64/assembler-mips64.cc",
4766 "src/codegen/mips64/constants-mips64.cc",
4767 "src/codegen/mips64/cpu-mips64.cc",
4768 "src/codegen/mips64/interface-descriptors-mips64-inl.h",
4769 "src/codegen/mips64/macro-assembler-mips64.cc",
4770 "src/compiler/backend/mips64/code-generator-mips64.cc",
4771 "src/compiler/backend/mips64/instruction-scheduler-mips64.cc",
4772 "src/compiler/backend/mips64/instruction-selector-mips64.cc",
4773 "src/deoptimizer/mips64/deoptimizer-mips64.cc",
4774 "src/diagnostics/mips64/disasm-mips64.cc",
4775 "src/diagnostics/mips64/unwinder-mips64.cc",
4776 "src/execution/mips64/frame-constants-mips64.cc",
4777 "src/execution/mips64/simulator-mips64.cc",
4778 "src/regexp/mips64/regexp-macro-assembler-mips64.cc",
4782 "src/codegen/loong64/assembler-loong64.cc",
4783 "src/codegen/loong64/constants-loong64.cc",
4784 "src/codegen/loong64/cpu-loong64.cc",
4785 "src/codegen/loong64/interface-descriptors-loong64-inl.h",
4786 "src/codegen/loong64/macro-assembler-loong64.cc",
4787 "src/compiler/backend/loong64/code-generator-loong64.cc",
4788 "src/compiler/backend/loong64/instruction-scheduler-loong64.cc",
4789 "src/compiler/backend/loong64/instruction-selector-loong64.cc",
4790 "src/deoptimizer/loong64/deoptimizer-loong64.cc",
4791 "src/diagnostics/loong64/disasm-loong64.cc",
4792 "src/diagnostics/loong64/unwinder-loong64.cc",
4793 "src/execution/loong64/frame-constants-loong64.cc",
4794 "src/execution/loong64/simulator-loong64.cc",
4795 "src/regexp/loong64/regexp-macro-assembler-loong64.cc",
4799 "src/codegen/ppc/assembler-ppc.cc",
4800 "src/codegen/ppc/constants-ppc.cc",
4801 "src/codegen/ppc/cpu-ppc.cc",
4802 "src/codegen/ppc/macro-assembler-ppc.cc",
4803 "src/compiler/backend/ppc/code-generator-ppc.cc",
4804 "src/compiler/backend/ppc/instruction-scheduler-ppc.cc",
4805 "src/compiler/backend/ppc/instruction-selector-ppc.cc",
4806 "src/compiler/backend/ppc/unwinding-info-writer-ppc.cc",
4807 "src/deoptimizer/ppc/deoptimizer-ppc.cc",
4808 "src/diagnostics/ppc/disasm-ppc.cc",
4809 "src/diagnostics/ppc/eh-frame-ppc.cc",
4810 "src/diagnostics/ppc/unwinder-ppc.cc",
4811 "src/execution/ppc/frame-constants-ppc.cc",
4812 "src/execution/ppc/simulator-ppc.cc",
4813 "src/regexp/ppc/regexp-macro-assembler-ppc.cc",
4817 "src/codegen/ppc/assembler-ppc.cc",
4818 "src/codegen/ppc/constants-ppc.cc",
4819 "src/codegen/ppc/cpu-ppc.cc",
4820 "src/codegen/ppc/macro-assembler-ppc.cc",
4821 "src/compiler/backend/ppc/code-generator-ppc.cc",
4822 "src/compiler/backend/ppc/instruction-scheduler-ppc.cc",
4823 "src/compiler/backend/ppc/instruction-selector-ppc.cc",
4824 "src/compiler/backend/ppc/unwinding-info-writer-ppc.cc",
4825 "src/deoptimizer/ppc/deoptimizer-ppc.cc",
4826 "src/diagnostics/ppc/disasm-ppc.cc",
4827 "src/diagnostics/ppc/eh-frame-ppc.cc",
4828 "src/diagnostics/ppc/unwinder-ppc.cc",
4829 "src/execution/ppc/frame-constants-ppc.cc",
4830 "src/execution/ppc/simulator-ppc.cc",
4831 "src/regexp/ppc/regexp-macro-assembler-ppc.cc",
4835 "src/codegen/s390/assembler-s390.cc",
4836 "src/codegen/s390/constants-s390.cc",
4837 "src/codegen/s390/cpu-s390.cc",
4838 "src/codegen/s390/macro-assembler-s390.cc",
4839 "src/compiler/backend/s390/code-generator-s390.cc",
4840 "src/compiler/backend/s390/instruction-scheduler-s390.cc",
4841 "src/compiler/backend/s390/instruction-selector-s390.cc",
4842 "src/compiler/backend/s390/unwinding-info-writer-s390.cc",
4843 "src/deoptimizer/s390/deoptimizer-s390.cc",
4844 "src/diagnostics/s390/disasm-s390.cc",
4845 "src/diagnostics/s390/eh-frame-s390.cc",
4846 "src/diagnostics/s390/unwinder-s390.cc",
4847 "src/execution/s390/frame-constants-s390.cc",
4848 "src/execution/s390/simulator-s390.cc",
4849 "src/regexp/s390/regexp-macro-assembler-s390.cc",
4853 "src/baseline/riscv64/baseline-assembler-riscv64-inl.h",
4854 "src/baseline/riscv64/baseline-compiler-riscv64-inl.h",
4855 "src/codegen/riscv64/assembler-riscv64-inl.h",
4856 "src/codegen/riscv64/assembler-riscv64.cc",
4857 "src/codegen/riscv64/constants-riscv64.cc",
4858 "src/codegen/riscv64/cpu-riscv64.cc",
4859 "src/codegen/riscv64/interface-descriptors-riscv64-inl.h",
4860 "src/codegen/riscv64/macro-assembler-riscv64.cc",
4861 "src/compiler/backend/riscv64/code-generator-riscv64.cc",
4862 "src/compiler/backend/riscv64/instruction-scheduler-riscv64.cc",
4863 "src/compiler/backend/riscv64/instruction-selector-riscv64.cc",
4864 "src/deoptimizer/riscv64/deoptimizer-riscv64.cc",
4865 "src/diagnostics/riscv64/disasm-riscv64.cc",
4866 "src/diagnostics/riscv64/unwinder-riscv64.cc",
4867 "src/execution/riscv64/frame-constants-riscv64.cc",
4868 "src/execution/riscv64/simulator-riscv64.cc",
4869 "src/regexp/riscv64/regexp-macro-assembler-riscv64.cc",
4873 # Architecture independent but platform-specific sources
4877 "src/diagnostics/system-jit-metadata-win.h",
4878 "src/diagnostics/system-jit-win.cc",
4879 "src/diagnostics/system-jit-win.h",
4911 deps += [ ":run_gen-regexp-special-case" ]
4912 sources += [ "$target_gen_dir/src/regexp/special-case.cc" ]
4917 sources -= [
4918 "src/builtins/builtins-intl.cc",
4919 "src/objects/intl-objects.cc",
4920 "src/objects/js-break-iterator.cc",
4921 "src/objects/js-collator.cc",
4922 "src/objects/js-date-time-format.cc",
4923 "src/objects/js-display-names.cc",
4924 "src/objects/js-list-format.cc",
4925 "src/objects/js-locale.cc",
4926 "src/objects/js-number-format.cc",
4927 "src/objects/js-plural-rules.cc",
4928 "src/objects/js-relative-time-format.cc",
4929 "src/objects/js-segment-iterator.cc",
4930 "src/objects/js-segmenter.cc",
4931 "src/objects/js-segments.cc",
4932 "src/runtime/runtime-intl.cc",
4933 "src/strings/char-predicates.cc",
4943 sources += [ "$target_gen_dir/debug-support.cc" ]
4944 deps += [ ":postmortem-metadata" ]
4965 "src/extensions/vtunedomain-support-extension.cc",
4966 "src/extensions/vtunedomain-support-extension.h",
4973 "src/tracing/trace-categories.cc",
4974 "src/tracing/trace-categories.h",
4990 "src/numbers/integer-literal-inl.h",
4991 "src/numbers/integer-literal.h",
4993 "src/torque/cc-generator.cc",
4994 "src/torque/cc-generator.h",
4997 "src/torque/class-debug-reader-generator.cc",
5000 "src/torque/cpp-builder.cc",
5001 "src/torque/cpp-builder.h",
5002 "src/torque/csa-generator.cc",
5003 "src/torque/csa-generator.h",
5006 "src/torque/declaration-visitor.cc",
5007 "src/torque/declaration-visitor.h",
5010 "src/torque/earley-parser.cc",
5011 "src/torque/earley-parser.h",
5012 "src/torque/global-context.cc",
5013 "src/torque/global-context.h",
5014 "src/torque/implementation-visitor.cc",
5015 "src/torque/implementation-visitor.h",
5016 "src/torque/instance-type-generator.cc",
5019 "src/torque/kythe-data.cc",
5020 "src/torque/kythe-data.h",
5021 "src/torque/parameter-difference.h",
5022 "src/torque/server-data.cc",
5023 "src/torque/server-data.h",
5024 "src/torque/source-positions.cc",
5025 "src/torque/source-positions.h",
5026 "src/torque/torque-code-generator.cc",
5027 "src/torque/torque-code-generator.h",
5028 "src/torque/torque-compiler.cc",
5029 "src/torque/torque-compiler.h",
5030 "src/torque/torque-parser.cc",
5031 "src/torque/torque-parser.h",
5032 "src/torque/type-inference.cc",
5033 "src/torque/type-inference.h",
5034 "src/torque/type-oracle.cc",
5035 "src/torque/type-oracle.h",
5036 "src/torque/type-visitor.cc",
5037 "src/torque/type-visitor.h",
5051 # The use of exceptions for Torque in violation of the Chromium style-guide
5052 # is justified by the fact that it is only used from the non-essential
5081 "src/torque/ls/json-parser.cc",
5082 "src/torque/ls/json-parser.h",
5085 "src/torque/ls/message-handler.cc",
5086 "src/torque/ls/message-handler.h",
5087 "src/torque/ls/message-macros.h",
5088 "src/torque/ls/message-pipe.h",
5094 # The use of exceptions for Torque in violation of the Chromium style-guide
5095 # is justified by the fact that it is only used from the non-essential
5115 "src/base/address-region.h",
5116 "src/base/atomic-utils.h",
5119 "src/base/base-export.h",
5120 "src/base/bit-field.h",
5121 "src/base/bits-iterator.h",
5124 "src/base/bounded-page-allocator.cc",
5125 "src/base/bounded-page-allocator.h",
5128 "src/base/compiler-specific.h",
5133 "src/base/division-by-constant.cc",
5134 "src/base/division-by-constant.h",
5135 "src/base/emulated-virtual-address-subspace.cc",
5136 "src/base/emulated-virtual-address-subspace.h",
5137 "src/base/enum-set.h",
5138 "src/base/export-template.h",
5139 "src/base/file-utils.cc",
5140 "src/base/file-utils.h",
5145 "src/base/hashmap-entry.h",
5149 "src/base/immediate-crash.h",
5151 "src/base/lazy-instance.h",
5156 "src/base/numbers/bignum-dtoa.cc",
5157 "src/base/numbers/bignum-dtoa.h",
5160 "src/base/numbers/cached-powers.cc",
5161 "src/base/numbers/cached-powers.h",
5162 "src/base/numbers/diy-fp.cc",
5163 "src/base/numbers/diy-fp.h",
5167 "src/base/numbers/fast-dtoa.cc",
5168 "src/base/numbers/fast-dtoa.h",
5169 "src/base/numbers/fixed-dtoa.cc",
5170 "src/base/numbers/fixed-dtoa.h",
5176 "src/base/overflowing-math.h",
5177 "src/base/page-allocator.cc",
5178 "src/base/page-allocator.h",
5179 "src/base/platform/condition-variable.cc",
5180 "src/base/platform/condition-variable.h",
5181 "src/base/platform/elapsed-timer.h",
5190 "src/base/platform/yield-processor.h",
5191 "src/base/pointer-with-payload.h",
5192 "src/base/region-allocator.cc",
5193 "src/base/region-allocator.h",
5194 "src/base/ring-buffer.h",
5199 "src/base/sanitizer/lsan-page-allocator.cc",
5200 "src/base/sanitizer/lsan-page-allocator.h",
5201 "src/base/sanitizer/lsan-virtual-address-space.cc",
5202 "src/base/sanitizer/lsan-virtual-address-space.h",
5206 "src/base/small-vector.h",
5209 "src/base/sys-info.cc",
5210 "src/base/sys-info.h",
5211 "src/base/template-utils.h",
5212 "src/base/threaded-list.h",
5213 "src/base/timezone-cache.h",
5214 "src/base/utils/random-number-generator.cc",
5215 "src/base/utils/random-number-generator.h",
5216 "src/base/v8-fallthrough.h",
5218 "src/base/virtual-address-space-page-allocator.cc",
5219 "src/base/virtual-address-space-page-allocator.h",
5220 "src/base/virtual-address-space.cc",
5221 "src/base/virtual-address-space.h",
5222 "src/base/vlq-base64.cc",
5223 "src/base/vlq-base64.h",
5245 "src/base/platform/platform-posix.cc",
5246 "src/base/platform/platform-posix.h",
5250 "src/base/platform/platform-posix-time.cc",
5251 "src/base/platform/platform-posix-time.h",
5259 "src/base/platform/platform-linux.cc",
5269 "src/base/platform/platform-aix.cc",
5282 "src/base/platform/platform-darwin.cc",
5283 "src/base/platform/platform-macos.cc",
5288 "src/base/platform/platform-linux.cc",
5294 "src/base/platform/platform-linux.cc",
5300 "src/base/platform/platform-fuchsia.cc",
5303 "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.kernel",
5304 "//third_party/fuchsia-sdk/sdk/pkg/fdio",
5305 "//third_party/fuchsia-sdk/sdk/pkg/zx",
5310 "src/base/platform/platform-darwin.cc",
5311 "src/base/platform/platform-macos.cc",
5316 "src/base/platform/platform-darwin.cc",
5322 "src/base/platform/platform-win32.cc",
5323 "src/base/win32-headers.h",
5345 "tools/mips_toolchain/mips-mti-linux-gnu/lib",
5351 # Special UBSan 32-bit requirement.
5365 [ "//build/config/clang:llvm-symbolizer_data($host_toolchain)" ]
5374 "include/libplatform/libplatform-export.h",
5376 "include/libplatform/v8-tracing.h",
5377 "src/libplatform/default-foreground-task-runner.cc",
5378 "src/libplatform/default-foreground-task-runner.h",
5379 "src/libplatform/default-job.cc",
5380 "src/libplatform/default-job.h",
5381 "src/libplatform/default-platform.cc",
5382 "src/libplatform/default-platform.h",
5383 "src/libplatform/default-worker-threads-task-runner.cc",
5384 "src/libplatform/default-worker-threads-task-runner.h",
5385 "src/libplatform/delayed-task-queue.cc",
5386 "src/libplatform/delayed-task-queue.h",
5387 "src/libplatform/task-queue.cc",
5388 "src/libplatform/task-queue.h",
5389 "src/libplatform/tracing/trace-buffer.cc",
5390 "src/libplatform/tracing/trace-buffer.h",
5391 "src/libplatform/tracing/trace-config.cc",
5392 "src/libplatform/tracing/trace-object.cc",
5393 "src/libplatform/tracing/trace-writer.cc",
5394 "src/libplatform/tracing/trace-writer.h",
5395 "src/libplatform/tracing/tracing-controller.cc",
5396 "src/libplatform/worker-thread.cc",
5397 "src/libplatform/worker-thread.h",
5417 sources -= [
5419 "src/libplatform/tracing/trace-buffer.cc",
5420 "src/libplatform/tracing/trace-buffer.h",
5421 "src/libplatform/tracing/trace-object.cc",
5422 "src/libplatform/tracing/trace-writer.cc",
5423 "src/libplatform/tracing/trace-writer.h",
5426 "src/libplatform/tracing/trace-event-listener.cc",
5427 "src/libplatform/tracing/trace-event-listener.h",
5438 sources += [ "src/libplatform/tracing/recorder-mac.cc" ]
5440 sources += [ "src/libplatform/tracing/recorder-win.cc" ]
5453 "test/fuzzer/fuzzer-support.cc",
5454 "test/fuzzer/fuzzer-support.h",
5469 "src/bigint/bigint-internal.cc",
5470 "src/bigint/bigint-internal.h",
5473 "src/bigint/digit-arithmetic.h",
5474 "src/bigint/div-burnikel.cc",
5475 "src/bigint/div-helpers.cc",
5476 "src/bigint/div-helpers.h",
5477 "src/bigint/div-schoolbook.cc",
5479 "src/bigint/mul-karatsuba.cc",
5480 "src/bigint/mul-schoolbook.cc",
5483 "src/bigint/vector-arithmetic.cc",
5484 "src/bigint/vector-arithmetic.h",
5489 "src/bigint/div-barrett.cc",
5490 "src/bigint/mul-fft.cc",
5491 "src/bigint/mul-toom.cc",
5500 "src/heap/base/active-system-pages.h",
5512 "src/heap/base/active-system-pages.cc",
5557 # This is split out to be a non-code containing target that the Chromium browser
5569 "include/cppgc/cross-thread-persistent.h",
5570 "include/cppgc/custom-space.h",
5571 "include/cppgc/default-platform.h",
5572 "include/cppgc/ephemeron-pair.h",
5573 "include/cppgc/explicit-management.h",
5574 "include/cppgc/garbage-collected.h",
5575 "include/cppgc/heap-consistency.h",
5576 "include/cppgc/heap-state.h",
5577 "include/cppgc/heap-statistics.h",
5579 "include/cppgc/internal/api-constants.h",
5580 "include/cppgc/internal/atomic-entry-flag.h",
5581 "include/cppgc/internal/compiler-specific.h",
5582 "include/cppgc/internal/finalizer-trait.h",
5583 "include/cppgc/internal/gc-info.h",
5584 "include/cppgc/internal/name-trait.h",
5585 "include/cppgc/internal/persistent-node.h",
5586 "include/cppgc/internal/pointer-policies.h",
5587 "include/cppgc/internal/write-barrier.h",
5588 "include/cppgc/liveness-broker.h",
5591 "include/cppgc/name-provider.h",
5592 "include/cppgc/object-size-trait.h",
5596 "include/cppgc/process-heap-statistics.h",
5597 "include/cppgc/sentinel-pointer.h",
5598 "include/cppgc/source-location.h",
5603 "include/cppgc/trace-trait.h",
5604 "include/cppgc/type-traits.h",
5609 sources += [ "include/cppgc/internal/caged-heap-local-data.h" ]
5625 "src/heap/cppgc/compaction-worklists.cc",
5626 "src/heap/cppgc/compaction-worklists.h",
5629 "src/heap/cppgc/concurrent-marker.cc",
5630 "src/heap/cppgc/concurrent-marker.h",
5631 "src/heap/cppgc/explicit-management.cc",
5632 "src/heap/cppgc/free-list.cc",
5633 "src/heap/cppgc/free-list.h",
5634 "src/heap/cppgc/garbage-collector.h",
5635 "src/heap/cppgc/gc-info-table.cc",
5636 "src/heap/cppgc/gc-info-table.h",
5637 "src/heap/cppgc/gc-info.cc",
5638 "src/heap/cppgc/gc-invoker.cc",
5639 "src/heap/cppgc/gc-invoker.h",
5641 "src/heap/cppgc/heap-base.cc",
5642 "src/heap/cppgc/heap-base.h",
5643 "src/heap/cppgc/heap-consistency.cc",
5644 "src/heap/cppgc/heap-growing.cc",
5645 "src/heap/cppgc/heap-growing.h",
5646 "src/heap/cppgc/heap-object-header.cc",
5647 "src/heap/cppgc/heap-object-header.h",
5648 "src/heap/cppgc/heap-page.cc",
5649 "src/heap/cppgc/heap-page.h",
5650 "src/heap/cppgc/heap-space.cc",
5651 "src/heap/cppgc/heap-space.h",
5652 "src/heap/cppgc/heap-state.cc",
5653 "src/heap/cppgc/heap-statistics-collector.cc",
5654 "src/heap/cppgc/heap-statistics-collector.h",
5655 "src/heap/cppgc/heap-visitor.h",
5658 "src/heap/cppgc/incremental-marking-schedule.cc",
5659 "src/heap/cppgc/incremental-marking-schedule.h",
5660 "src/heap/cppgc/liveness-broker.cc",
5661 "src/heap/cppgc/liveness-broker.h",
5665 "src/heap/cppgc/marking-state.cc",
5666 "src/heap/cppgc/marking-state.h",
5667 "src/heap/cppgc/marking-verifier.cc",
5668 "src/heap/cppgc/marking-verifier.h",
5669 "src/heap/cppgc/marking-visitor.cc",
5670 "src/heap/cppgc/marking-visitor.h",
5671 "src/heap/cppgc/marking-worklists.cc",
5672 "src/heap/cppgc/marking-worklists.h",
5675 "src/heap/cppgc/metric-recorder.h",
5676 "src/heap/cppgc/name-trait.cc",
5677 "src/heap/cppgc/object-allocator.cc",
5678 "src/heap/cppgc/object-allocator.h",
5679 "src/heap/cppgc/object-poisoner.h",
5680 "src/heap/cppgc/object-size-trait.cc",
5681 "src/heap/cppgc/object-start-bitmap.h",
5682 "src/heap/cppgc/object-view.h",
5683 "src/heap/cppgc/page-memory.cc",
5684 "src/heap/cppgc/page-memory.h",
5685 "src/heap/cppgc/persistent-node.cc",
5688 "src/heap/cppgc/pointer-policies.cc",
5689 "src/heap/cppgc/prefinalizer-handler.cc",
5690 "src/heap/cppgc/prefinalizer-handler.h",
5691 "src/heap/cppgc/process-heap-statistics.cc",
5692 "src/heap/cppgc/process-heap-statistics.h",
5693 "src/heap/cppgc/process-heap.cc",
5694 "src/heap/cppgc/process-heap.h",
5695 "src/heap/cppgc/raw-heap.cc",
5696 "src/heap/cppgc/raw-heap.h",
5697 "src/heap/cppgc/remembered-set.cc",
5698 "src/heap/cppgc/remembered-set.h",
5699 "src/heap/cppgc/source-location.cc",
5700 "src/heap/cppgc/stats-collector.cc",
5701 "src/heap/cppgc/stats-collector.h",
5704 "src/heap/cppgc/task-handle.h",
5710 "src/heap/cppgc/trace-event.h",
5711 "src/heap/cppgc/trace-trait.cc",
5712 "src/heap/cppgc/virtual-memory.cc",
5713 "src/heap/cppgc/virtual-memory.h",
5716 "src/heap/cppgc/write-barrier.cc",
5717 "src/heap/cppgc/write-barrier.h",
5722 "src/heap/cppgc/caged-heap-local-data.cc",
5723 "src/heap/cppgc/caged-heap.cc",
5724 "src/heap/cppgc/caged-heap.h",
5748 # This file will be generated by tools/generate-header-include-checks.py
5750 import("check-header-includes/sources.gni")
5811 # TODO: v8dll-main.cc equivalent for shared library builds
5817 "src/wasm/c-api.cc",
5818 "src/wasm/c-api.h",
5819 "third_party/wasm-api/wasm.h",
5820 "third_party/wasm-api/wasm.hh",
5836 "src/builtins/generate-bytecodes-builtins-list.cc",
5837 "src/interpreter/bytecode-operands.cc",
5838 "src/interpreter/bytecode-operands.h",
5839 "src/interpreter/bytecode-traits.h",
5859 "src/snapshot/embedded/embedded-empty.cc",
5860 "src/snapshot/embedded/embedded-file-writer.cc",
5861 "src/snapshot/embedded/embedded-file-writer.h",
5862 "src/snapshot/embedded/platform-embedded-file-writer-aix.cc",
5863 "src/snapshot/embedded/platform-embedded-file-writer-aix.h",
5864 "src/snapshot/embedded/platform-embedded-file-writer-base.cc",
5865 "src/snapshot/embedded/platform-embedded-file-writer-base.h",
5866 "src/snapshot/embedded/platform-embedded-file-writer-generic.cc",
5867 "src/snapshot/embedded/platform-embedded-file-writer-generic.h",
5868 "src/snapshot/embedded/platform-embedded-file-writer-mac.cc",
5869 "src/snapshot/embedded/platform-embedded-file-writer-mac.h",
5870 "src/snapshot/embedded/platform-embedded-file-writer-win.cc",
5871 "src/snapshot/embedded/platform-embedded-file-writer-win.h",
5873 "src/snapshot/snapshot-empty.cc",
5877 sources += [ "src/deoptimizer/deoptimizer-cfi-empty.cc" ]
5907 # The use of exceptions for Torque in violation of the Chromium style-guide
5908 # is justified by the fact that it is only used from the non-essential
5927 v8_executable("torque-language-server") {
5930 sources = [ "src/torque/ls/torque-language-server.cc" ]
5938 # The use of exceptions for Torque in violation of the Chromium style-guide
5939 # is justified by the fact that it is only used from the non-essential
5959 v8_executable("gen-regexp-special-case") {
5963 "src/regexp/gen-regexp-special-case.cc",
5964 "src/regexp/special-case.h",
5978 action("run_gen-regexp-special-case") {
5983 deps = [ ":gen-regexp-special-case($v8_generator_toolchain)" ]
5985 output_file = "$target_gen_dir/src/regexp/special-case.cc"
5992 ":gen-regexp-special-case($v8_generator_toolchain)",
5993 "root_out_dir") + "/gen-regexp-special-case",
6113 sources = [ "src/utils/v8dll-main.cc" ]
6128 sources = [ "src/utils/v8dll-main.cc" ]
6229 "src/d8/async-hooks-wrapper.cc",
6230 "src/d8/async-hooks-wrapper.h",
6231 "src/d8/d8-console.cc",
6232 "src/d8/d8-console.h",
6233 "src/d8/d8-js.cc",
6234 "src/d8/d8-platforms.cc",
6235 "src/d8/d8-platforms.h",
6236 "src/d8/d8-test.cc",
6265 sources += [ "src/d8/d8-posix.cc" ]
6267 sources += [ "src/d8/d8-windows.cc" ]
6282 sources = [ "samples/hello-world.cc" ]
6338 sources = [ "samples/cppgc/hello-world.cc" ]
6406 "test/fuzzer/regexp-builtins.cc",
6437 sources = [ "test/fuzzer/multi-return.cc" ]
6452 "test/common/flag-utils.h",
6453 "test/common/wasm/flag-utils.h",
6454 "test/common/wasm/wasm-interpreter.cc",
6455 "test/common/wasm/wasm-interpreter.h",
6456 "test/common/wasm/wasm-module-runner.cc",
6457 "test/common/wasm/wasm-module-runner.h",
6496 sources = [ "test/fuzzer/wasm-async.cc" ]
6515 "test/common/wasm/test-signatures.h",
6516 "test/fuzzer/wasm-code.cc",
6536 "test/fuzzer/wasm-fuzzer-common.cc",
6537 "test/fuzzer/wasm-fuzzer-common.h",
6559 "test/common/wasm/test-signatures.h",
6560 "test/fuzzer/wasm-compile.cc",
6580 sources = [ "test/fuzzer/inspector-fuzzer.cc" ]
6619 "-Wno-unknown-warning-option",
6620 "-Wno-deprecated",
6621 "-Wno-undef",
6622 "-Wno-zero-as-null-pointer-constant",
6623 "-Wno-thread-safety-attributes",
6638 "-Wno-unused-private-field",
6639 "-Wno-unused-function",
6640 "-Wno-inconsistent-missing-override",
6641 "-Wno-unknown-warning-option",
6642 "-Wno-enum-compare-switch",
6643 "-Wno-user-defined-warnings",
6644 "-Wno-tautological-constant-compare",
6648 cflags += [ "-Wno-microsoft-unqualified-friend" ]
6728 configs -= [ "//build/config/compiler:chromium_code" ]
6734 configs -= [ "//build/config/win:lean_and_mean" ]
6858 configs -= [ "//build/config/compiler:chromium_code" ]
6864 configs -= [ "//build/config/win:lean_and_mean" ]
6916 configs -= [ "//build/config/compiler:chromium_code" ]
6922 configs -= [ "//build/config/win:lean_and_mean" ]
6932 sources = [ "src/protobuf/protobuf-compiler-main.cc" ]
6933 configs -= [ "//build/config/compiler:chromium_code" ]
6945 # TODO(skyostil): Support non-POSIX platforms.