From 56a486c32272781cf67c0104c6c957bdb03f2c62 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 3 Jun 2014 08:12:43 +0000 Subject: [PATCH] Use full include paths everywhere - this avoids using relative include paths which are forbidden by the style guide - makes the code more readable since it's clear which header is meant - allows for starting to use checkdeps BUG=none R=jkummerow@chromium.org, danno@chromium.org LOG=n Review URL: https://codereview.chromium.org/304153016 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- BUILD.gn | 2 +- src/accessors.cc | 24 +++--- src/accessors.h | 4 +- src/allocation-site-scopes.cc | 2 +- src/allocation-site-scopes.h | 8 +- src/allocation-tracker.cc | 8 +- src/allocation.cc | 8 +- src/allocation.h | 2 +- src/api.cc | 74 ++++++++--------- src/api.h | 12 +-- src/arguments.cc | 6 +- src/arguments.h | 2 +- src/arm/assembler-arm-inl.h | 6 +- src/arm/assembler-arm.cc | 8 +- src/arm/assembler-arm.h | 6 +- src/arm/builtins-arm.cc | 14 ++-- src/arm/code-stubs-arm.cc | 10 +-- src/arm/code-stubs-arm.h | 2 +- src/arm/codegen-arm.cc | 8 +- src/arm/codegen-arm.h | 4 +- src/arm/constants-arm.cc | 4 +- src/arm/cpu-arm.cc | 8 +- src/arm/debug-arm.cc | 6 +- src/arm/deoptimizer-arm.cc | 10 +-- src/arm/disasm-arm.cc | 10 +-- src/arm/frames-arm.cc | 14 ++-- src/arm/full-codegen-arm.cc | 24 +++--- src/arm/ic-arm.cc | 16 ++-- src/arm/lithium-arm.cc | 10 +-- src/arm/lithium-arm.h | 10 +-- src/arm/lithium-codegen-arm.cc | 12 +-- src/arm/lithium-codegen-arm.h | 14 ++-- src/arm/lithium-gap-resolver-arm.cc | 6 +- src/arm/lithium-gap-resolver-arm.h | 4 +- src/arm/macro-assembler-arm.cc | 14 ++-- src/arm/macro-assembler-arm.h | 6 +- src/arm/regexp-macro-assembler-arm.cc | 18 ++-- src/arm/regexp-macro-assembler-arm.h | 6 +- src/arm/simulator-arm.cc | 12 +-- src/arm/simulator-arm.h | 8 +- src/arm/stub-cache-arm.cc | 8 +- src/arm64/assembler-arm64-inl.h | 6 +- src/arm64/assembler-arm64.cc | 4 +- src/arm64/assembler-arm64.h | 12 +-- src/arm64/builtins-arm64.cc | 14 ++-- src/arm64/code-stubs-arm64.cc | 10 +-- src/arm64/code-stubs-arm64.h | 2 +- src/arm64/codegen-arm64.cc | 8 +- src/arm64/codegen-arm64.h | 4 +- src/arm64/cpu-arm64.cc | 6 +- src/arm64/debug-arm64.cc | 6 +- src/arm64/decoder-arm64-inl.h | 6 +- src/arm64/decoder-arm64.cc | 8 +- src/arm64/decoder-arm64.h | 4 +- src/arm64/deoptimizer-arm64.cc | 10 +-- src/arm64/disasm-arm64.cc | 12 +-- src/arm64/disasm-arm64.h | 10 +-- src/arm64/frames-arm64.cc | 10 +-- src/arm64/frames-arm64.h | 4 +- src/arm64/full-codegen-arm64.cc | 24 +++--- src/arm64/ic-arm64.cc | 16 ++-- src/arm64/instructions-arm64.cc | 6 +- src/arm64/instructions-arm64.h | 8 +- src/arm64/instrument-arm64.cc | 2 +- src/arm64/instrument-arm64.h | 8 +- src/arm64/lithium-arm64.cc | 10 +-- src/arm64/lithium-arm64.h | 10 +-- src/arm64/lithium-codegen-arm64.cc | 12 +-- src/arm64/lithium-codegen-arm64.h | 14 ++-- src/arm64/lithium-gap-resolver-arm64.cc | 6 +- src/arm64/lithium-gap-resolver-arm64.h | 4 +- src/arm64/macro-assembler-arm64-inl.h | 10 +-- src/arm64/macro-assembler-arm64.cc | 14 ++-- src/arm64/macro-assembler-arm64.h | 4 +- src/arm64/regexp-macro-assembler-arm64.cc | 18 ++-- src/arm64/regexp-macro-assembler-arm64.h | 6 +- src/arm64/simulator-arm64.cc | 12 +-- src/arm64/simulator-arm64.h | 18 ++-- src/arm64/stub-cache-arm64.cc | 8 +- src/arm64/utils-arm64.cc | 2 +- src/arm64/utils-arm64.h | 4 +- src/assembler.cc | 66 +++++++-------- src/assembler.h | 14 ++-- src/assert-scope.cc | 4 +- src/assert-scope.h | 6 +- src/ast.cc | 24 +++--- src/ast.h | 32 ++++---- src/atomicops.h | 20 ++--- src/atomicops_internals_x86_gcc.cc | 2 +- src/atomicops_internals_x86_msvc.h | 4 +- src/base/build_config.h | 2 +- src/base/macros.h | 2 +- src/bignum-dtoa.cc | 12 +-- src/bignum.cc | 6 +- src/bootstrapper.cc | 24 +++--- src/bootstrapper.h | 2 +- src/builtins.cc | 24 +++--- src/cached-powers.cc | 8 +- src/cached-powers.h | 2 +- src/char-predicates-inl.h | 2 +- src/char-predicates.h | 2 +- src/checks.cc | 6 +- src/checks.h | 2 +- src/circular-queue-inl.h | 2 +- src/circular-queue.h | 4 +- src/code-stubs-hydrogen.cc | 8 +- src/code-stubs.cc | 16 ++-- src/code-stubs.h | 22 ++--- src/code.h | 6 +- src/codegen.cc | 20 ++--- src/codegen.h | 16 ++-- src/compilation-cache.cc | 8 +- src/compiler.cc | 44 +++++----- src/compiler.h | 6 +- src/contexts.cc | 8 +- src/contexts.h | 4 +- src/conversions-inl.h | 12 +-- src/conversions.cc | 18 ++-- src/conversions.h | 8 +- src/counters.cc | 8 +- src/counters.h | 10 +-- src/cpu-profiler-inl.h | 8 +- src/cpu-profiler.cc | 16 ++-- src/cpu-profiler.h | 12 +-- src/cpu.cc | 6 +- src/cpu.h | 2 +- src/d8-debug.cc | 4 +- src/d8-debug.h | 4 +- src/d8-posix.cc | 6 +- src/d8-readline.cc | 2 +- src/d8-windows.cc | 8 +- src/d8.cc | 22 ++--- src/d8.gyp | 2 +- src/d8.h | 10 +-- src/data-flow.cc | 6 +- src/data-flow.h | 10 +-- src/date.cc | 8 +- src/date.h | 6 +- src/dateparser-inl.h | 2 +- src/dateparser.cc | 4 +- src/dateparser.h | 4 +- src/debug.cc | 44 +++++----- src/debug.h | 26 +++--- src/deoptimizer.cc | 18 ++-- src/deoptimizer.h | 8 +- src/disassembler.cc | 20 ++--- src/disassembler.h | 2 +- src/diy-fp.cc | 8 +- src/double.h | 2 +- src/dtoa.cc | 16 ++-- src/effects.h | 4 +- src/elements-kind.cc | 8 +- src/elements-kind.h | 2 +- src/elements.cc | 12 +-- src/elements.h | 8 +- src/execution.cc | 12 +-- src/execution.h | 2 +- .../externalize-string-extension.cc | 2 +- src/extensions/externalize-string-extension.h | 2 +- src/extensions/free-buffer-extension.cc | 6 +- src/extensions/free-buffer-extension.h | 2 +- src/extensions/gc-extension.cc | 4 +- src/extensions/gc-extension.h | 2 +- src/extensions/statistics-extension.cc | 2 +- src/extensions/statistics-extension.h | 2 +- src/extensions/trigger-failure-extension.cc | 4 +- src/extensions/trigger-failure-extension.h | 2 +- src/factory.cc | 8 +- src/factory.h | 2 +- src/fast-dtoa.cc | 14 ++-- src/feedback-slots.h | 4 +- src/fixed-dtoa.cc | 10 +-- src/flags.cc | 18 ++-- src/flags.h | 6 +- src/frames-inl.h | 18 ++-- src/frames.cc | 22 ++--- src/frames.h | 6 +- src/full-codegen.cc | 24 +++--- src/full-codegen.h | 20 ++--- src/func-name-inferrer.cc | 8 +- src/func-name-inferrer.h | 4 +- src/gdb-jit.cc | 22 ++--- src/gdb-jit.h | 6 +- src/global-handles.cc | 8 +- src/global-handles.h | 10 +-- src/globals.h | 8 +- src/handles-inl.h | 8 +- src/handles.cc | 4 +- src/handles.h | 2 +- src/hashmap.h | 6 +- src/heap-inl.h | 16 ++-- src/heap-profiler.cc | 8 +- src/heap-profiler.h | 6 +- src/heap-snapshot-generator-inl.h | 2 +- src/heap-snapshot-generator.cc | 16 ++-- src/heap-snapshot-generator.h | 2 +- src/heap.cc | 62 +++++++------- src/heap.h | 22 ++--- src/hydrogen-alias-analysis.h | 2 +- src/hydrogen-bce.cc | 2 +- src/hydrogen-bce.h | 2 +- src/hydrogen-bch.cc | 2 +- src/hydrogen-bch.h | 2 +- src/hydrogen-canonicalize.cc | 4 +- src/hydrogen-canonicalize.h | 2 +- src/hydrogen-check-elimination.cc | 6 +- src/hydrogen-check-elimination.h | 4 +- src/hydrogen-dce.cc | 4 +- src/hydrogen-dce.h | 2 +- src/hydrogen-dehoist.cc | 2 +- src/hydrogen-dehoist.h | 2 +- src/hydrogen-environment-liveness.cc | 2 +- src/hydrogen-environment-liveness.h | 2 +- src/hydrogen-escape-analysis.cc | 2 +- src/hydrogen-escape-analysis.h | 4 +- src/hydrogen-flow-engine.h | 6 +- src/hydrogen-gvn.cc | 6 +- src/hydrogen-gvn.h | 8 +- src/hydrogen-infer-representation.cc | 2 +- src/hydrogen-infer-representation.h | 2 +- src/hydrogen-infer-types.cc | 2 +- src/hydrogen-infer-types.h | 2 +- src/hydrogen-instructions.cc | 22 ++--- src/hydrogen-instructions.h | 24 +++--- src/hydrogen-load-elimination.cc | 8 +- src/hydrogen-load-elimination.h | 2 +- src/hydrogen-mark-deoptimize.cc | 2 +- src/hydrogen-mark-deoptimize.h | 2 +- src/hydrogen-mark-unreachable.cc | 2 +- src/hydrogen-mark-unreachable.h | 2 +- src/hydrogen-osr.cc | 4 +- src/hydrogen-osr.h | 6 +- src/hydrogen-range-analysis.cc | 2 +- src/hydrogen-range-analysis.h | 2 +- src/hydrogen-redundant-phi.cc | 2 +- src/hydrogen-redundant-phi.h | 2 +- src/hydrogen-removable-simulates.cc | 6 +- src/hydrogen-removable-simulates.h | 2 +- src/hydrogen-representation-changes.cc | 2 +- src/hydrogen-representation-changes.h | 2 +- src/hydrogen-sce.cc | 4 +- src/hydrogen-sce.h | 2 +- src/hydrogen-store-elimination.cc | 4 +- src/hydrogen-store-elimination.h | 4 +- src/hydrogen-types.cc | 4 +- src/hydrogen-types.h | 2 +- src/hydrogen-uint32-analysis.cc | 2 +- src/hydrogen-uint32-analysis.h | 2 +- src/hydrogen.cc | 82 +++++++++---------- src/hydrogen.h | 16 ++-- src/i18n.cc | 2 +- src/i18n.h | 2 +- src/ia32/assembler-ia32-inl.h | 6 +- src/ia32/assembler-ia32.cc | 8 +- src/ia32/assembler-ia32.h | 4 +- src/ia32/builtins-ia32.cc | 10 +-- src/ia32/code-stubs-ia32.cc | 20 ++--- src/ia32/code-stubs-ia32.h | 4 +- src/ia32/codegen-ia32.cc | 8 +- src/ia32/codegen-ia32.h | 4 +- src/ia32/cpu-ia32.cc | 8 +- src/ia32/debug-ia32.cc | 6 +- src/ia32/deoptimizer-ia32.cc | 10 +-- src/ia32/disasm-ia32.cc | 4 +- src/ia32/frames-ia32.cc | 10 +-- src/ia32/full-codegen-ia32.cc | 20 ++--- src/ia32/ic-ia32.cc | 10 +-- src/ia32/lithium-codegen-ia32.cc | 16 ++-- src/ia32/lithium-codegen-ia32.h | 16 ++-- src/ia32/lithium-gap-resolver-ia32.cc | 6 +- src/ia32/lithium-gap-resolver-ia32.h | 4 +- src/ia32/lithium-ia32.cc | 10 +-- src/ia32/lithium-ia32.h | 10 +-- src/ia32/macro-assembler-ia32.cc | 16 ++-- src/ia32/macro-assembler-ia32.h | 6 +- src/ia32/regexp-macro-assembler-ia32.cc | 16 ++-- src/ia32/regexp-macro-assembler-ia32.h | 6 +- src/ia32/simulator-ia32.h | 2 +- src/ia32/stub-cache-ia32.cc | 8 +- src/ic-inl.h | 8 +- src/ic.cc | 20 ++--- src/ic.h | 2 +- src/icu_util.cc | 2 +- src/incremental-marking-inl.h | 2 +- src/incremental-marking.cc | 14 ++-- src/incremental-marking.h | 6 +- src/interface.cc | 4 +- src/interface.h | 2 +- src/interpreter-irregexp.cc | 16 ++-- src/isolate-inl.h | 6 +- src/isolate.cc | 54 ++++++------ src/isolate.h | 36 ++++---- src/json-parser.h | 12 +-- src/json-stringifier.h | 6 +- src/jsregexp-inl.h | 10 +-- src/jsregexp.cc | 48 +++++------ src/jsregexp.h | 6 +- src/lazy-instance.h | 4 +- src/libplatform/default-platform.cc | 8 +- src/libplatform/default-platform.h | 8 +- src/libplatform/task-queue.cc | 4 +- src/libplatform/task-queue.h | 6 +- src/libplatform/worker-thread.cc | 6 +- src/libplatform/worker-thread.h | 4 +- src/list-inl.h | 4 +- src/list.h | 2 +- src/lithium-allocator-inl.h | 14 ++-- src/lithium-allocator.cc | 20 ++--- src/lithium-allocator.h | 8 +- src/lithium-codegen.cc | 28 +++---- src/lithium-codegen.h | 4 +- src/lithium.cc | 32 ++++---- src/lithium.h | 8 +- src/liveedit.cc | 26 +++--- src/liveedit.h | 4 +- src/log-inl.h | 2 +- src/log-utils.cc | 6 +- src/log-utils.h | 2 +- src/log.cc | 28 +++---- src/log.h | 8 +- src/macro-assembler.h | 68 +++++++-------- src/mark-compact-inl.h | 7 +- src/mark-compact.cc | 34 ++++---- src/mark-compact.h | 4 +- src/messages.cc | 10 +-- src/messages.h | 2 +- src/mips/assembler-mips-inl.h | 6 +- src/mips/assembler-mips.cc | 6 +- src/mips/assembler-mips.h | 6 +- src/mips/builtins-mips.cc | 14 ++-- src/mips/code-stubs-mips.cc | 12 +-- src/mips/code-stubs-mips.h | 2 +- src/mips/codegen-mips.cc | 8 +- src/mips/codegen-mips.h | 4 +- src/mips/constants-mips.cc | 4 +- src/mips/cpu-mips.cc | 8 +- src/mips/debug-mips.cc | 6 +- src/mips/deoptimizer-mips.cc | 10 +-- src/mips/disasm-mips.cc | 10 +-- src/mips/frames-mips.cc | 10 +-- src/mips/full-codegen-mips.cc | 24 +++--- src/mips/ic-mips.cc | 12 +-- src/mips/lithium-codegen-mips.cc | 12 +-- src/mips/lithium-codegen-mips.h | 14 ++-- src/mips/lithium-gap-resolver-mips.cc | 6 +- src/mips/lithium-gap-resolver-mips.h | 4 +- src/mips/lithium-mips.cc | 10 +-- src/mips/lithium-mips.h | 10 +-- src/mips/macro-assembler-mips.cc | 14 ++-- src/mips/macro-assembler-mips.h | 6 +- src/mips/regexp-macro-assembler-mips.cc | 16 ++-- src/mips/regexp-macro-assembler-mips.h | 10 +-- src/mips/simulator-mips.cc | 14 ++-- src/mips/simulator-mips.h | 8 +- src/mips/stub-cache-mips.cc | 8 +- src/misc-intrinsics.h | 4 +- src/mksnapshot.cc | 22 ++--- src/msan.h | 2 +- src/objects-debug.cc | 12 +-- src/objects-inl.h | 30 +++---- src/objects-printer.cc | 10 +-- src/objects-visiting.cc | 6 +- src/objects-visiting.h | 2 +- src/objects.cc | 56 ++++++------- src/objects.h | 28 +++---- src/once.cc | 4 +- src/once.h | 2 +- src/optimizing-compiler-thread.cc | 12 +-- src/optimizing-compiler-thread.h | 14 ++-- src/parser.cc | 30 +++---- src/parser.h | 14 ++-- src/platform-cygwin.cc | 8 +- src/platform-freebsd.cc | 6 +- src/platform-linux.cc | 6 +- src/platform-macos.cc | 4 +- src/platform-openbsd.cc | 6 +- src/platform-posix.cc | 6 +- src/platform-qnx.cc | 6 +- src/platform-solaris.cc | 6 +- src/platform-win32.cc | 8 +- src/platform.h | 14 ++-- src/platform/condition-variable.cc | 4 +- src/platform/condition-variable.h | 2 +- src/platform/elapsed-timer.h | 4 +- src/platform/mutex.cc | 2 +- src/platform/mutex.h | 6 +- src/platform/semaphore.cc | 6 +- src/platform/semaphore.h | 4 +- src/platform/time.cc | 10 +-- src/platform/time.h | 2 +- src/preparse-data.cc | 12 +-- src/preparse-data.h | 6 +- src/preparser.cc | 26 +++--- src/preparser.h | 12 +-- src/prettyprinter.cc | 8 +- src/prettyprinter.h | 4 +- src/profile-generator-inl.h | 2 +- src/profile-generator.cc | 18 ++-- src/profile-generator.h | 6 +- src/property-details-inl.h | 8 +- src/property-details.h | 6 +- src/property.cc | 4 +- src/property.h | 6 +- src/regexp-macro-assembler-irregexp-inl.h | 6 +- src/regexp-macro-assembler-irregexp.cc | 12 +-- src/regexp-macro-assembler-tracer.cc | 8 +- src/regexp-macro-assembler.cc | 12 +-- src/regexp-macro-assembler.h | 2 +- src/regexp-stack.cc | 4 +- src/rewriter.cc | 10 +-- src/runtime-profiler.cc | 26 +++--- src/runtime-profiler.h | 4 +- src/runtime.cc | 76 ++++++++--------- src/runtime.h | 4 +- src/safepoint-table.cc | 12 +-- src/safepoint-table.h | 8 +- src/sampler.cc | 22 ++--- src/sampler.h | 6 +- src/scanner-character-streams.cc | 8 +- src/scanner-character-streams.h | 2 +- src/scanner.cc | 14 ++-- src/scanner.h | 18 ++-- src/scopeinfo.cc | 6 +- src/scopeinfo.h | 6 +- src/scopes.cc | 14 ++-- src/scopes.h | 4 +- src/serialize.cc | 30 +++---- src/serialize.h | 2 +- src/simulator.h | 12 +-- src/small-pointer-list.h | 6 +- src/snapshot-common.cc | 10 +-- src/snapshot-empty.cc | 4 +- src/snapshot.h | 2 +- src/spaces-inl.h | 8 +- src/spaces.cc | 12 +-- src/spaces.h | 12 +-- src/splay-tree-inl.h | 2 +- src/splay-tree.h | 2 +- src/store-buffer-inl.h | 2 +- src/store-buffer.cc | 8 +- src/store-buffer.h | 8 +- src/string-search.cc | 4 +- src/string-stream.cc | 4 +- src/string-stream.h | 2 +- src/strtod.cc | 12 +-- src/stub-cache.cc | 22 ++--- src/stub-cache.h | 14 ++-- src/sweeper-thread.cc | 8 +- src/sweeper-thread.h | 12 +-- src/token.cc | 4 +- src/token.h | 2 +- src/transitions-inl.h | 2 +- src/transitions.cc | 8 +- src/transitions.h | 10 +-- src/type-info.cc | 20 ++--- src/type-info.h | 8 +- src/types-inl.h | 6 +- src/types.cc | 6 +- src/types.h | 2 +- src/typing.cc | 10 +-- src/typing.h | 18 ++-- src/unbound-queue-inl.h | 4 +- src/unbound-queue.h | 2 +- src/unicode-inl.h | 6 +- src/unicode.cc | 2 +- src/unicode.h | 2 +- src/unique.h | 8 +- src/uri.h | 8 +- src/utils-inl.h | 2 +- src/utils.cc | 8 +- src/utils.h | 10 +-- src/utils/random-number-generator.cc | 10 +-- src/utils/random-number-generator.h | 2 +- src/v8.cc | 38 ++++----- src/v8.h | 34 ++++---- src/v8checks.h | 2 +- src/v8dll-main.cc | 4 +- src/v8threads.cc | 14 ++-- src/variables.cc | 8 +- src/variables.h | 4 +- src/vector.h | 6 +- src/version.cc | 4 +- src/vm-state-inl.h | 6 +- src/vm-state.h | 4 +- src/win32-math.cc | 6 +- src/x64/assembler-x64-inl.h | 8 +- src/x64/assembler-x64.cc | 6 +- src/x64/assembler-x64.h | 2 +- src/x64/builtins-x64.cc | 10 +-- src/x64/code-stubs-x64.cc | 12 +-- src/x64/code-stubs-x64.h | 2 +- src/x64/codegen-x64.cc | 6 +- src/x64/codegen-x64.h | 4 +- src/x64/cpu-x64.cc | 8 +- src/x64/debug-x64.cc | 8 +- src/x64/deoptimizer-x64.cc | 10 +-- src/x64/disasm-x64.cc | 6 +- src/x64/frames-x64.cc | 10 +-- src/x64/full-codegen-x64.cc | 20 ++--- src/x64/ic-x64.cc | 10 +-- src/x64/lithium-codegen-x64.cc | 10 +-- src/x64/lithium-codegen-x64.h | 16 ++-- src/x64/lithium-gap-resolver-x64.cc | 6 +- src/x64/lithium-gap-resolver-x64.h | 4 +- src/x64/lithium-x64.cc | 10 +-- src/x64/lithium-x64.h | 10 +-- src/x64/macro-assembler-x64.cc | 20 ++--- src/x64/macro-assembler-x64.h | 6 +- src/x64/regexp-macro-assembler-x64.cc | 18 ++-- src/x64/regexp-macro-assembler-x64.h | 10 +-- src/x64/simulator-x64.h | 2 +- src/x64/stub-cache-x64.cc | 10 +-- src/x87/assembler-x87-inl.h | 6 +- src/x87/assembler-x87.cc | 8 +- src/x87/assembler-x87.h | 4 +- src/x87/builtins-x87.cc | 10 +-- src/x87/code-stubs-x87.cc | 20 ++--- src/x87/code-stubs-x87.h | 4 +- src/x87/codegen-x87.cc | 8 +- src/x87/codegen-x87.h | 4 +- src/x87/cpu-x87.cc | 8 +- src/x87/debug-x87.cc | 6 +- src/x87/deoptimizer-x87.cc | 10 +-- src/x87/disasm-x87.cc | 4 +- src/x87/frames-x87.cc | 10 +-- src/x87/full-codegen-x87.cc | 20 ++--- src/x87/ic-x87.cc | 10 +-- src/x87/lithium-codegen-x87.cc | 16 ++-- src/x87/lithium-codegen-x87.h | 16 ++-- src/x87/lithium-gap-resolver-x87.cc | 6 +- src/x87/lithium-gap-resolver-x87.h | 4 +- src/x87/lithium-x87.cc | 10 +-- src/x87/lithium-x87.h | 10 +-- src/x87/macro-assembler-x87.cc | 16 ++-- src/x87/macro-assembler-x87.h | 6 +- src/x87/regexp-macro-assembler-x87.cc | 16 ++-- src/x87/regexp-macro-assembler-x87.h | 6 +- src/x87/simulator-x87.h | 2 +- src/x87/stub-cache-x87.cc | 8 +- src/zone-allocator.h | 2 +- src/zone-containers.h | 2 +- src/zone-inl.h | 8 +- src/zone.cc | 4 +- src/zone.h | 12 +-- test/cctest/cctest.cc | 10 +-- test/cctest/cctest.gyp | 2 +- test/cctest/cctest.h | 2 +- test/cctest/gay-fixed.cc | 4 +- test/cctest/gay-precision.cc | 4 +- test/cctest/gay-shortest.cc | 4 +- test/cctest/print-extension.cc | 2 +- test/cctest/print-extension.h | 2 +- test/cctest/profiler-extension.cc | 4 +- test/cctest/profiler-extension.h | 2 +- test/cctest/test-accessors.cc | 10 +-- test/cctest/test-alloc.cc | 8 +- test/cctest/test-api.cc | 32 ++++---- test/cctest/test-assembler-arm.cc | 12 +-- test/cctest/test-assembler-arm64.cc | 16 ++-- test/cctest/test-assembler-ia32.cc | 14 ++-- test/cctest/test-assembler-mips.cc | 14 ++-- test/cctest/test-assembler-x64.cc | 12 +-- test/cctest/test-assembler-x87.cc | 14 ++-- test/cctest/test-ast.cc | 6 +- test/cctest/test-atomicops.cc | 6 +- test/cctest/test-bignum-dtoa.cc | 16 ++-- test/cctest/test-bignum.cc | 8 +- test/cctest/test-circular-queue.cc | 6 +- test/cctest/test-code-stubs-arm.cc | 16 ++-- test/cctest/test-code-stubs-arm64.cc | 16 ++-- test/cctest/test-code-stubs-ia32.cc | 14 ++-- test/cctest/test-code-stubs-mips.cc | 18 ++-- test/cctest/test-code-stubs-x64.cc | 14 ++-- test/cctest/test-code-stubs-x87.cc | 14 ++-- test/cctest/test-code-stubs.cc | 14 ++-- test/cctest/test-compiler.cc | 8 +- test/cctest/test-condition-variable.cc | 8 +- test/cctest/test-constantpool.cc | 8 +- test/cctest/test-conversions.cc | 6 +- test/cctest/test-cpu-ia32.cc | 6 +- test/cctest/test-cpu-profiler.cc | 17 ++-- test/cctest/test-cpu-x64.cc | 6 +- test/cctest/test-cpu-x87.cc | 6 +- test/cctest/test-cpu.cc | 6 +- test/cctest/test-dataflow.cc | 6 +- test/cctest/test-date.cc | 8 +- test/cctest/test-debug.cc | 22 ++--- test/cctest/test-declarative-accessors.cc | 4 +- test/cctest/test-decls.cc | 6 +- test/cctest/test-deoptimization.cc | 18 ++-- test/cctest/test-dictionary.cc | 18 ++-- test/cctest/test-disasm-arm.cc | 14 ++-- test/cctest/test-disasm-arm64.cc | 16 ++-- test/cctest/test-disasm-ia32.cc | 16 ++-- test/cctest/test-disasm-mips.cc | 14 ++-- test/cctest/test-disasm-x64.cc | 16 ++-- test/cctest/test-disasm-x87.cc | 16 ++-- test/cctest/test-diy-fp.cc | 8 +- test/cctest/test-double.cc | 10 +-- test/cctest/test-dtoa.cc | 16 ++-- test/cctest/test-fast-dtoa.cc | 16 ++-- test/cctest/test-fixed-dtoa.cc | 12 +-- test/cctest/test-flags.cc | 4 +- test/cctest/test-func-name-inference.cc | 10 +-- test/cctest/test-fuzz-arm64.cc | 8 +- test/cctest/test-global-handles.cc | 4 +- test/cctest/test-global-object.cc | 4 +- test/cctest/test-hashing.cc | 14 ++-- test/cctest/test-hashmap.cc | 6 +- test/cctest/test-heap-profiler.cc | 18 ++-- test/cctest/test-heap.cc | 16 ++-- test/cctest/test-hydrogen-types.cc | 4 +- test/cctest/test-javascript-arm64.cc | 22 ++--- test/cctest/test-js-arm64-variables.cc | 22 ++--- test/cctest/test-libplatform-task-queue.cc | 8 +- test/cctest/test-libplatform-worker-thread.cc | 10 +-- test/cctest/test-libplatform.h | 4 +- test/cctest/test-list.cc | 4 +- test/cctest/test-liveedit.cc | 6 +- test/cctest/test-lockers.cc | 24 +++--- test/cctest/test-log-stack-tracer.cc | 20 ++--- test/cctest/test-log.cc | 19 +++-- test/cctest/test-macro-assembler-arm.cc | 11 +-- test/cctest/test-macro-assembler-ia32.cc | 12 +-- test/cctest/test-macro-assembler-mips.cc | 10 +-- test/cctest/test-macro-assembler-x64.cc | 12 +-- test/cctest/test-macro-assembler-x87.cc | 12 +-- test/cctest/test-mark-compact.cc | 10 +-- test/cctest/test-mementos.cc | 2 +- test/cctest/test-microtask-delivery.cc | 4 +- test/cctest/test-mutex.cc | 6 +- test/cctest/test-object-observe.cc | 4 +- test/cctest/test-ordered-hash-table.cc | 6 +- test/cctest/test-parsing.cc | 22 ++--- test/cctest/test-platform-linux.cc | 6 +- test/cctest/test-platform-macos.cc | 4 +- test/cctest/test-platform-tls.cc | 8 +- test/cctest/test-platform-win32.cc | 8 +- test/cctest/test-platform.cc | 4 +- test/cctest/test-profile-generator.cc | 13 +-- test/cctest/test-random-number-generator.cc | 6 +- test/cctest/test-regexp.cc | 62 +++++++------- test/cctest/test-reloc-info.cc | 4 +- test/cctest/test-representation.cc | 6 +- test/cctest/test-semaphore.cc | 6 +- test/cctest/test-serialize.cc | 26 +++--- test/cctest/test-spaces.cc | 4 +- test/cctest/test-strings.cc | 10 +-- test/cctest/test-strtod.cc | 14 ++-- test/cctest/test-symbols.cc | 6 +- test/cctest/test-thread-termination.cc | 6 +- test/cctest/test-threads.cc | 8 +- test/cctest/test-time.cc | 6 +- test/cctest/test-types.cc | 8 +- test/cctest/test-unbound-queue.cc | 6 +- test/cctest/test-unique.cc | 10 +-- test/cctest/test-utils-arm64.cc | 10 +-- test/cctest/test-utils-arm64.h | 10 +-- test/cctest/test-utils.cc | 8 +- test/cctest/test-version.cc | 6 +- test/cctest/test-weakmaps.cc | 8 +- test/cctest/test-weaksets.cc | 8 +- test/cctest/test-weaktypedarrays.cc | 10 +-- test/cctest/trace-extension.cc | 6 +- test/cctest/trace-extension.h | 2 +- tools/generate-trig-table.py | 4 +- tools/gyp/v8.gyp | 10 +-- tools/js2c.py | 6 +- tools/lexer-shell.cc | 20 ++--- tools/lexer-shell.gyp | 4 +- tools/parser-shell.cc | 18 ++-- 671 files changed, 3264 insertions(+), 3259 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 5a73ec62fb..2caf0c0fc3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -27,7 +27,7 @@ v8_random_seed = "314159265" config("internal_config") { visibility = ":*" # Only targets in this file can depend on this. - include_dirs = [ "src" ] + include_dirs = [ "." ] if (component_mode == "shared_library") { defines = [ diff --git a/src/accessors.cc b/src/accessors.cc index 51a6a09e91..54bd241b8d 100644 --- a/src/accessors.cc +++ b/src/accessors.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "accessors.h" +#include "src/v8.h" +#include "src/accessors.h" -#include "compiler.h" -#include "contexts.h" -#include "deoptimizer.h" -#include "execution.h" -#include "factory.h" -#include "frames-inl.h" -#include "isolate.h" -#include "list-inl.h" -#include "property-details.h" -#include "api.h" +#include "src/compiler.h" +#include "src/contexts.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/factory.h" +#include "src/frames-inl.h" +#include "src/isolate.h" +#include "src/list-inl.h" +#include "src/property-details.h" +#include "src/api.h" namespace v8 { namespace internal { diff --git a/src/accessors.h b/src/accessors.h index ae748c5189..41993ea1c7 100644 --- a/src/accessors.h +++ b/src/accessors.h @@ -5,8 +5,8 @@ #ifndef V8_ACCESSORS_H_ #define V8_ACCESSORS_H_ -#include "allocation.h" -#include "globals.h" +#include "src/allocation.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/allocation-site-scopes.cc b/src/allocation-site-scopes.cc index 51392fac8e..805ad7bbee 100644 --- a/src/allocation-site-scopes.cc +++ b/src/allocation-site-scopes.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "allocation-site-scopes.h" +#include "src/allocation-site-scopes.h" namespace v8 { namespace internal { diff --git a/src/allocation-site-scopes.h b/src/allocation-site-scopes.h index 16f781c039..7adf028416 100644 --- a/src/allocation-site-scopes.h +++ b/src/allocation-site-scopes.h @@ -5,10 +5,10 @@ #ifndef V8_ALLOCATION_SITE_SCOPES_H_ #define V8_ALLOCATION_SITE_SCOPES_H_ -#include "ast.h" -#include "handles.h" -#include "objects.h" -#include "zone.h" +#include "src/ast.h" +#include "src/handles.h" +#include "src/objects.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/allocation-tracker.cc b/src/allocation-tracker.cc index f5d7e0c9d4..f6dc5abff7 100644 --- a/src/allocation-tracker.cc +++ b/src/allocation-tracker.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "allocation-tracker.h" +#include "src/allocation-tracker.h" -#include "heap-snapshot-generator.h" -#include "frames-inl.h" +#include "src/heap-snapshot-generator.h" +#include "src/frames-inl.h" namespace v8 { namespace internal { diff --git a/src/allocation.cc b/src/allocation.cc index 7b7cca1973..98c9be22e0 100644 --- a/src/allocation.cc +++ b/src/allocation.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "allocation.h" +#include "src/allocation.h" #include // For free, malloc. -#include "checks.h" -#include "platform.h" -#include "utils.h" +#include "src/checks.h" +#include "src/platform.h" +#include "src/utils.h" #if V8_LIBC_BIONIC #include // NOLINT diff --git a/src/allocation.h b/src/allocation.h index 13d08a8169..2fea7b2826 100644 --- a/src/allocation.h +++ b/src/allocation.h @@ -5,7 +5,7 @@ #ifndef V8_ALLOCATION_H_ #define V8_ALLOCATION_H_ -#include "globals.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/api.cc b/src/api.cc index c8a56e6e85..585c2565e7 100644 --- a/src/api.cc +++ b/src/api.cc @@ -2,51 +2,51 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "api.h" +#include "src/api.h" #include // For memcpy, strlen. #ifdef V8_USE_ADDRESS_SANITIZER #include #endif // V8_USE_ADDRESS_SANITIZER #include // For isnan. -#include "../include/v8-debug.h" -#include "../include/v8-profiler.h" -#include "../include/v8-testing.h" -#include "assert-scope.h" -#include "bootstrapper.h" -#include "code-stubs.h" -#include "compiler.h" -#include "conversions-inl.h" -#include "counters.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "execution.h" -#include "global-handles.h" -#include "heap-profiler.h" -#include "heap-snapshot-generator-inl.h" -#include "icu_util.h" -#include "json-parser.h" -#include "messages.h" +#include "include/v8-debug.h" +#include "include/v8-profiler.h" +#include "include/v8-testing.h" +#include "src/assert-scope.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/compiler.h" +#include "src/conversions-inl.h" +#include "src/counters.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/global-handles.h" +#include "src/heap-profiler.h" +#include "src/heap-snapshot-generator-inl.h" +#include "src/icu_util.h" +#include "src/json-parser.h" +#include "src/messages.h" #ifdef COMPRESS_STARTUP_DATA_BZ2 -#include "natives.h" +#include "src/natives.h" #endif -#include "parser.h" -#include "platform.h" -#include "platform/time.h" -#include "profile-generator-inl.h" -#include "property-details.h" -#include "property.h" -#include "runtime.h" -#include "runtime-profiler.h" -#include "scanner-character-streams.h" -#include "simulator.h" -#include "snapshot.h" -#include "unicode-inl.h" -#include "utils/random-number-generator.h" -#include "v8threads.h" -#include "version.h" -#include "vm-state-inl.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/platform/time.h" +#include "src/profile-generator-inl.h" +#include "src/property-details.h" +#include "src/property.h" +#include "src/runtime.h" +#include "src/runtime-profiler.h" +#include "src/scanner-character-streams.h" +#include "src/simulator.h" +#include "src/snapshot.h" +#include "src/unicode-inl.h" +#include "src/utils/random-number-generator.h" +#include "src/v8threads.h" +#include "src/version.h" +#include "src/vm-state-inl.h" #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) diff --git a/src/api.h b/src/api.h index f530e56f94..7a688caeee 100644 --- a/src/api.h +++ b/src/api.h @@ -5,13 +5,13 @@ #ifndef V8_API_H_ #define V8_API_H_ -#include "v8.h" +#include "src/v8.h" -#include "../include/v8-testing.h" -#include "contexts.h" -#include "factory.h" -#include "isolate.h" -#include "list-inl.h" +#include "include/v8-testing.h" +#include "src/contexts.h" +#include "src/factory.h" +#include "src/isolate.h" +#include "src/list-inl.h" namespace v8 { diff --git a/src/arguments.cc b/src/arguments.cc index 72420eea8f..f4550ae9a9 100644 --- a/src/arguments.cc +++ b/src/arguments.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "arguments.h" +#include "src/v8.h" +#include "src/arguments.h" -#include "vm-state-inl.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/arguments.h b/src/arguments.h index 0e236b4043..7a6f533e19 100644 --- a/src/arguments.h +++ b/src/arguments.h @@ -5,7 +5,7 @@ #ifndef V8_ARGUMENTS_H_ #define V8_ARGUMENTS_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/arm/assembler-arm-inl.h b/src/arm/assembler-arm-inl.h index 607a61b8ec..d09e700e82 100644 --- a/src/arm/assembler-arm-inl.h +++ b/src/arm/assembler-arm-inl.h @@ -37,10 +37,10 @@ #ifndef V8_ARM_ASSEMBLER_ARM_INL_H_ #define V8_ARM_ASSEMBLER_ARM_INL_H_ -#include "arm/assembler-arm.h" +#include "src/arm/assembler-arm.h" -#include "cpu.h" -#include "debug.h" +#include "src/cpu.h" +#include "src/debug.h" namespace v8 { diff --git a/src/arm/assembler-arm.cc b/src/arm/assembler-arm.cc index 64f0c78484..a71bfca828 100644 --- a/src/arm/assembler-arm.cc +++ b/src/arm/assembler-arm.cc @@ -34,13 +34,13 @@ // modified significantly by Google Inc. // Copyright 2012 the V8 project authors. All rights reserved. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "arm/assembler-arm-inl.h" -#include "macro-assembler.h" -#include "serialize.h" +#include "src/arm/assembler-arm-inl.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h index 3dbc509599..812f58f467 100644 --- a/src/arm/assembler-arm.h +++ b/src/arm/assembler-arm.h @@ -43,9 +43,9 @@ #include #include -#include "assembler.h" -#include "constants-arm.h" -#include "serialize.h" +#include "src/assembler.h" +#include "src/arm/constants-arm.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/arm/builtins-arm.cc b/src/arm/builtins-arm.cc index 29e1d19e25..36898487c7 100644 --- a/src/arm/builtins-arm.cc +++ b/src/arm/builtins-arm.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "codegen.h" -#include "debug.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc index 57d84e82fe..d2f95e63b1 100644 --- a/src/arm/code-stubs-arm.cc +++ b/src/arm/code-stubs-arm.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "bootstrapper.h" -#include "code-stubs.h" -#include "regexp-macro-assembler.h" -#include "stub-cache.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/regexp-macro-assembler.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm/code-stubs-arm.h b/src/arm/code-stubs-arm.h index 3237b3af41..2a90d273e4 100644 --- a/src/arm/code-stubs-arm.h +++ b/src/arm/code-stubs-arm.h @@ -5,7 +5,7 @@ #ifndef V8_ARM_CODE_STUBS_ARM_H_ #define V8_ARM_CODE_STUBS_ARM_H_ -#include "ic-inl.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/arm/codegen-arm.cc b/src/arm/codegen-arm.cc index 80120e4069..7835a6bd08 100644 --- a/src/arm/codegen-arm.cc +++ b/src/arm/codegen-arm.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "codegen.h" -#include "macro-assembler.h" -#include "simulator-arm.h" +#include "src/codegen.h" +#include "src/macro-assembler.h" +#include "src/arm/simulator-arm.h" namespace v8 { namespace internal { diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h index 2fc8eb3f0a..9ec09583d9 100644 --- a/src/arm/codegen-arm.h +++ b/src/arm/codegen-arm.h @@ -5,8 +5,8 @@ #ifndef V8_ARM_CODEGEN_ARM_H_ #define V8_ARM_CODEGEN_ARM_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/arm/constants-arm.cc b/src/arm/constants-arm.cc index c6dc4960e9..d00a09f568 100644 --- a/src/arm/constants-arm.cc +++ b/src/arm/constants-arm.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "constants-arm.h" +#include "src/arm/constants-arm.h" namespace v8 { diff --git a/src/arm/cpu-arm.cc b/src/arm/cpu-arm.cc index 083d9b39eb..4ff82a78d4 100644 --- a/src/arm/cpu-arm.cc +++ b/src/arm/cpu-arm.cc @@ -12,13 +12,13 @@ #endif #endif -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "cpu.h" -#include "macro-assembler.h" -#include "simulator.h" // for cache flushing. +#include "src/cpu.h" +#include "src/macro-assembler.h" +#include "src/simulator.h" // for cache flushing. namespace v8 { namespace internal { diff --git a/src/arm/debug-arm.cc b/src/arm/debug-arm.cc index 3421f8b8c7..e5460f5490 100644 --- a/src/arm/debug-arm.cc +++ b/src/arm/debug-arm.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "codegen.h" -#include "debug.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { namespace internal { diff --git a/src/arm/deoptimizer-arm.cc b/src/arm/deoptimizer-arm.cc index 8c2b3a91d3..128819630b 100644 --- a/src/arm/deoptimizer-arm.cc +++ b/src/arm/deoptimizer-arm.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/arm/disasm-arm.cc b/src/arm/disasm-arm.cc index 0a5d5b0d39..540c4014cd 100644 --- a/src/arm/disasm-arm.cc +++ b/src/arm/disasm-arm.cc @@ -28,14 +28,14 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "constants-arm.h" -#include "disasm.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/arm/constants-arm.h" +#include "src/disasm.h" +#include "src/macro-assembler.h" +#include "src/platform.h" namespace v8 { diff --git a/src/arm/frames-arm.cc b/src/arm/frames-arm.cc index 605f9f4223..6051e021ab 100644 --- a/src/arm/frames-arm.cc +++ b/src/arm/frames-arm.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "assembler.h" -#include "assembler-arm.h" -#include "assembler-arm-inl.h" -#include "frames.h" -#include "macro-assembler.h" -#include "macro-assembler-arm.h" +#include "src/assembler.h" +#include "src/arm/assembler-arm.h" +#include "src/arm/assembler-arm-inl.h" +#include "src/frames.h" +#include "src/macro-assembler.h" +#include "src/arm/macro-assembler-arm.h" namespace v8 { namespace internal { diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc index 7606969e24..bb4618ae45 100644 --- a/src/arm/full-codegen-arm.cc +++ b/src/arm/full-codegen-arm.cc @@ -2,22 +2,22 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" -#include "arm/code-stubs-arm.h" -#include "arm/macro-assembler-arm.h" +#include "src/arm/code-stubs-arm.h" +#include "src/arm/macro-assembler-arm.h" namespace v8 { namespace internal { diff --git a/src/arm/ic-arm.cc b/src/arm/ic-arm.cc index 4626e37516..133404c1b3 100644 --- a/src/arm/ic-arm.cc +++ b/src/arm/ic-arm.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "assembler-arm.h" -#include "code-stubs.h" -#include "codegen.h" -#include "disasm.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/arm/assembler-arm.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/disasm.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc index 4073f8d8e3..79eb197257 100644 --- a/src/arm/lithium-arm.cc +++ b/src/arm/lithium-arm.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "lithium-allocator-inl.h" -#include "arm/lithium-arm.h" -#include "arm/lithium-codegen-arm.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/arm/lithium-arm.h" +#include "src/arm/lithium-codegen-arm.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h index a7c6ac485b..29c53efefb 100644 --- a/src/arm/lithium-arm.h +++ b/src/arm/lithium-arm.h @@ -5,11 +5,11 @@ #ifndef V8_ARM_LITHIUM_ARM_H_ #define V8_ARM_LITHIUM_ARM_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc index 846c25041d..606bdd22e7 100644 --- a/src/arm/lithium-codegen-arm.cc +++ b/src/arm/lithium-codegen-arm.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "arm/lithium-codegen-arm.h" -#include "arm/lithium-gap-resolver-arm.h" -#include "code-stubs.h" -#include "stub-cache.h" -#include "hydrogen-osr.h" +#include "src/arm/lithium-codegen-arm.h" +#include "src/arm/lithium-gap-resolver-arm.h" +#include "src/code-stubs.h" +#include "src/stub-cache.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h index d541b8ec40..b20b3f28f8 100644 --- a/src/arm/lithium-codegen-arm.h +++ b/src/arm/lithium-codegen-arm.h @@ -5,14 +5,14 @@ #ifndef V8_ARM_LITHIUM_CODEGEN_ARM_H_ #define V8_ARM_LITHIUM_CODEGEN_ARM_H_ -#include "arm/lithium-arm.h" +#include "src/arm/lithium-arm.h" -#include "arm/lithium-gap-resolver-arm.h" -#include "deoptimizer.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" +#include "src/arm/lithium-gap-resolver-arm.h" +#include "src/deoptimizer.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-gap-resolver-arm.cc b/src/arm/lithium-gap-resolver-arm.cc index fe0ef144ab..8ca235a7e3 100644 --- a/src/arm/lithium-gap-resolver-arm.cc +++ b/src/arm/lithium-gap-resolver-arm.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "arm/lithium-gap-resolver-arm.h" -#include "arm/lithium-codegen-arm.h" +#include "src/arm/lithium-gap-resolver-arm.h" +#include "src/arm/lithium-codegen-arm.h" namespace v8 { namespace internal { diff --git a/src/arm/lithium-gap-resolver-arm.h b/src/arm/lithium-gap-resolver-arm.h index 73914e4daf..909ea64398 100644 --- a/src/arm/lithium-gap-resolver-arm.h +++ b/src/arm/lithium-gap-resolver-arm.h @@ -5,9 +5,9 @@ #ifndef V8_ARM_LITHIUM_GAP_RESOLVER_ARM_H_ #define V8_ARM_LITHIUM_GAP_RESOLVER_ARM_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/arm/macro-assembler-arm.cc b/src/arm/macro-assembler-arm.cc index 281861f968..7d590c29bc 100644 --- a/src/arm/macro-assembler-arm.cc +++ b/src/arm/macro-assembler-arm.cc @@ -4,16 +4,16 @@ #include // For LONG_MIN, LONG_MAX. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "isolate-inl.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/isolate-inl.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h index fc140c899e..0407545295 100644 --- a/src/arm/macro-assembler-arm.h +++ b/src/arm/macro-assembler-arm.h @@ -5,9 +5,9 @@ #ifndef V8_ARM_MACRO_ASSEMBLER_ARM_H_ #define V8_ARM_MACRO_ASSEMBLER_ARM_H_ -#include "assembler.h" -#include "frames.h" -#include "globals.h" +#include "src/assembler.h" +#include "src/frames.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/arm/regexp-macro-assembler-arm.cc b/src/arm/regexp-macro-assembler-arm.cc index 2355ff09b0..7fa3ce7b0c 100644 --- a/src/arm/regexp-macro-assembler-arm.cc +++ b/src/arm/regexp-macro-assembler-arm.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "cpu-profiler.h" -#include "unicode.h" -#include "log.h" -#include "code-stubs.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "arm/regexp-macro-assembler-arm.h" +#include "src/cpu-profiler.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/code-stubs.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/arm/regexp-macro-assembler-arm.h" namespace v8 { namespace internal { diff --git a/src/arm/regexp-macro-assembler-arm.h b/src/arm/regexp-macro-assembler-arm.h index 4b18b274d7..fef8413411 100644 --- a/src/arm/regexp-macro-assembler-arm.h +++ b/src/arm/regexp-macro-assembler-arm.h @@ -5,9 +5,9 @@ #ifndef V8_ARM_REGEXP_MACRO_ASSEMBLER_ARM_H_ #define V8_ARM_REGEXP_MACRO_ASSEMBLER_ARM_H_ -#include "arm/assembler-arm.h" -#include "arm/assembler-arm-inl.h" -#include "macro-assembler.h" +#include "src/arm/assembler-arm.h" +#include "src/arm/assembler-arm-inl.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/arm/simulator-arm.cc b/src/arm/simulator-arm.cc index 3e88f227c0..1ef4a9ce4a 100644 --- a/src/arm/simulator-arm.cc +++ b/src/arm/simulator-arm.cc @@ -6,15 +6,15 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "disasm.h" -#include "assembler.h" -#include "codegen.h" -#include "arm/constants-arm.h" -#include "arm/simulator-arm.h" +#include "src/disasm.h" +#include "src/assembler.h" +#include "src/codegen.h" +#include "src/arm/constants-arm.h" +#include "src/arm/simulator-arm.h" #if defined(USE_SIMULATOR) diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h index d55cca84a1..9a2f192b7d 100644 --- a/src/arm/simulator-arm.h +++ b/src/arm/simulator-arm.h @@ -13,7 +13,7 @@ #ifndef V8_ARM_SIMULATOR_ARM_H_ #define V8_ARM_SIMULATOR_ARM_H_ -#include "allocation.h" +#include "src/allocation.h" #if !defined(USE_SIMULATOR) // Running without a simulator on a native arm platform. @@ -60,9 +60,9 @@ class SimulatorStack : public v8::internal::AllStatic { #else // !defined(USE_SIMULATOR) // Running with a simulator. -#include "constants-arm.h" -#include "hashmap.h" -#include "assembler.h" +#include "src/arm/constants-arm.h" +#include "src/hashmap.h" +#include "src/assembler.h" namespace v8 { namespace internal { diff --git a/src/arm/stub-cache-arm.cc b/src/arm/stub-cache-arm.cc index fd53b9782d..c0be076250 100644 --- a/src/arm/stub-cache-arm.cc +++ b/src/arm/stub-cache-arm.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm64/assembler-arm64-inl.h b/src/arm64/assembler-arm64-inl.h index d7ebc0f5a7..2400f57966 100644 --- a/src/arm64/assembler-arm64-inl.h +++ b/src/arm64/assembler-arm64-inl.h @@ -5,9 +5,9 @@ #ifndef V8_ARM64_ASSEMBLER_ARM64_INL_H_ #define V8_ARM64_ASSEMBLER_ARM64_INL_H_ -#include "arm64/assembler-arm64.h" -#include "cpu.h" -#include "debug.h" +#include "src/arm64/assembler-arm64.h" +#include "src/cpu.h" +#include "src/debug.h" namespace v8 { diff --git a/src/arm64/assembler-arm64.cc b/src/arm64/assembler-arm64.cc index 1f73a867fc..c45910c7bc 100644 --- a/src/arm64/assembler-arm64.cc +++ b/src/arm64/assembler-arm64.cc @@ -26,13 +26,13 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 #define ARM64_DEFINE_REG_STATICS -#include "arm64/assembler-arm64-inl.h" +#include "src/arm64/assembler-arm64-inl.h" namespace v8 { namespace internal { diff --git a/src/arm64/assembler-arm64.h b/src/arm64/assembler-arm64.h index 9df65c31a8..8774c09603 100644 --- a/src/arm64/assembler-arm64.h +++ b/src/arm64/assembler-arm64.h @@ -8,12 +8,12 @@ #include #include -#include "cpu.h" -#include "globals.h" -#include "utils.h" -#include "assembler.h" -#include "serialize.h" -#include "arm64/instructions-arm64.h" +#include "src/cpu.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/assembler.h" +#include "src/serialize.h" +#include "src/arm64/instructions-arm64.h" namespace v8 { diff --git a/src/arm64/builtins-arm64.cc b/src/arm64/builtins-arm64.cc index 8073542c22..9dc7221c30 100644 --- a/src/arm64/builtins-arm64.cc +++ b/src/arm64/builtins-arm64.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "codegen.h" -#include "debug.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm64/code-stubs-arm64.cc b/src/arm64/code-stubs-arm64.cc index c8558957b1..68232df9d8 100644 --- a/src/arm64/code-stubs-arm64.cc +++ b/src/arm64/code-stubs-arm64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "bootstrapper.h" -#include "code-stubs.h" -#include "regexp-macro-assembler.h" -#include "stub-cache.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/regexp-macro-assembler.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm64/code-stubs-arm64.h b/src/arm64/code-stubs-arm64.h index a92445c47a..6baf96989a 100644 --- a/src/arm64/code-stubs-arm64.h +++ b/src/arm64/code-stubs-arm64.h @@ -5,7 +5,7 @@ #ifndef V8_ARM64_CODE_STUBS_ARM64_H_ #define V8_ARM64_CODE_STUBS_ARM64_H_ -#include "ic-inl.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/arm64/codegen-arm64.cc b/src/arm64/codegen-arm64.cc index 3956eb0b7b..9eb0d4a5f7 100644 --- a/src/arm64/codegen-arm64.cc +++ b/src/arm64/codegen-arm64.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "codegen.h" -#include "macro-assembler.h" -#include "simulator-arm64.h" +#include "src/codegen.h" +#include "src/macro-assembler.h" +#include "src/arm64/simulator-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/codegen-arm64.h b/src/arm64/codegen-arm64.h index bb42bf8d31..9ef148cc40 100644 --- a/src/arm64/codegen-arm64.h +++ b/src/arm64/codegen-arm64.h @@ -5,8 +5,8 @@ #ifndef V8_ARM64_CODEGEN_ARM64_H_ #define V8_ARM64_CODEGEN_ARM64_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/arm64/cpu-arm64.cc b/src/arm64/cpu-arm64.cc index 5484306ebf..4cfc4f04b6 100644 --- a/src/arm64/cpu-arm64.cc +++ b/src/arm64/cpu-arm64.cc @@ -4,12 +4,12 @@ // CPU specific code for arm independent of OS goes here. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "cpu.h" -#include "arm64/utils-arm64.h" +#include "src/cpu.h" +#include "src/arm64/utils-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/debug-arm64.cc b/src/arm64/debug-arm64.cc index d354c42efd..b945a6e9d5 100644 --- a/src/arm64/debug-arm64.cc +++ b/src/arm64/debug-arm64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "codegen.h" -#include "debug.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { namespace internal { diff --git a/src/arm64/decoder-arm64-inl.h b/src/arm64/decoder-arm64-inl.h index eb791336da..e8eef5e14e 100644 --- a/src/arm64/decoder-arm64-inl.h +++ b/src/arm64/decoder-arm64-inl.h @@ -5,9 +5,9 @@ #ifndef V8_ARM64_DECODER_ARM64_INL_H_ #define V8_ARM64_DECODER_ARM64_INL_H_ -#include "arm64/decoder-arm64.h" -#include "globals.h" -#include "utils.h" +#include "src/arm64/decoder-arm64.h" +#include "src/globals.h" +#include "src/utils.h" namespace v8 { diff --git a/src/arm64/decoder-arm64.cc b/src/arm64/decoder-arm64.cc index 13962387dd..08881c2d5a 100644 --- a/src/arm64/decoder-arm64.cc +++ b/src/arm64/decoder-arm64.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "globals.h" -#include "utils.h" -#include "arm64/decoder-arm64.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/arm64/decoder-arm64.h" namespace v8 { diff --git a/src/arm64/decoder-arm64.h b/src/arm64/decoder-arm64.h index 4409421bdc..0ce84253ba 100644 --- a/src/arm64/decoder-arm64.h +++ b/src/arm64/decoder-arm64.h @@ -7,8 +7,8 @@ #include -#include "globals.h" -#include "arm64/instructions-arm64.h" +#include "src/globals.h" +#include "src/arm64/instructions-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/deoptimizer-arm64.cc b/src/arm64/deoptimizer-arm64.cc index 535e429172..f7e43bbc62 100644 --- a/src/arm64/deoptimizer-arm64.cc +++ b/src/arm64/deoptimizer-arm64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { diff --git a/src/arm64/disasm-arm64.cc b/src/arm64/disasm-arm64.cc index e9e1decadf..dade3cd64a 100644 --- a/src/arm64/disasm-arm64.cc +++ b/src/arm64/disasm-arm64.cc @@ -7,15 +7,15 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "disasm.h" -#include "arm64/decoder-arm64-inl.h" -#include "arm64/disasm-arm64.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/disasm.h" +#include "src/arm64/decoder-arm64-inl.h" +#include "src/arm64/disasm-arm64.h" +#include "src/macro-assembler.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/arm64/disasm-arm64.h b/src/arm64/disasm-arm64.h index 42552a2d8b..a7db4d2414 100644 --- a/src/arm64/disasm-arm64.h +++ b/src/arm64/disasm-arm64.h @@ -5,12 +5,12 @@ #ifndef V8_ARM64_DISASM_ARM64_H #define V8_ARM64_DISASM_ARM64_H -#include "v8.h" +#include "src/v8.h" -#include "globals.h" -#include "utils.h" -#include "instructions-arm64.h" -#include "decoder-arm64.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/arm64/instructions-arm64.h" +#include "src/arm64/decoder-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/frames-arm64.cc b/src/arm64/frames-arm64.cc index da638ad6e3..122ac218ce 100644 --- a/src/arm64/frames-arm64.cc +++ b/src/arm64/frames-arm64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "assembler.h" -#include "assembler-arm64.h" -#include "assembler-arm64-inl.h" -#include "frames.h" +#include "src/assembler.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/assembler-arm64-inl.h" +#include "src/frames.h" namespace v8 { namespace internal { diff --git a/src/arm64/frames-arm64.h b/src/arm64/frames-arm64.h index 7ac274a22e..557c955fe5 100644 --- a/src/arm64/frames-arm64.h +++ b/src/arm64/frames-arm64.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "arm64/constants-arm64.h" -#include "arm64/assembler-arm64.h" +#include "src/arm64/constants-arm64.h" +#include "src/arm64/assembler-arm64.h" #ifndef V8_ARM64_FRAMES_ARM64_H_ #define V8_ARM64_FRAMES_ARM64_H_ diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc index d3c96dec12..cc225d24ed 100644 --- a/src/arm64/full-codegen-arm64.cc +++ b/src/arm64/full-codegen-arm64.cc @@ -2,22 +2,22 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" -#include "arm64/code-stubs-arm64.h" -#include "arm64/macro-assembler-arm64.h" +#include "src/arm64/code-stubs-arm64.h" +#include "src/arm64/macro-assembler-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/ic-arm64.cc b/src/arm64/ic-arm64.cc index c09b847ba5..d835d0fa5e 100644 --- a/src/arm64/ic-arm64.cc +++ b/src/arm64/ic-arm64.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "arm64/assembler-arm64.h" -#include "code-stubs.h" -#include "codegen.h" -#include "disasm.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/arm64/assembler-arm64.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/disasm.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm64/instructions-arm64.cc b/src/arm64/instructions-arm64.cc index 2996fc94c7..3264370064 100644 --- a/src/arm64/instructions-arm64.cc +++ b/src/arm64/instructions-arm64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 #define ARM64_DEFINE_FP_STATICS -#include "arm64/instructions-arm64.h" -#include "arm64/assembler-arm64-inl.h" +#include "src/arm64/instructions-arm64.h" +#include "src/arm64/assembler-arm64-inl.h" namespace v8 { namespace internal { diff --git a/src/arm64/instructions-arm64.h b/src/arm64/instructions-arm64.h index 81ef6ad3f8..a293083a09 100644 --- a/src/arm64/instructions-arm64.h +++ b/src/arm64/instructions-arm64.h @@ -5,10 +5,10 @@ #ifndef V8_ARM64_INSTRUCTIONS_ARM64_H_ #define V8_ARM64_INSTRUCTIONS_ARM64_H_ -#include "globals.h" -#include "utils.h" -#include "arm64/constants-arm64.h" -#include "arm64/utils-arm64.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/arm64/constants-arm64.h" +#include "src/arm64/utils-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/instrument-arm64.cc b/src/arm64/instrument-arm64.cc index a6fe1234b0..631556f724 100644 --- a/src/arm64/instrument-arm64.cc +++ b/src/arm64/instrument-arm64.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "arm64/instrument-arm64.h" +#include "src/arm64/instrument-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/instrument-arm64.h b/src/arm64/instrument-arm64.h index 2d41b58574..7458310854 100644 --- a/src/arm64/instrument-arm64.h +++ b/src/arm64/instrument-arm64.h @@ -5,10 +5,10 @@ #ifndef V8_ARM64_INSTRUMENT_ARM64_H_ #define V8_ARM64_INSTRUMENT_ARM64_H_ -#include "globals.h" -#include "utils.h" -#include "arm64/decoder-arm64.h" -#include "arm64/constants-arm64.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/arm64/decoder-arm64.h" +#include "src/arm64/constants-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc index 0212706653..bba6530740 100644 --- a/src/arm64/lithium-arm64.cc +++ b/src/arm64/lithium-arm64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "lithium-allocator-inl.h" -#include "arm64/lithium-arm64.h" -#include "arm64/lithium-codegen-arm64.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/arm64/lithium-arm64.h" +#include "src/arm64/lithium-codegen-arm64.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h index be053ddbbd..8dc0a7f26d 100644 --- a/src/arm64/lithium-arm64.h +++ b/src/arm64/lithium-arm64.h @@ -5,11 +5,11 @@ #ifndef V8_ARM64_LITHIUM_ARM64_H_ #define V8_ARM64_LITHIUM_ARM64_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc index 6ca7e4d558..ea63bae4b1 100644 --- a/src/arm64/lithium-codegen-arm64.cc +++ b/src/arm64/lithium-codegen-arm64.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "arm64/lithium-codegen-arm64.h" -#include "arm64/lithium-gap-resolver-arm64.h" -#include "code-stubs.h" -#include "stub-cache.h" -#include "hydrogen-osr.h" +#include "src/arm64/lithium-codegen-arm64.h" +#include "src/arm64/lithium-gap-resolver-arm64.h" +#include "src/code-stubs.h" +#include "src/stub-cache.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h index 6ee2ec8cc0..43cf13f9fe 100644 --- a/src/arm64/lithium-codegen-arm64.h +++ b/src/arm64/lithium-codegen-arm64.h @@ -5,14 +5,14 @@ #ifndef V8_ARM64_LITHIUM_CODEGEN_ARM64_H_ #define V8_ARM64_LITHIUM_CODEGEN_ARM64_H_ -#include "arm64/lithium-arm64.h" +#include "src/arm64/lithium-arm64.h" -#include "arm64/lithium-gap-resolver-arm64.h" -#include "deoptimizer.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" +#include "src/arm64/lithium-gap-resolver-arm64.h" +#include "src/deoptimizer.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-gap-resolver-arm64.cc b/src/arm64/lithium-gap-resolver-arm64.cc index c721cb48a8..bd655eaae8 100644 --- a/src/arm64/lithium-gap-resolver-arm64.cc +++ b/src/arm64/lithium-gap-resolver-arm64.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "arm64/lithium-gap-resolver-arm64.h" -#include "arm64/lithium-codegen-arm64.h" +#include "src/arm64/lithium-gap-resolver-arm64.h" +#include "src/arm64/lithium-codegen-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/lithium-gap-resolver-arm64.h b/src/arm64/lithium-gap-resolver-arm64.h index ae67190734..55d4ecbf9d 100644 --- a/src/arm64/lithium-gap-resolver-arm64.h +++ b/src/arm64/lithium-gap-resolver-arm64.h @@ -5,9 +5,9 @@ #ifndef V8_ARM64_LITHIUM_GAP_RESOLVER_ARM64_H_ #define V8_ARM64_LITHIUM_GAP_RESOLVER_ARM64_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/arm64/macro-assembler-arm64-inl.h b/src/arm64/macro-assembler-arm64-inl.h index 7466ba9560..b5e1824d2e 100644 --- a/src/arm64/macro-assembler-arm64-inl.h +++ b/src/arm64/macro-assembler-arm64-inl.h @@ -7,12 +7,12 @@ #include -#include "globals.h" +#include "src/globals.h" -#include "arm64/assembler-arm64.h" -#include "arm64/assembler-arm64-inl.h" -#include "arm64/macro-assembler-arm64.h" -#include "arm64/instrument-arm64.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/assembler-arm64-inl.h" +#include "src/arm64/macro-assembler-arm64.h" +#include "src/arm64/instrument-arm64.h" namespace v8 { diff --git a/src/arm64/macro-assembler-arm64.cc b/src/arm64/macro-assembler-arm64.cc index e4b5c7a30d..7052dac540 100644 --- a/src/arm64/macro-assembler-arm64.cc +++ b/src/arm64/macro-assembler-arm64.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "isolate-inl.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/isolate-inl.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h index efcdbf32db..320681b6af 100644 --- a/src/arm64/macro-assembler-arm64.h +++ b/src/arm64/macro-assembler-arm64.h @@ -7,9 +7,9 @@ #include -#include "globals.h" +#include "src/globals.h" -#include "arm64/assembler-arm64-inl.h" +#include "src/arm64/assembler-arm64-inl.h" namespace v8 { namespace internal { diff --git a/src/arm64/regexp-macro-assembler-arm64.cc b/src/arm64/regexp-macro-assembler-arm64.cc index 7809853c7f..9e81c62897 100644 --- a/src/arm64/regexp-macro-assembler-arm64.cc +++ b/src/arm64/regexp-macro-assembler-arm64.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "cpu-profiler.h" -#include "unicode.h" -#include "log.h" -#include "code-stubs.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "arm64/regexp-macro-assembler-arm64.h" +#include "src/cpu-profiler.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/code-stubs.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/arm64/regexp-macro-assembler-arm64.h" namespace v8 { namespace internal { diff --git a/src/arm64/regexp-macro-assembler-arm64.h b/src/arm64/regexp-macro-assembler-arm64.h index 5d0d925ecc..c319eae3c5 100644 --- a/src/arm64/regexp-macro-assembler-arm64.h +++ b/src/arm64/regexp-macro-assembler-arm64.h @@ -5,9 +5,9 @@ #ifndef V8_ARM64_REGEXP_MACRO_ASSEMBLER_ARM64_H_ #define V8_ARM64_REGEXP_MACRO_ASSEMBLER_ARM64_H_ -#include "arm64/assembler-arm64.h" -#include "arm64/assembler-arm64-inl.h" -#include "macro-assembler.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/assembler-arm64-inl.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/arm64/simulator-arm64.cc b/src/arm64/simulator-arm64.cc index 1ae57e9e2f..8fbbf9c88c 100644 --- a/src/arm64/simulator-arm64.cc +++ b/src/arm64/simulator-arm64.cc @@ -5,15 +5,15 @@ #include #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "disasm.h" -#include "assembler.h" -#include "arm64/decoder-arm64-inl.h" -#include "arm64/simulator-arm64.h" -#include "macro-assembler.h" +#include "src/disasm.h" +#include "src/assembler.h" +#include "src/arm64/decoder-arm64-inl.h" +#include "src/arm64/simulator-arm64.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/arm64/simulator-arm64.h b/src/arm64/simulator-arm64.h index 29a6583ffd..0ac1a905d1 100644 --- a/src/arm64/simulator-arm64.h +++ b/src/arm64/simulator-arm64.h @@ -8,16 +8,16 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "globals.h" -#include "utils.h" -#include "allocation.h" -#include "assembler.h" -#include "arm64/assembler-arm64.h" -#include "arm64/decoder-arm64.h" -#include "arm64/disasm-arm64.h" -#include "arm64/instrument-arm64.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/allocation.h" +#include "src/assembler.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/decoder-arm64.h" +#include "src/arm64/disasm-arm64.h" +#include "src/arm64/instrument-arm64.h" #define REGISTER_CODE_LIST(R) \ R(0) R(1) R(2) R(3) R(4) R(5) R(6) R(7) \ diff --git a/src/arm64/stub-cache-arm64.cc b/src/arm64/stub-cache-arm64.cc index 760fbb3540..ae597b2a01 100644 --- a/src/arm64/stub-cache-arm64.cc +++ b/src/arm64/stub-cache-arm64.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/arm64/utils-arm64.cc b/src/arm64/utils-arm64.cc index 53a2957e91..0cb4ea5e74 100644 --- a/src/arm64/utils-arm64.cc +++ b/src/arm64/utils-arm64.cc @@ -4,7 +4,7 @@ #if V8_TARGET_ARCH_ARM64 -#include "arm64/utils-arm64.h" +#include "src/arm64/utils-arm64.h" namespace v8 { diff --git a/src/arm64/utils-arm64.h b/src/arm64/utils-arm64.h index c739e50f26..b940710205 100644 --- a/src/arm64/utils-arm64.h +++ b/src/arm64/utils-arm64.h @@ -6,8 +6,8 @@ #define V8_ARM64_UTILS_ARM64_H_ #include -#include "v8.h" -#include "arm64/constants-arm64.h" +#include "src/v8.h" +#include "src/arm64/constants-arm64.h" #define REGISTER_CODE_LIST(R) \ R(0) R(1) R(2) R(3) R(4) R(5) R(6) R(7) \ diff --git a/src/assembler.cc b/src/assembler.cc index f4e609e729..fc33f973a9 100644 --- a/src/assembler.cc +++ b/src/assembler.cc @@ -32,42 +32,42 @@ // modified significantly by Google Inc. // Copyright 2012 the V8 project authors. All rights reserved. -#include "assembler.h" +#include "src/assembler.h" #include -#include "api.h" -#include "builtins.h" -#include "counters.h" -#include "cpu.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "execution.h" -#include "ic.h" -#include "isolate-inl.h" -#include "jsregexp.h" -#include "lazy-instance.h" -#include "platform.h" -#include "regexp-macro-assembler.h" -#include "regexp-stack.h" -#include "runtime.h" -#include "serialize.h" -#include "store-buffer-inl.h" -#include "stub-cache.h" -#include "token.h" +#include "src/api.h" +#include "src/builtins.h" +#include "src/counters.h" +#include "src/cpu.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/ic.h" +#include "src/isolate-inl.h" +#include "src/jsregexp.h" +#include "src/lazy-instance.h" +#include "src/platform.h" +#include "src/regexp-macro-assembler.h" +#include "src/regexp-stack.h" +#include "src/runtime.h" +#include "src/serialize.h" +#include "src/store-buffer-inl.h" +#include "src/stub-cache.h" +#include "src/token.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/assembler-ia32-inl.h" +#include "src/ia32/assembler-ia32-inl.h" #elif V8_TARGET_ARCH_X64 -#include "x64/assembler-x64-inl.h" +#include "src/x64/assembler-x64-inl.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/assembler-arm64-inl.h" +#include "src/arm64/assembler-arm64-inl.h" #elif V8_TARGET_ARCH_ARM -#include "arm/assembler-arm-inl.h" +#include "src/arm/assembler-arm-inl.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/assembler-mips-inl.h" +#include "src/mips/assembler-mips-inl.h" #elif V8_TARGET_ARCH_X87 -#include "x87/assembler-x87-inl.h" +#include "src/x87/assembler-x87-inl.h" #else #error "Unknown architecture." #endif @@ -75,17 +75,17 @@ // Include native regexp-macro-assembler. #ifndef V8_INTERPRETED_REGEXP #if V8_TARGET_ARCH_IA32 -#include "ia32/regexp-macro-assembler-ia32.h" +#include "src/ia32/regexp-macro-assembler-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/regexp-macro-assembler-x64.h" +#include "src/x64/regexp-macro-assembler-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/regexp-macro-assembler-arm64.h" +#include "src/arm64/regexp-macro-assembler-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/regexp-macro-assembler-arm.h" +#include "src/arm/regexp-macro-assembler-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/regexp-macro-assembler-mips.h" +#include "src/mips/regexp-macro-assembler-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/regexp-macro-assembler-x87.h" +#include "src/x87/regexp-macro-assembler-x87.h" #else // Unknown architecture. #error "Unknown architecture." #endif // Target architecture. diff --git a/src/assembler.h b/src/assembler.h index 49e934edaf..bbca79374a 100644 --- a/src/assembler.h +++ b/src/assembler.h @@ -35,14 +35,14 @@ #ifndef V8_ASSEMBLER_H_ #define V8_ASSEMBLER_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "builtins.h" -#include "gdb-jit.h" -#include "isolate.h" -#include "runtime.h" -#include "token.h" +#include "src/allocation.h" +#include "src/builtins.h" +#include "src/gdb-jit.h" +#include "src/isolate.h" +#include "src/runtime.h" +#include "src/token.h" namespace v8 { diff --git a/src/assert-scope.cc b/src/assert-scope.cc index 960567cfa3..c4aa9877d4 100644 --- a/src/assert-scope.cc +++ b/src/assert-scope.cc @@ -3,8 +3,8 @@ // found in the LICENSE file. -#include "assert-scope.h" -#include "v8.h" +#include "src/assert-scope.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/assert-scope.h b/src/assert-scope.h index 5086eaa426..14e1194ba5 100644 --- a/src/assert-scope.h +++ b/src/assert-scope.h @@ -5,9 +5,9 @@ #ifndef V8_ASSERT_SCOPE_H_ #define V8_ASSERT_SCOPE_H_ -#include "allocation.h" -#include "platform.h" -#include "utils.h" +#include "src/allocation.h" +#include "src/platform.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/ast.cc b/src/ast.cc index e6bcec210d..8b1d94176f 100644 --- a/src/ast.cc +++ b/src/ast.cc @@ -2,20 +2,20 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "ast.h" +#include "src/ast.h" #include // For isfinite. -#include "builtins.h" -#include "code-stubs.h" -#include "contexts.h" -#include "conversions.h" -#include "hashmap.h" -#include "parser.h" -#include "property-details.h" -#include "property.h" -#include "scopes.h" -#include "string-stream.h" -#include "type-info.h" +#include "src/builtins.h" +#include "src/code-stubs.h" +#include "src/contexts.h" +#include "src/conversions.h" +#include "src/hashmap.h" +#include "src/parser.h" +#include "src/property-details.h" +#include "src/property.h" +#include "src/scopes.h" +#include "src/string-stream.h" +#include "src/type-info.h" namespace v8 { namespace internal { diff --git a/src/ast.h b/src/ast.h index 5f696b584e..35e3a852cd 100644 --- a/src/ast.h +++ b/src/ast.h @@ -5,23 +5,23 @@ #ifndef V8_AST_H_ #define V8_AST_H_ -#include "v8.h" +#include "src/v8.h" -#include "assembler.h" -#include "factory.h" -#include "feedback-slots.h" -#include "isolate.h" -#include "jsregexp.h" -#include "list-inl.h" -#include "runtime.h" -#include "small-pointer-list.h" -#include "smart-pointers.h" -#include "token.h" -#include "types.h" -#include "utils.h" -#include "variables.h" -#include "interface.h" -#include "zone-inl.h" +#include "src/assembler.h" +#include "src/factory.h" +#include "src/feedback-slots.h" +#include "src/isolate.h" +#include "src/jsregexp.h" +#include "src/list-inl.h" +#include "src/runtime.h" +#include "src/small-pointer-list.h" +#include "src/smart-pointers.h" +#include "src/token.h" +#include "src/types.h" +#include "src/utils.h" +#include "src/variables.h" +#include "src/interface.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/atomicops.h b/src/atomicops.h index 73ba94585f..db11404369 100644 --- a/src/atomicops.h +++ b/src/atomicops.h @@ -25,8 +25,8 @@ #ifndef V8_ATOMICOPS_H_ #define V8_ATOMICOPS_H_ -#include "../include/v8.h" -#include "base/build_config.h" +#include "include/v8.h" +#include "src/base/build_config.h" #if defined(_WIN32) && defined(V8_HOST_ARCH_64_BIT) // windows.h #defines this (only on x64). This causes problems because the @@ -135,19 +135,19 @@ Atomic64 Release_Load(volatile const Atomic64* ptr); // Include our platform specific implementation. #if defined(THREAD_SANITIZER) -#include "atomicops_internals_tsan.h" +#include "src/atomicops_internals_tsan.h" #elif defined(_MSC_VER) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64) -#include "atomicops_internals_x86_msvc.h" +#include "src/atomicops_internals_x86_msvc.h" #elif defined(__APPLE__) -#include "atomicops_internals_mac.h" +#include "src/atomicops_internals_mac.h" #elif defined(__GNUC__) && V8_HOST_ARCH_ARM64 -#include "atomicops_internals_arm64_gcc.h" +#include "src/atomicops_internals_arm64_gcc.h" #elif defined(__GNUC__) && V8_HOST_ARCH_ARM -#include "atomicops_internals_arm_gcc.h" +#include "src/atomicops_internals_arm_gcc.h" #elif defined(__GNUC__) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64) -#include "atomicops_internals_x86_gcc.h" +#include "src/atomicops_internals_x86_gcc.h" #elif defined(__GNUC__) && V8_HOST_ARCH_MIPS -#include "atomicops_internals_mips_gcc.h" +#include "src/atomicops_internals_mips_gcc.h" #else #error "Atomic operations are not supported on your platform" #endif @@ -155,7 +155,7 @@ Atomic64 Release_Load(volatile const Atomic64* ptr); // On some platforms we need additional declarations to make // AtomicWord compatible with our other Atomic* types. #if defined(__APPLE__) || defined(__OpenBSD__) -#include "atomicops_internals_atomicword_compat.h" +#include "src/atomicops_internals_atomicword_compat.h" #endif #endif // V8_ATOMICOPS_H_ diff --git a/src/atomicops_internals_x86_gcc.cc b/src/atomicops_internals_x86_gcc.cc index 047763562a..4cb2a6002a 100644 --- a/src/atomicops_internals_x86_gcc.cc +++ b/src/atomicops_internals_x86_gcc.cc @@ -7,7 +7,7 @@ #include -#include "atomicops.h" +#include "src/atomicops.h" // This file only makes sense with atomicops_internals_x86_gcc.h -- it // depends on structs that are defined in that file. If atomicops.h diff --git a/src/atomicops_internals_x86_msvc.h b/src/atomicops_internals_x86_msvc.h index 4ee288dc38..b72f7751fb 100644 --- a/src/atomicops_internals_x86_msvc.h +++ b/src/atomicops_internals_x86_msvc.h @@ -7,8 +7,8 @@ #ifndef V8_ATOMICOPS_INTERNALS_X86_MSVC_H_ #define V8_ATOMICOPS_INTERNALS_X86_MSVC_H_ -#include "base/macros.h" -#include "win32-headers.h" +#include "src/base/macros.h" +#include "src/win32-headers.h" #if defined(V8_HOST_ARCH_64_BIT) // windows.h #defines this (only on x64). This causes problems because the diff --git a/src/base/build_config.h b/src/base/build_config.h index ea4fe84846..1263a56b22 100644 --- a/src/base/build_config.h +++ b/src/base/build_config.h @@ -5,7 +5,7 @@ #ifndef V8_BASE_BUILD_CONFIG_H_ #define V8_BASE_BUILD_CONFIG_H_ -#include "../../include/v8config.h" +#include "include/v8config.h" // Processor architecture detection. For more info on what's defined, see: // http://msdn.microsoft.com/en-us/library/b0084kay.aspx diff --git a/src/base/macros.h b/src/base/macros.h index 23d661f49f..57191edcfe 100644 --- a/src/base/macros.h +++ b/src/base/macros.h @@ -5,7 +5,7 @@ #ifndef V8_BASE_MACROS_H_ #define V8_BASE_MACROS_H_ -#include "../../include/v8stdint.h" +#include "include/v8stdint.h" // The expression OFFSET_OF(type, field) computes the byte-offset diff --git a/src/bignum-dtoa.cc b/src/bignum-dtoa.cc index fa80aad4ea..8860a9bddc 100644 --- a/src/bignum-dtoa.cc +++ b/src/bignum-dtoa.cc @@ -4,14 +4,14 @@ #include -#include "../include/v8stdint.h" -#include "checks.h" -#include "utils.h" +#include "include/v8stdint.h" +#include "src/checks.h" +#include "src/utils.h" -#include "bignum-dtoa.h" +#include "src/bignum-dtoa.h" -#include "bignum.h" -#include "double.h" +#include "src/bignum.h" +#include "src/double.h" namespace v8 { namespace internal { diff --git a/src/bignum.cc b/src/bignum.cc index e47f355301..a44a672586 100644 --- a/src/bignum.cc +++ b/src/bignum.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../include/v8stdint.h" -#include "utils.h" -#include "bignum.h" +#include "include/v8stdint.h" +#include "src/utils.h" +#include "src/bignum.h" namespace v8 { namespace internal { diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc index 924bb3f6ca..d562c65c37 100644 --- a/src/bootstrapper.cc +++ b/src/bootstrapper.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "bootstrapper.h" +#include "src/bootstrapper.h" -#include "accessors.h" -#include "isolate-inl.h" -#include "natives.h" -#include "snapshot.h" -#include "trig-table.h" -#include "extensions/externalize-string-extension.h" -#include "extensions/free-buffer-extension.h" -#include "extensions/gc-extension.h" -#include "extensions/statistics-extension.h" -#include "extensions/trigger-failure-extension.h" -#include "code-stubs.h" +#include "src/accessors.h" +#include "src/isolate-inl.h" +#include "src/natives.h" +#include "src/snapshot.h" +#include "src/trig-table.h" +#include "src/extensions/externalize-string-extension.h" +#include "src/extensions/free-buffer-extension.h" +#include "src/extensions/gc-extension.h" +#include "src/extensions/statistics-extension.h" +#include "src/extensions/trigger-failure-extension.h" +#include "src/code-stubs.h" namespace v8 { namespace internal { diff --git a/src/bootstrapper.h b/src/bootstrapper.h index f6fcd02ef6..598838278e 100644 --- a/src/bootstrapper.h +++ b/src/bootstrapper.h @@ -5,7 +5,7 @@ #ifndef V8_BOOTSTRAPPER_H_ #define V8_BOOTSTRAPPER_H_ -#include "factory.h" +#include "src/factory.h" namespace v8 { namespace internal { diff --git a/src/builtins.cc b/src/builtins.cc index cb1ca555b0..5a070c17ba 100644 --- a/src/builtins.cc +++ b/src/builtins.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "arguments.h" -#include "bootstrapper.h" -#include "builtins.h" -#include "cpu-profiler.h" -#include "gdb-jit.h" -#include "ic-inl.h" -#include "heap-profiler.h" -#include "mark-compact.h" -#include "stub-cache.h" -#include "vm-state-inl.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/bootstrapper.h" +#include "src/builtins.h" +#include "src/cpu-profiler.h" +#include "src/gdb-jit.h" +#include "src/ic-inl.h" +#include "src/heap-profiler.h" +#include "src/mark-compact.h" +#include "src/stub-cache.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/cached-powers.cc b/src/cached-powers.cc index 8a00968482..f5720875e2 100644 --- a/src/cached-powers.cc +++ b/src/cached-powers.cc @@ -6,10 +6,10 @@ #include #include -#include "../include/v8stdint.h" -#include "globals.h" -#include "checks.h" -#include "cached-powers.h" +#include "include/v8stdint.h" +#include "src/globals.h" +#include "src/checks.h" +#include "src/cached-powers.h" namespace v8 { namespace internal { diff --git a/src/cached-powers.h b/src/cached-powers.h index b58924fb36..dc681bfd80 100644 --- a/src/cached-powers.h +++ b/src/cached-powers.h @@ -5,7 +5,7 @@ #ifndef V8_CACHED_POWERS_H_ #define V8_CACHED_POWERS_H_ -#include "diy-fp.h" +#include "src/diy-fp.h" namespace v8 { namespace internal { diff --git a/src/char-predicates-inl.h b/src/char-predicates-inl.h index 16a89f4c3d..19d96db976 100644 --- a/src/char-predicates-inl.h +++ b/src/char-predicates-inl.h @@ -5,7 +5,7 @@ #ifndef V8_CHAR_PREDICATES_INL_H_ #define V8_CHAR_PREDICATES_INL_H_ -#include "char-predicates.h" +#include "src/char-predicates.h" namespace v8 { namespace internal { diff --git a/src/char-predicates.h b/src/char-predicates.h index 84247e43ce..b7c5d42320 100644 --- a/src/char-predicates.h +++ b/src/char-predicates.h @@ -5,7 +5,7 @@ #ifndef V8_CHAR_PREDICATES_H_ #define V8_CHAR_PREDICATES_H_ -#include "unicode.h" +#include "src/unicode.h" namespace v8 { namespace internal { diff --git a/src/checks.cc b/src/checks.cc index 4667facad8..23c9305f8c 100644 --- a/src/checks.cc +++ b/src/checks.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "checks.h" +#include "src/checks.h" #if V8_LIBC_GLIBC || V8_OS_BSD # include @@ -12,8 +12,8 @@ #endif // V8_LIBC_GLIBC || V8_OS_BSD #include -#include "platform.h" -#include "v8.h" +#include "src/platform.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/checks.h b/src/checks.h index c3153363dd..75be65729b 100644 --- a/src/checks.h +++ b/src/checks.h @@ -7,8 +7,8 @@ #include -#include "../include/v8stdint.h" #include "base/build_config.h" +#include "include/v8stdint.h" extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); diff --git a/src/circular-queue-inl.h b/src/circular-queue-inl.h index 14910a17e4..ae784402b3 100644 --- a/src/circular-queue-inl.h +++ b/src/circular-queue-inl.h @@ -5,7 +5,7 @@ #ifndef V8_CIRCULAR_QUEUE_INL_H_ #define V8_CIRCULAR_QUEUE_INL_H_ -#include "circular-queue.h" +#include "src/circular-queue.h" namespace v8 { namespace internal { diff --git a/src/circular-queue.h b/src/circular-queue.h index a2ead815e8..f426892e16 100644 --- a/src/circular-queue.h +++ b/src/circular-queue.h @@ -5,8 +5,8 @@ #ifndef V8_CIRCULAR_QUEUE_H_ #define V8_CIRCULAR_QUEUE_H_ -#include "atomicops.h" -#include "globals.h" +#include "src/atomicops.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc index 96ee32e614..6cf8bcb7d5 100644 --- a/src/code-stubs-hydrogen.cc +++ b/src/code-stubs-hydrogen.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "code-stubs.h" -#include "hydrogen.h" -#include "lithium.h" +#include "src/code-stubs.h" +#include "src/hydrogen.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/code-stubs.cc b/src/code-stubs.cc index aaad10843a..cb49db308f 100644 --- a/src/code-stubs.cc +++ b/src/code-stubs.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "bootstrapper.h" -#include "code-stubs.h" -#include "cpu-profiler.h" -#include "stub-cache.h" -#include "factory.h" -#include "gdb-jit.h" -#include "macro-assembler.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/cpu-profiler.h" +#include "src/stub-cache.h" +#include "src/factory.h" +#include "src/gdb-jit.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/code-stubs.h b/src/code-stubs.h index cb0edc698b..4a93f9920a 100644 --- a/src/code-stubs.h +++ b/src/code-stubs.h @@ -5,11 +5,11 @@ #ifndef V8_CODE_STUBS_H_ #define V8_CODE_STUBS_H_ -#include "allocation.h" -#include "assembler.h" -#include "codegen.h" -#include "globals.h" -#include "macro-assembler.h" +#include "src/allocation.h" +#include "src/assembler.h" +#include "src/codegen.h" +#include "src/globals.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { @@ -437,17 +437,17 @@ class RuntimeCallHelper { } } // namespace v8::internal #if V8_TARGET_ARCH_IA32 -#include "ia32/code-stubs-ia32.h" +#include "src/ia32/code-stubs-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/code-stubs-x64.h" +#include "src/x64/code-stubs-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/code-stubs-arm64.h" +#include "src/arm64/code-stubs-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/code-stubs-arm.h" +#include "src/arm/code-stubs-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/code-stubs-mips.h" +#include "src/mips/code-stubs-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/code-stubs-x87.h" +#include "src/x87/code-stubs-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/code.h b/src/code.h index 40a6950d20..2b821c6512 100644 --- a/src/code.h +++ b/src/code.h @@ -5,9 +5,9 @@ #ifndef V8_CODE_H_ #define V8_CODE_H_ -#include "allocation.h" -#include "handles.h" -#include "objects.h" +#include "src/allocation.h" +#include "src/handles.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/codegen.cc b/src/codegen.cc index 7636509547..753d522d6f 100644 --- a/src/codegen.cc +++ b/src/codegen.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "compiler.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "prettyprinter.h" -#include "rewriter.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/prettyprinter.h" +#include "src/rewriter.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/codegen.h b/src/codegen.h index 2c6247d3c5..ec36b150d8 100644 --- a/src/codegen.h +++ b/src/codegen.h @@ -5,8 +5,8 @@ #ifndef V8_CODEGEN_H_ #define V8_CODEGEN_H_ -#include "code-stubs.h" -#include "runtime.h" +#include "src/code-stubs.h" +#include "src/runtime.h" // Include the declaration of the architecture defined class CodeGenerator. // The contract to the shared code is that the the CodeGenerator is a subclass @@ -46,17 +46,17 @@ enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; #if V8_TARGET_ARCH_IA32 -#include "ia32/codegen-ia32.h" +#include "src/ia32/codegen-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/codegen-x64.h" +#include "src/x64/codegen-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/codegen-arm64.h" +#include "src/arm64/codegen-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/codegen-arm.h" +#include "src/arm/codegen-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/codegen-mips.h" +#include "src/mips/codegen-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/codegen-x87.h" +#include "src/x87/codegen-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc index 42a94fc74f..6b22bf2428 100644 --- a/src/compilation-cache.cc +++ b/src/compilation-cache.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "assembler.h" -#include "compilation-cache.h" -#include "serialize.h" +#include "src/assembler.h" +#include "src/compilation-cache.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/compiler.cc b/src/compiler.cc index 4dbea3f862..42fcc78406 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -2,30 +2,30 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "compiler.h" +#include "src/compiler.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "compilation-cache.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "gdb-jit.h" -#include "typing.h" -#include "hydrogen.h" -#include "isolate-inl.h" -#include "lithium.h" -#include "liveedit.h" -#include "parser.h" -#include "rewriter.h" -#include "runtime-profiler.h" -#include "scanner-character-streams.h" -#include "scopeinfo.h" -#include "scopes.h" -#include "vm-state-inl.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/compilation-cache.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/gdb-jit.h" +#include "src/typing.h" +#include "src/hydrogen.h" +#include "src/isolate-inl.h" +#include "src/lithium.h" +#include "src/liveedit.h" +#include "src/parser.h" +#include "src/rewriter.h" +#include "src/runtime-profiler.h" +#include "src/scanner-character-streams.h" +#include "src/scopeinfo.h" +#include "src/scopes.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/compiler.h b/src/compiler.h index ac4dfd4e3e..6531474a17 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -5,9 +5,9 @@ #ifndef V8_COMPILER_H_ #define V8_COMPILER_H_ -#include "allocation.h" -#include "ast.h" -#include "zone.h" +#include "src/allocation.h" +#include "src/ast.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/contexts.cc b/src/contexts.cc index 1d0e2f891a..fbd99b19ce 100644 --- a/src/contexts.cc +++ b/src/contexts.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "bootstrapper.h" -#include "debug.h" -#include "scopeinfo.h" +#include "src/bootstrapper.h" +#include "src/debug.h" +#include "src/scopeinfo.h" namespace v8 { namespace internal { diff --git a/src/contexts.h b/src/contexts.h index 2c173e1aec..d9541b0be2 100644 --- a/src/contexts.h +++ b/src/contexts.h @@ -5,8 +5,8 @@ #ifndef V8_CONTEXTS_H_ #define V8_CONTEXTS_H_ -#include "heap.h" -#include "objects.h" +#include "src/heap.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/conversions-inl.h b/src/conversions-inl.h index 967c6ae998..27fed95eb5 100644 --- a/src/conversions-inl.h +++ b/src/conversions-inl.h @@ -9,16 +9,16 @@ #include // Required for DBL_MAX and on Win32 for finite() #include #include -#include "globals.h" // Required for V8_INFINITY +#include "src/globals.h" // Required for V8_INFINITY // ---------------------------------------------------------------------------- // Extra POSIX/ANSI functions for Win32/MSVC. -#include "conversions.h" -#include "double.h" -#include "platform.h" -#include "scanner.h" -#include "strtod.h" +#include "src/conversions.h" +#include "src/double.h" +#include "src/platform.h" +#include "src/scanner.h" +#include "src/strtod.h" namespace v8 { namespace internal { diff --git a/src/conversions.cc b/src/conversions.cc index 14dbc2b7f8..4efe903904 100644 --- a/src/conversions.cc +++ b/src/conversions.cc @@ -6,16 +6,16 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "assert-scope.h" -#include "conversions.h" -#include "conversions-inl.h" -#include "dtoa.h" -#include "factory.h" -#include "list-inl.h" -#include "strtod.h" -#include "utils.h" +#include "src/assert-scope.h" +#include "src/conversions.h" +#include "src/conversions-inl.h" +#include "src/dtoa.h" +#include "src/factory.h" +#include "src/list-inl.h" +#include "src/strtod.h" +#include "src/utils.h" #ifndef _STLP_VENDOR_CSTD // STLPort doesn't import fpclassify into the std namespace. diff --git a/src/conversions.h b/src/conversions.h index 57a202d764..a23ea90fb1 100644 --- a/src/conversions.h +++ b/src/conversions.h @@ -7,10 +7,10 @@ #include -#include "checks.h" -#include "handles.h" -#include "objects.h" -#include "utils.h" +#include "src/checks.h" +#include "src/handles.h" +#include "src/objects.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/counters.cc b/src/counters.cc index eb1b4c27f0..42b0574b37 100644 --- a/src/counters.cc +++ b/src/counters.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "counters.h" -#include "isolate.h" -#include "platform.h" +#include "src/counters.h" +#include "src/isolate.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/counters.h b/src/counters.h index 91c1dd6c4a..f7ff36b75d 100644 --- a/src/counters.h +++ b/src/counters.h @@ -5,11 +5,11 @@ #ifndef V8_COUNTERS_H_ #define V8_COUNTERS_H_ -#include "../include/v8.h" -#include "allocation.h" -#include "globals.h" -#include "objects.h" -#include "platform/elapsed-timer.h" +#include "include/v8.h" +#include "src/allocation.h" +#include "src/globals.h" +#include "src/objects.h" +#include "src/platform/elapsed-timer.h" namespace v8 { namespace internal { diff --git a/src/cpu-profiler-inl.h b/src/cpu-profiler-inl.h index e088f2ef48..c63a9c3cc2 100644 --- a/src/cpu-profiler-inl.h +++ b/src/cpu-profiler-inl.h @@ -5,12 +5,12 @@ #ifndef V8_CPU_PROFILER_INL_H_ #define V8_CPU_PROFILER_INL_H_ -#include "cpu-profiler.h" +#include "src/cpu-profiler.h" #include -#include "circular-queue-inl.h" -#include "profile-generator-inl.h" -#include "unbound-queue-inl.h" +#include "src/circular-queue-inl.h" +#include "src/profile-generator-inl.h" +#include "src/unbound-queue-inl.h" namespace v8 { namespace internal { diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc index 3a7c960871..49a1d7a2e9 100644 --- a/src/cpu-profiler.cc +++ b/src/cpu-profiler.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "cpu-profiler-inl.h" +#include "src/cpu-profiler-inl.h" -#include "compiler.h" -#include "frames-inl.h" -#include "hashmap.h" -#include "log-inl.h" -#include "vm-state-inl.h" +#include "src/compiler.h" +#include "src/frames-inl.h" +#include "src/hashmap.h" +#include "src/log-inl.h" +#include "src/vm-state-inl.h" -#include "../include/v8-profiler.h" +#include "include/v8-profiler.h" namespace v8 { namespace internal { diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h index b9f9f98fd2..0643bdce06 100644 --- a/src/cpu-profiler.h +++ b/src/cpu-profiler.h @@ -5,12 +5,12 @@ #ifndef V8_CPU_PROFILER_H_ #define V8_CPU_PROFILER_H_ -#include "allocation.h" -#include "atomicops.h" -#include "circular-queue.h" -#include "platform/time.h" -#include "sampler.h" -#include "unbound-queue.h" +#include "src/allocation.h" +#include "src/atomicops.h" +#include "src/circular-queue.h" +#include "src/platform/time.h" +#include "src/sampler.h" +#include "src/unbound-queue.h" namespace v8 { namespace internal { diff --git a/src/cpu.cc b/src/cpu.cc index fe004d10ff..0ad15fbdf0 100644 --- a/src/cpu.cc +++ b/src/cpu.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "cpu.h" +#include "src/cpu.h" #if V8_LIBC_MSVCRT #include // __cpuid() @@ -21,9 +21,9 @@ #include #include -#include "checks.h" +#include "src/checks.h" #if V8_OS_WIN -#include "win32-headers.h" +#include "src/win32-headers.h" #endif namespace v8 { diff --git a/src/cpu.h b/src/cpu.h index a8725851b1..04dad039a0 100644 --- a/src/cpu.h +++ b/src/cpu.h @@ -13,7 +13,7 @@ #ifndef V8_CPU_H_ #define V8_CPU_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/d8-debug.cc b/src/d8-debug.cc index 41ec670e57..71e006c48e 100644 --- a/src/d8-debug.cc +++ b/src/d8-debug.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "d8.h" -#include "d8-debug.h" +#include "src/d8.h" +#include "src/d8-debug.h" namespace v8 { diff --git a/src/d8-debug.h b/src/d8-debug.h index ab274e9069..1a693cc86d 100644 --- a/src/d8-debug.h +++ b/src/d8-debug.h @@ -6,8 +6,8 @@ #define V8_D8_DEBUG_H_ -#include "d8.h" -#include "debug.h" +#include "src/d8.h" +#include "src/debug.h" namespace v8 { diff --git a/src/d8-posix.cc b/src/d8-posix.cc index 869cd53133..4d9a2803e9 100644 --- a/src/d8-posix.cc +++ b/src/d8-posix.cc @@ -15,9 +15,9 @@ #include -#include "d8.h" -#include "d8-debug.h" -#include "debug.h" +#include "src/d8.h" +#include "src/d8-debug.h" +#include "src/debug.h" namespace v8 { diff --git a/src/d8-readline.cc b/src/d8-readline.cc index a11cf4dc80..39c93d35de 100644 --- a/src/d8-readline.cc +++ b/src/d8-readline.cc @@ -10,7 +10,7 @@ // The readline includes leaves RETURN defined which breaks V8 compilation. #undef RETURN -#include "d8.h" +#include "src/d8.h" // There are incompatibilities between different versions and different // implementations of readline. This smooths out one known incompatibility. diff --git a/src/d8-windows.cc b/src/d8-windows.cc index 8e0dc96b6d..b519407a98 100644 --- a/src/d8-windows.cc +++ b/src/d8-windows.cc @@ -3,10 +3,10 @@ // found in the LICENSE file. -#include "d8.h" -#include "d8-debug.h" -#include "debug.h" -#include "api.h" +#include "src/d8.h" +#include "src/d8-debug.h" +#include "src/debug.h" +#include "src/api.h" namespace v8 { diff --git a/src/d8.cc b/src/d8.cc index d12d8c8e72..1ecfc270d4 100644 --- a/src/d8.cc +++ b/src/d8.cc @@ -26,24 +26,24 @@ #endif // !V8_SHARED #ifdef V8_SHARED -#include "../include/v8-testing.h" +#include "include/v8-testing.h" #endif // V8_SHARED #ifdef ENABLE_VTUNE_JIT_INTERFACE -#include "third_party/vtune/v8-vtune.h" +#include "src/third_party/vtune/v8-vtune.h" #endif -#include "d8.h" +#include "src/d8.h" #ifndef V8_SHARED -#include "api.h" -#include "checks.h" -#include "cpu.h" -#include "d8-debug.h" -#include "debug.h" -#include "natives.h" -#include "platform.h" -#include "v8.h" +#include "src/api.h" +#include "src/checks.h" +#include "src/cpu.h" +#include "src/d8-debug.h" +#include "src/debug.h" +#include "src/natives.h" +#include "src/platform.h" +#include "src/v8.h" #endif // !V8_SHARED #if !defined(_WIN32) && !defined(_WIN64) diff --git a/src/d8.gyp b/src/d8.gyp index 0e51baaaca..b353eb0136 100644 --- a/src/d8.gyp +++ b/src/d8.gyp @@ -44,7 +44,7 @@ ], # Generated source files need this explicitly: 'include_dirs+': [ - '../src', + '..', ], 'sources': [ 'd8.cc', diff --git a/src/d8.h b/src/d8.h index 1f7f5d1ee6..bd70c8e782 100644 --- a/src/d8.h +++ b/src/d8.h @@ -6,12 +6,12 @@ #define V8_D8_H_ #ifndef V8_SHARED -#include "allocation.h" -#include "hashmap.h" -#include "smart-pointers.h" -#include "v8.h" +#include "src/allocation.h" +#include "src/hashmap.h" +#include "src/smart-pointers.h" +#include "src/v8.h" #else -#include "../include/v8.h" +#include "include/v8.h" #endif // !V8_SHARED namespace v8 { diff --git a/src/data-flow.cc b/src/data-flow.cc index a2df933682..e591778fa1 100644 --- a/src/data-flow.cc +++ b/src/data-flow.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "data-flow.h" -#include "scopes.h" +#include "src/data-flow.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/data-flow.h b/src/data-flow.h index 98435e603c..5c214ae831 100644 --- a/src/data-flow.h +++ b/src/data-flow.h @@ -5,12 +5,12 @@ #ifndef V8_DATAFLOW_H_ #define V8_DATAFLOW_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "ast.h" -#include "compiler.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/ast.h" +#include "src/compiler.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/date.cc b/src/date.cc index e0fb5ee125..3425ce24aa 100644 --- a/src/date.cc +++ b/src/date.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "date.h" +#include "src/date.h" -#include "v8.h" +#include "src/v8.h" -#include "objects.h" -#include "objects-inl.h" +#include "src/objects.h" +#include "src/objects-inl.h" namespace v8 { namespace internal { diff --git a/src/date.h b/src/date.h index a2af685d27..89ae641c19 100644 --- a/src/date.h +++ b/src/date.h @@ -5,9 +5,9 @@ #ifndef V8_DATE_H_ #define V8_DATE_H_ -#include "allocation.h" -#include "globals.h" -#include "platform.h" +#include "src/allocation.h" +#include "src/globals.h" +#include "src/platform.h" namespace v8 { diff --git a/src/dateparser-inl.h b/src/dateparser-inl.h index 4e866e18d2..c16812b55a 100644 --- a/src/dateparser-inl.h +++ b/src/dateparser-inl.h @@ -5,7 +5,7 @@ #ifndef V8_DATEPARSER_INL_H_ #define V8_DATEPARSER_INL_H_ -#include "dateparser.h" +#include "src/dateparser.h" namespace v8 { namespace internal { diff --git a/src/dateparser.cc b/src/dateparser.cc index 0c2c18b34c..71809114a0 100644 --- a/src/dateparser.cc +++ b/src/dateparser.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "dateparser.h" +#include "src/dateparser.h" namespace v8 { namespace internal { diff --git a/src/dateparser.h b/src/dateparser.h index 1b4efb6ae1..0a0a6f0d9d 100644 --- a/src/dateparser.h +++ b/src/dateparser.h @@ -5,8 +5,8 @@ #ifndef V8_DATEPARSER_H_ #define V8_DATEPARSER_H_ -#include "allocation.h" -#include "char-predicates-inl.h" +#include "src/allocation.h" +#include "src/char-predicates-inl.h" namespace v8 { namespace internal { diff --git a/src/debug.cc b/src/debug.cc index f6086abf84..8c6c4280ee 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -2,30 +2,30 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "arguments.h" -#include "bootstrapper.h" -#include "code-stubs.h" -#include "codegen.h" -#include "compilation-cache.h" -#include "compiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "execution.h" -#include "full-codegen.h" -#include "global-handles.h" -#include "ic.h" -#include "ic-inl.h" -#include "isolate-inl.h" -#include "list.h" -#include "messages.h" -#include "natives.h" -#include "stub-cache.h" -#include "log.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compilation-cache.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/full-codegen.h" +#include "src/global-handles.h" +#include "src/ic.h" +#include "src/ic-inl.h" +#include "src/isolate-inl.h" +#include "src/list.h" +#include "src/messages.h" +#include "src/natives.h" +#include "src/stub-cache.h" +#include "src/log.h" -#include "../include/v8-debug.h" +#include "include/v8-debug.h" namespace v8 { namespace internal { diff --git a/src/debug.h b/src/debug.h index 58c41c00fb..efa4cea2f8 100644 --- a/src/debug.h +++ b/src/debug.h @@ -5,20 +5,20 @@ #ifndef V8_DEBUG_H_ #define V8_DEBUG_H_ -#include "allocation.h" -#include "arguments.h" -#include "assembler.h" -#include "execution.h" -#include "factory.h" -#include "flags.h" -#include "frames-inl.h" -#include "hashmap.h" -#include "liveedit.h" -#include "platform.h" -#include "string-stream.h" -#include "v8threads.h" +#include "src/allocation.h" +#include "src/arguments.h" +#include "src/assembler.h" +#include "src/execution.h" +#include "src/factory.h" +#include "src/flags.h" +#include "src/frames-inl.h" +#include "src/hashmap.h" +#include "src/liveedit.h" +#include "src/platform.h" +#include "src/string-stream.h" +#include "src/v8threads.h" -#include "../include/v8-debug.h" +#include "include/v8-debug.h" namespace v8 { namespace internal { diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc index 17bf8fbf5a..c1df93769e 100644 --- a/src/deoptimizer.cc +++ b/src/deoptimizer.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "codegen.h" -#include "deoptimizer.h" -#include "disasm.h" -#include "full-codegen.h" -#include "global-handles.h" -#include "macro-assembler.h" -#include "prettyprinter.h" +#include "src/accessors.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/disasm.h" +#include "src/full-codegen.h" +#include "src/global-handles.h" +#include "src/macro-assembler.h" +#include "src/prettyprinter.h" namespace v8 { diff --git a/src/deoptimizer.h b/src/deoptimizer.h index 3262f9c81a..1a6f668d8f 100644 --- a/src/deoptimizer.h +++ b/src/deoptimizer.h @@ -5,11 +5,11 @@ #ifndef V8_DEOPTIMIZER_H_ #define V8_DEOPTIMIZER_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "macro-assembler.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/macro-assembler.h" +#include "src/zone-inl.h" namespace v8 { diff --git a/src/disassembler.cc b/src/disassembler.cc index 754d5a77a5..99d495d7ef 100644 --- a/src/disassembler.cc +++ b/src/disassembler.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "code-stubs.h" -#include "codegen.h" -#include "debug.h" -#include "deoptimizer.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "string-stream.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "src/string-stream.h" namespace v8 { namespace internal { diff --git a/src/disassembler.h b/src/disassembler.h index f5f596efc9..f65f538579 100644 --- a/src/disassembler.h +++ b/src/disassembler.h @@ -5,7 +5,7 @@ #ifndef V8_DISASSEMBLER_H_ #define V8_DISASSEMBLER_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/diy-fp.cc b/src/diy-fp.cc index 51f75abb73..3abf14d3f2 100644 --- a/src/diy-fp.cc +++ b/src/diy-fp.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../include/v8stdint.h" -#include "globals.h" -#include "checks.h" -#include "diy-fp.h" +#include "include/v8stdint.h" +#include "src/globals.h" +#include "src/checks.h" +#include "src/diy-fp.h" namespace v8 { namespace internal { diff --git a/src/double.h b/src/double.h index 9fb7f843ad..947d25943c 100644 --- a/src/double.h +++ b/src/double.h @@ -5,7 +5,7 @@ #ifndef V8_DOUBLE_H_ #define V8_DOUBLE_H_ -#include "diy-fp.h" +#include "src/diy-fp.h" namespace v8 { namespace internal { diff --git a/src/dtoa.cc b/src/dtoa.cc index 42a95ed96e..949e76bf52 100644 --- a/src/dtoa.cc +++ b/src/dtoa.cc @@ -4,16 +4,16 @@ #include -#include "../include/v8stdint.h" -#include "checks.h" -#include "utils.h" +#include "include/v8stdint.h" +#include "src/checks.h" +#include "src/utils.h" -#include "dtoa.h" +#include "src/dtoa.h" -#include "bignum-dtoa.h" -#include "double.h" -#include "fast-dtoa.h" -#include "fixed-dtoa.h" +#include "src/bignum-dtoa.h" +#include "src/double.h" +#include "src/fast-dtoa.h" +#include "src/fixed-dtoa.h" namespace v8 { namespace internal { diff --git a/src/effects.h b/src/effects.h index 9360fda045..8cf5a88ee4 100644 --- a/src/effects.h +++ b/src/effects.h @@ -5,9 +5,9 @@ #ifndef V8_EFFECTS_H_ #define V8_EFFECTS_H_ -#include "v8.h" +#include "src/v8.h" -#include "types.h" +#include "src/types.h" namespace v8 { namespace internal { diff --git a/src/elements-kind.cc b/src/elements-kind.cc index d585eaa4dd..240f551caa 100644 --- a/src/elements-kind.cc +++ b/src/elements-kind.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "elements-kind.h" +#include "src/elements-kind.h" -#include "api.h" -#include "elements.h" -#include "objects.h" +#include "src/api.h" +#include "src/elements.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/elements-kind.h b/src/elements-kind.h index 28f442970d..cdd928b42d 100644 --- a/src/elements-kind.h +++ b/src/elements-kind.h @@ -5,7 +5,7 @@ #ifndef V8_ELEMENTS_KIND_H_ #define V8_ELEMENTS_KIND_H_ -#include "v8checks.h" +#include "src/v8checks.h" namespace v8 { namespace internal { diff --git a/src/elements.cc b/src/elements.cc index 1c78a96648..a8f43d598b 100644 --- a/src/elements.cc +++ b/src/elements.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "arguments.h" -#include "conversions.h" -#include "elements.h" -#include "objects.h" -#include "utils.h" +#include "src/arguments.h" +#include "src/conversions.h" +#include "src/elements.h" +#include "src/objects.h" +#include "src/utils.h" // Each concrete ElementsAccessor can handle exactly one ElementsKind, // several abstract ElementsAccessor classes are used to allow sharing diff --git a/src/elements.h b/src/elements.h index 88f5db8c5b..aa0159ed05 100644 --- a/src/elements.h +++ b/src/elements.h @@ -5,10 +5,10 @@ #ifndef V8_ELEMENTS_H_ #define V8_ELEMENTS_H_ -#include "elements-kind.h" -#include "objects.h" -#include "heap.h" -#include "isolate.h" +#include "src/elements-kind.h" +#include "src/objects.h" +#include "src/heap.h" +#include "src/isolate.h" namespace v8 { namespace internal { diff --git a/src/execution.cc b/src/execution.cc index ee927a1320..fa35689f45 100644 --- a/src/execution.cc +++ b/src/execution.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "execution.h" +#include "src/execution.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "deoptimizer.h" -#include "isolate-inl.h" -#include "vm-state-inl.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/isolate-inl.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/execution.h b/src/execution.h index e9c6eb1a37..16bc6257e2 100644 --- a/src/execution.h +++ b/src/execution.h @@ -5,7 +5,7 @@ #ifndef V8_EXECUTION_H_ #define V8_EXECUTION_H_ -#include "handles.h" +#include "src/handles.h" namespace v8 { namespace internal { diff --git a/src/extensions/externalize-string-extension.cc b/src/extensions/externalize-string-extension.cc index c942b613ac..c3b1ec756d 100644 --- a/src/extensions/externalize-string-extension.cc +++ b/src/extensions/externalize-string-extension.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "externalize-string-extension.h" +#include "src/extensions/externalize-string-extension.h" namespace v8 { namespace internal { diff --git a/src/extensions/externalize-string-extension.h b/src/extensions/externalize-string-extension.h index 305c67dcd6..74b5665ef0 100644 --- a/src/extensions/externalize-string-extension.h +++ b/src/extensions/externalize-string-extension.h @@ -5,7 +5,7 @@ #ifndef V8_EXTENSIONS_EXTERNALIZE_STRING_EXTENSION_H_ #define V8_EXTENSIONS_EXTERNALIZE_STRING_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/free-buffer-extension.cc b/src/extensions/free-buffer-extension.cc index 4ca0ab5916..ffba6558a2 100644 --- a/src/extensions/free-buffer-extension.cc +++ b/src/extensions/free-buffer-extension.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "free-buffer-extension.h" -#include "platform.h" -#include "v8.h" +#include "src/extensions/free-buffer-extension.h" +#include "src/platform.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/free-buffer-extension.h b/src/extensions/free-buffer-extension.h index e1fc9fb866..bccf760cc2 100644 --- a/src/extensions/free-buffer-extension.h +++ b/src/extensions/free-buffer-extension.h @@ -5,7 +5,7 @@ #ifndef V8_EXTENSIONS_FREE_BUFFER_EXTENSION_H_ #define V8_EXTENSIONS_FREE_BUFFER_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/gc-extension.cc b/src/extensions/gc-extension.cc index 5a5884df9d..e3c2b1d370 100644 --- a/src/extensions/gc-extension.cc +++ b/src/extensions/gc-extension.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gc-extension.h" -#include "platform.h" +#include "src/extensions/gc-extension.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/extensions/gc-extension.h b/src/extensions/gc-extension.h index 05f39354a1..a6fde3b60c 100644 --- a/src/extensions/gc-extension.h +++ b/src/extensions/gc-extension.h @@ -5,7 +5,7 @@ #ifndef V8_EXTENSIONS_GC_EXTENSION_H_ #define V8_EXTENSIONS_GC_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/statistics-extension.cc b/src/extensions/statistics-extension.cc index a7770e5895..fe34c9a386 100644 --- a/src/extensions/statistics-extension.cc +++ b/src/extensions/statistics-extension.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "statistics-extension.h" +#include "src/extensions/statistics-extension.h" namespace v8 { namespace internal { diff --git a/src/extensions/statistics-extension.h b/src/extensions/statistics-extension.h index 7eea82b060..0915e61de0 100644 --- a/src/extensions/statistics-extension.h +++ b/src/extensions/statistics-extension.h @@ -5,7 +5,7 @@ #ifndef V8_EXTENSIONS_STATISTICS_EXTENSION_H_ #define V8_EXTENSIONS_STATISTICS_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/trigger-failure-extension.cc b/src/extensions/trigger-failure-extension.cc index 31a9818de1..30cd9c2ba2 100644 --- a/src/extensions/trigger-failure-extension.cc +++ b/src/extensions/trigger-failure-extension.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "trigger-failure-extension.h" -#include "v8.h" +#include "src/extensions/trigger-failure-extension.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/extensions/trigger-failure-extension.h b/src/extensions/trigger-failure-extension.h index f012b8b583..6974da5e31 100644 --- a/src/extensions/trigger-failure-extension.h +++ b/src/extensions/trigger-failure-extension.h @@ -5,7 +5,7 @@ #ifndef V8_EXTENSIONS_TRIGGER_FAILURE_EXTENSION_H_ #define V8_EXTENSIONS_TRIGGER_FAILURE_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/factory.cc b/src/factory.cc index e4fab6738f..537ca1781d 100644 --- a/src/factory.cc +++ b/src/factory.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "factory.h" +#include "src/factory.h" -#include "conversions.h" -#include "isolate-inl.h" -#include "macro-assembler.h" +#include "src/conversions.h" +#include "src/isolate-inl.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/factory.h b/src/factory.h index 43c9cb7493..0513ac5512 100644 --- a/src/factory.h +++ b/src/factory.h @@ -5,7 +5,7 @@ #ifndef V8_FACTORY_H_ #define V8_FACTORY_H_ -#include "isolate.h" +#include "src/isolate.h" namespace v8 { namespace internal { diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc index 87ad2870dd..919023cd0a 100644 --- a/src/fast-dtoa.cc +++ b/src/fast-dtoa.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../include/v8stdint.h" -#include "checks.h" -#include "utils.h" +#include "include/v8stdint.h" +#include "src/checks.h" +#include "src/utils.h" -#include "fast-dtoa.h" +#include "src/fast-dtoa.h" -#include "cached-powers.h" -#include "diy-fp.h" -#include "double.h" +#include "src/cached-powers.h" +#include "src/diy-fp.h" +#include "src/double.h" namespace v8 { namespace internal { diff --git a/src/feedback-slots.h b/src/feedback-slots.h index bc33a46076..9951fc8fdc 100644 --- a/src/feedback-slots.h +++ b/src/feedback-slots.h @@ -5,9 +5,9 @@ #ifndef V8_FEEDBACK_SLOTS_H_ #define V8_FEEDBACK_SLOTS_H_ -#include "v8.h" +#include "src/v8.h" -#include "isolate.h" +#include "src/isolate.h" namespace v8 { namespace internal { diff --git a/src/fixed-dtoa.cc b/src/fixed-dtoa.cc index 014f8ab869..4541e856f8 100644 --- a/src/fixed-dtoa.cc +++ b/src/fixed-dtoa.cc @@ -4,12 +4,12 @@ #include -#include "../include/v8stdint.h" -#include "checks.h" -#include "utils.h" +#include "include/v8stdint.h" +#include "src/checks.h" +#include "src/utils.h" -#include "double.h" -#include "fixed-dtoa.h" +#include "src/double.h" +#include "src/fixed-dtoa.h" namespace v8 { namespace internal { diff --git a/src/flags.cc b/src/flags.cc index 59dc440257..265eb8fd50 100644 --- a/src/flags.cc +++ b/src/flags.cc @@ -5,23 +5,23 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "assembler.h" -#include "platform.h" -#include "smart-pointers.h" -#include "string-stream.h" +#include "src/assembler.h" +#include "src/platform.h" +#include "src/smart-pointers.h" +#include "src/string-stream.h" namespace v8 { namespace internal { // Define all of our flags. #define FLAG_MODE_DEFINE -#include "flag-definitions.h" +#include "src/flag-definitions.h" // Define all of our flags default values. #define FLAG_MODE_DEFINE_DEFAULTS -#include "flag-definitions.h" +#include "src/flag-definitions.h" namespace { @@ -160,7 +160,7 @@ struct Flag { Flag flags[] = { #define FLAG_MODE_META -#include "flag-definitions.h" +#include "src/flag-definitions.h" }; const size_t num_flags = sizeof(flags) / sizeof(*flags); @@ -545,7 +545,7 @@ void FlagList::PrintHelp() { // static void FlagList::EnforceFlagImplications() { #define FLAG_MODE_DEFINE_IMPLICATIONS -#include "flag-definitions.h" +#include "src/flag-definitions.h" #undef FLAG_MODE_DEFINE_IMPLICATIONS } diff --git a/src/flags.h b/src/flags.h index df5693bfc4..7059cc18d4 100644 --- a/src/flags.h +++ b/src/flags.h @@ -5,15 +5,15 @@ #ifndef V8_FLAGS_H_ #define V8_FLAGS_H_ -#include "atomicops.h" -#include "globals.h" +#include "src/atomicops.h" +#include "src/globals.h" namespace v8 { namespace internal { // Declare all of our flags. #define FLAG_MODE_DECLARE -#include "flag-definitions.h" +#include "src/flag-definitions.h" // The global list of all flags. class FlagList { diff --git a/src/frames-inl.h b/src/frames-inl.h index c188253b6d..02e7fb44da 100644 --- a/src/frames-inl.h +++ b/src/frames-inl.h @@ -5,22 +5,22 @@ #ifndef V8_FRAMES_INL_H_ #define V8_FRAMES_INL_H_ -#include "frames.h" -#include "isolate.h" -#include "v8memory.h" +#include "src/frames.h" +#include "src/isolate.h" +#include "src/v8memory.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/frames-ia32.h" +#include "src/ia32/frames-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/frames-x64.h" +#include "src/x64/frames-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/frames-arm64.h" +#include "src/arm64/frames-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/frames-arm.h" +#include "src/arm/frames-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/frames-mips.h" +#include "src/mips/frames-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/frames-x87.h" +#include "src/x87/frames-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/frames.cc b/src/frames.cc index ef38a1b470..0faedc6e11 100644 --- a/src/frames.cc +++ b/src/frames.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "deoptimizer.h" -#include "frames-inl.h" -#include "full-codegen.h" -#include "lazy-instance.h" -#include "mark-compact.h" -#include "safepoint-table.h" -#include "scopeinfo.h" -#include "string-stream.h" -#include "vm-state-inl.h" +#include "src/ast.h" +#include "src/deoptimizer.h" +#include "src/frames-inl.h" +#include "src/full-codegen.h" +#include "src/lazy-instance.h" +#include "src/mark-compact.h" +#include "src/safepoint-table.h" +#include "src/scopeinfo.h" +#include "src/string-stream.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/frames.h b/src/frames.h index 5972562264..e80e3392dd 100644 --- a/src/frames.h +++ b/src/frames.h @@ -5,9 +5,9 @@ #ifndef V8_FRAMES_H_ #define V8_FRAMES_H_ -#include "allocation.h" -#include "handles.h" -#include "safepoint-table.h" +#include "src/allocation.h" +#include "src/handles.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/full-codegen.cc b/src/full-codegen.cc index e33c9895b8..1a60f33d8f 100644 --- a/src/full-codegen.cc +++ b/src/full-codegen.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "liveedit.h" -#include "macro-assembler.h" -#include "prettyprinter.h" -#include "scopes.h" -#include "scopeinfo.h" -#include "snapshot.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/liveedit.h" +#include "src/macro-assembler.h" +#include "src/prettyprinter.h" +#include "src/scopes.h" +#include "src/scopeinfo.h" +#include "src/snapshot.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/full-codegen.h b/src/full-codegen.h index 080e3b1b69..bd6aa13c83 100644 --- a/src/full-codegen.h +++ b/src/full-codegen.h @@ -5,17 +5,17 @@ #ifndef V8_FULL_CODEGEN_H_ #define V8_FULL_CODEGEN_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "assert-scope.h" -#include "ast.h" -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "data-flow.h" -#include "globals.h" -#include "objects.h" +#include "src/allocation.h" +#include "src/assert-scope.h" +#include "src/ast.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/data-flow.h" +#include "src/globals.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/func-name-inferrer.cc b/src/func-name-inferrer.cc index 370d6264df..a3c2f08ae7 100644 --- a/src/func-name-inferrer.cc +++ b/src/func-name-inferrer.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "func-name-inferrer.h" -#include "list-inl.h" +#include "src/ast.h" +#include "src/func-name-inferrer.h" +#include "src/list-inl.h" namespace v8 { namespace internal { diff --git a/src/func-name-inferrer.h b/src/func-name-inferrer.h index f0fdbd22e0..0c5399c7bf 100644 --- a/src/func-name-inferrer.h +++ b/src/func-name-inferrer.h @@ -5,8 +5,8 @@ #ifndef V8_FUNC_NAME_INFERRER_H_ #define V8_FUNC_NAME_INFERRER_H_ -#include "handles.h" -#include "zone.h" +#include "src/handles.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc index bedb665cbe..2113d3eeec 100644 --- a/src/gdb-jit.cc +++ b/src/gdb-jit.cc @@ -3,18 +3,18 @@ // found in the LICENSE file. #ifdef ENABLE_GDB_JIT_INTERFACE -#include "v8.h" -#include "gdb-jit.h" +#include "src/v8.h" +#include "src/gdb-jit.h" -#include "bootstrapper.h" -#include "compiler.h" -#include "frames.h" -#include "frames-inl.h" -#include "global-handles.h" -#include "messages.h" -#include "natives.h" -#include "platform.h" -#include "scopes.h" +#include "src/bootstrapper.h" +#include "src/compiler.h" +#include "src/frames.h" +#include "src/frames-inl.h" +#include "src/global-handles.h" +#include "src/messages.h" +#include "src/natives.h" +#include "src/platform.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/gdb-jit.h b/src/gdb-jit.h index a961740001..d8828566c8 100644 --- a/src/gdb-jit.h +++ b/src/gdb-jit.h @@ -5,7 +5,7 @@ #ifndef V8_GDB_JIT_H_ #define V8_GDB_JIT_H_ -#include "allocation.h" +#include "src/allocation.h" // // Basic implementation of GDB JIT Interface client. @@ -14,8 +14,8 @@ // #ifdef ENABLE_GDB_JIT_INTERFACE -#include "v8.h" -#include "factory.h" +#include "src/v8.h" +#include "src/factory.h" namespace v8 { namespace internal { diff --git a/src/global-handles.cc b/src/global-handles.cc index 82b5f3d96b..ba19fe1679 100644 --- a/src/global-handles.cc +++ b/src/global-handles.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "global-handles.h" +#include "src/api.h" +#include "src/global-handles.h" -#include "vm-state-inl.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/global-handles.h b/src/global-handles.h index 210c0565c0..a8631f07ad 100644 --- a/src/global-handles.h +++ b/src/global-handles.h @@ -5,12 +5,12 @@ #ifndef V8_GLOBAL_HANDLES_H_ #define V8_GLOBAL_HANDLES_H_ -#include "../include/v8.h" -#include "../include/v8-profiler.h" +#include "include/v8.h" +#include "include/v8-profiler.h" -#include "handles.h" -#include "list.h" -#include "utils.h" +#include "src/handles.h" +#include "src/list.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/globals.h b/src/globals.h index d28fa79069..0c24c6e59d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -5,11 +5,11 @@ #ifndef V8_GLOBALS_H_ #define V8_GLOBALS_H_ -#include "../include/v8stdint.h" +#include "include/v8stdint.h" -#include "base/build_config.h" -#include "base/macros.h" -#include "checks.h" +#include "src/base/build_config.h" +#include "src/base/macros.h" +#include "src/checks.h" // Unfortunately, the INFINITY macro cannot be used with the '-pedantic' // warning flag and certain versions of GCC due to a bug: diff --git a/src/handles-inl.h b/src/handles-inl.h index d9f8c69c1b..833f9dd3a5 100644 --- a/src/handles-inl.h +++ b/src/handles-inl.h @@ -6,10 +6,10 @@ #ifndef V8_HANDLES_INL_H_ #define V8_HANDLES_INL_H_ -#include "api.h" -#include "handles.h" -#include "heap.h" -#include "isolate.h" +#include "src/api.h" +#include "src/handles.h" +#include "src/heap.h" +#include "src/isolate.h" namespace v8 { namespace internal { diff --git a/src/handles.cc b/src/handles.cc index 89e034e9d4..f701d26f05 100644 --- a/src/handles.cc +++ b/src/handles.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "handles.h" +#include "src/handles.h" namespace v8 { namespace internal { diff --git a/src/handles.h b/src/handles.h index 5dc4a5ddda..19e023b7a8 100644 --- a/src/handles.h +++ b/src/handles.h @@ -5,7 +5,7 @@ #ifndef V8_HANDLES_H_ #define V8_HANDLES_H_ -#include "objects.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/hashmap.h b/src/hashmap.h index 4a363b7ce0..d800f2f438 100644 --- a/src/hashmap.h +++ b/src/hashmap.h @@ -5,9 +5,9 @@ #ifndef V8_HASHMAP_H_ #define V8_HASHMAP_H_ -#include "allocation.h" -#include "checks.h" -#include "utils.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/heap-inl.h b/src/heap-inl.h index 6c59790ec1..c697fedfda 100644 --- a/src/heap-inl.h +++ b/src/heap-inl.h @@ -7,14 +7,14 @@ #include -#include "heap.h" -#include "heap-profiler.h" -#include "isolate.h" -#include "list-inl.h" -#include "objects.h" -#include "platform.h" -#include "store-buffer.h" -#include "store-buffer-inl.h" +#include "src/heap.h" +#include "src/heap-profiler.h" +#include "src/isolate.h" +#include "src/list-inl.h" +#include "src/objects.h" +#include "src/platform.h" +#include "src/store-buffer.h" +#include "src/store-buffer-inl.h" namespace v8 { namespace internal { diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc index 4b7443a121..e576d3b23e 100644 --- a/src/heap-profiler.cc +++ b/src/heap-profiler.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "heap-profiler.h" +#include "src/heap-profiler.h" -#include "allocation-tracker.h" -#include "heap-snapshot-generator-inl.h" +#include "src/allocation-tracker.h" +#include "src/heap-snapshot-generator-inl.h" namespace v8 { namespace internal { diff --git a/src/heap-profiler.h b/src/heap-profiler.h index 6fdfd955ec..4197d4d54c 100644 --- a/src/heap-profiler.h +++ b/src/heap-profiler.h @@ -5,9 +5,9 @@ #ifndef V8_HEAP_PROFILER_H_ #define V8_HEAP_PROFILER_H_ -#include "heap-snapshot-generator-inl.h" -#include "isolate.h" -#include "smart-pointers.h" +#include "src/heap-snapshot-generator-inl.h" +#include "src/isolate.h" +#include "src/smart-pointers.h" namespace v8 { namespace internal { diff --git a/src/heap-snapshot-generator-inl.h b/src/heap-snapshot-generator-inl.h index 90f3b1bc1b..b4021ecafb 100644 --- a/src/heap-snapshot-generator-inl.h +++ b/src/heap-snapshot-generator-inl.h @@ -5,7 +5,7 @@ #ifndef V8_HEAP_SNAPSHOT_GENERATOR_INL_H_ #define V8_HEAP_SNAPSHOT_GENERATOR_INL_H_ -#include "heap-snapshot-generator.h" +#include "src/heap-snapshot-generator.h" namespace v8 { namespace internal { diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc index a541498970..ae07f6a6ee 100644 --- a/src/heap-snapshot-generator.cc +++ b/src/heap-snapshot-generator.cc @@ -2,16 +2,16 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "heap-snapshot-generator-inl.h" +#include "src/heap-snapshot-generator-inl.h" -#include "allocation-tracker.h" -#include "code-stubs.h" -#include "conversions.h" -#include "debug.h" -#include "heap-profiler.h" -#include "types.h" +#include "src/allocation-tracker.h" +#include "src/code-stubs.h" +#include "src/conversions.h" +#include "src/debug.h" +#include "src/heap-profiler.h" +#include "src/types.h" namespace v8 { namespace internal { diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h index b45607fceb..e18d70a220 100644 --- a/src/heap-snapshot-generator.h +++ b/src/heap-snapshot-generator.h @@ -5,7 +5,7 @@ #ifndef V8_HEAP_SNAPSHOT_GENERATOR_H_ #define V8_HEAP_SNAPSHOT_GENERATOR_H_ -#include "profile-generator-inl.h" +#include "src/profile-generator-inl.h" namespace v8 { namespace internal { diff --git a/src/heap.cc b/src/heap.cc index c5ea15a774..bdc300331b 100644 --- a/src/heap.cc +++ b/src/heap.cc @@ -2,41 +2,41 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "api.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "compilation-cache.h" -#include "conversions.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "global-handles.h" -#include "heap-profiler.h" -#include "incremental-marking.h" -#include "isolate-inl.h" -#include "mark-compact.h" -#include "natives.h" -#include "objects-visiting.h" -#include "objects-visiting-inl.h" -#include "once.h" -#include "runtime-profiler.h" -#include "scopeinfo.h" -#include "snapshot.h" -#include "store-buffer.h" -#include "utils/random-number-generator.h" -#include "utils.h" -#include "v8threads.h" -#include "vm-state-inl.h" +#include "src/accessors.h" +#include "src/api.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/compilation-cache.h" +#include "src/conversions.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/global-handles.h" +#include "src/heap-profiler.h" +#include "src/incremental-marking.h" +#include "src/isolate-inl.h" +#include "src/mark-compact.h" +#include "src/natives.h" +#include "src/objects-visiting.h" +#include "src/objects-visiting-inl.h" +#include "src/once.h" +#include "src/runtime-profiler.h" +#include "src/scopeinfo.h" +#include "src/snapshot.h" +#include "src/store-buffer.h" +#include "src/utils/random-number-generator.h" +#include "src/utils.h" +#include "src/v8threads.h" +#include "src/vm-state-inl.h" #if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP -#include "regexp-macro-assembler.h" -#include "arm/regexp-macro-assembler-arm.h" +#include "src/regexp-macro-assembler.h" +#include "src/arm/regexp-macro-assembler-arm.h" #endif #if V8_TARGET_ARCH_MIPS && !V8_INTERPRETED_REGEXP -#include "regexp-macro-assembler.h" -#include "mips/regexp-macro-assembler-mips.h" +#include "src/regexp-macro-assembler.h" +#include "src/mips/regexp-macro-assembler-mips.h" #endif namespace v8 { diff --git a/src/heap.h b/src/heap.h index b533cbb1aa..20376c84c4 100644 --- a/src/heap.h +++ b/src/heap.h @@ -7,17 +7,17 @@ #include -#include "allocation.h" -#include "assert-scope.h" -#include "counters.h" -#include "globals.h" -#include "incremental-marking.h" -#include "list.h" -#include "mark-compact.h" -#include "objects-visiting.h" -#include "spaces.h" -#include "splay-tree-inl.h" -#include "store-buffer.h" +#include "src/allocation.h" +#include "src/assert-scope.h" +#include "src/counters.h" +#include "src/globals.h" +#include "src/incremental-marking.h" +#include "src/list.h" +#include "src/mark-compact.h" +#include "src/objects-visiting.h" +#include "src/spaces.h" +#include "src/splay-tree-inl.h" +#include "src/store-buffer.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-alias-analysis.h b/src/hydrogen-alias-analysis.h index 10325d2ec6..368dd5f020 100644 --- a/src/hydrogen-alias-analysis.h +++ b/src/hydrogen-alias-analysis.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_ALIAS_ANALYSIS_H_ #define V8_HYDROGEN_ALIAS_ANALYSIS_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-bce.cc b/src/hydrogen-bce.cc index 1f3f449a0c..65c2b142c5 100644 --- a/src/hydrogen-bce.cc +++ b/src/hydrogen-bce.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-bce.h" +#include "src/hydrogen-bce.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-bce.h b/src/hydrogen-bce.h index 6e501701fe..70c0a07d06 100644 --- a/src/hydrogen-bce.h +++ b/src/hydrogen-bce.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_BCE_H_ #define V8_HYDROGEN_BCE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-bch.cc b/src/hydrogen-bch.cc index e889c196f3..34216c66d3 100644 --- a/src/hydrogen-bch.cc +++ b/src/hydrogen-bch.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-bch.h" +#include "src/hydrogen-bch.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-bch.h b/src/hydrogen-bch.h index 28d540157f..852c264c4f 100644 --- a/src/hydrogen-bch.h +++ b/src/hydrogen-bch.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_BCH_H_ #define V8_HYDROGEN_BCH_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-canonicalize.cc b/src/hydrogen-canonicalize.cc index 77f4a55eb3..c15b8d99c0 100644 --- a/src/hydrogen-canonicalize.cc +++ b/src/hydrogen-canonicalize.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-canonicalize.h" -#include "hydrogen-redundant-phi.h" +#include "src/hydrogen-canonicalize.h" +#include "src/hydrogen-redundant-phi.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-canonicalize.h b/src/hydrogen-canonicalize.h index a0737ed631..eb230332fd 100644 --- a/src/hydrogen-canonicalize.h +++ b/src/hydrogen-canonicalize.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_CANONICALIZE_H_ #define V8_HYDROGEN_CANONICALIZE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-check-elimination.cc b/src/hydrogen-check-elimination.cc index d9713813c8..98e3d3d96f 100644 --- a/src/hydrogen-check-elimination.cc +++ b/src/hydrogen-check-elimination.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-check-elimination.h" +#include "src/hydrogen-check-elimination.h" -#include "hydrogen-alias-analysis.h" -#include "hydrogen-flow-engine.h" +#include "src/hydrogen-alias-analysis.h" +#include "src/hydrogen-flow-engine.h" #define GLOBAL 1 diff --git a/src/hydrogen-check-elimination.h b/src/hydrogen-check-elimination.h index 9f3b198c6f..16f758b544 100644 --- a/src/hydrogen-check-elimination.h +++ b/src/hydrogen-check-elimination.h @@ -5,8 +5,8 @@ #ifndef V8_HYDROGEN_CHECK_ELIMINATION_H_ #define V8_HYDROGEN_CHECK_ELIMINATION_H_ -#include "hydrogen.h" -#include "hydrogen-alias-analysis.h" +#include "src/hydrogen.h" +#include "src/hydrogen-alias-analysis.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-dce.cc b/src/hydrogen-dce.cc index be551efa8b..96f088d0c0 100644 --- a/src/hydrogen-dce.cc +++ b/src/hydrogen-dce.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-dce.h" -#include "v8.h" +#include "src/hydrogen-dce.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-dce.h b/src/hydrogen-dce.h index 18cd755c95..af3679d9d3 100644 --- a/src/hydrogen-dce.h +++ b/src/hydrogen-dce.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_DCE_H_ #define V8_HYDROGEN_DCE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-dehoist.cc b/src/hydrogen-dehoist.cc index e8008231ad..fe0ae764ad 100644 --- a/src/hydrogen-dehoist.cc +++ b/src/hydrogen-dehoist.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-dehoist.h" +#include "src/hydrogen-dehoist.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-dehoist.h b/src/hydrogen-dehoist.h index 930e29bdc5..4aab30fafa 100644 --- a/src/hydrogen-dehoist.h +++ b/src/hydrogen-dehoist.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_DEHOIST_H_ #define V8_HYDROGEN_DEHOIST_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-environment-liveness.cc b/src/hydrogen-environment-liveness.cc index 2dd1233def..a72dfda01a 100644 --- a/src/hydrogen-environment-liveness.cc +++ b/src/hydrogen-environment-liveness.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. -#include "hydrogen-environment-liveness.h" +#include "src/hydrogen-environment-liveness.h" namespace v8 { diff --git a/src/hydrogen-environment-liveness.h b/src/hydrogen-environment-liveness.h index c72cd0f337..e595927f9d 100644 --- a/src/hydrogen-environment-liveness.h +++ b/src/hydrogen-environment-liveness.h @@ -6,7 +6,7 @@ #define V8_HYDROGEN_ENVIRONMENT_LIVENESS_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-escape-analysis.cc b/src/hydrogen-escape-analysis.cc index 831dd2f316..23ca468ff9 100644 --- a/src/hydrogen-escape-analysis.cc +++ b/src/hydrogen-escape-analysis.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-escape-analysis.h" +#include "src/hydrogen-escape-analysis.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-escape-analysis.h b/src/hydrogen-escape-analysis.h index 5ff0b32d3e..0726b8edbe 100644 --- a/src/hydrogen-escape-analysis.h +++ b/src/hydrogen-escape-analysis.h @@ -5,8 +5,8 @@ #ifndef V8_HYDROGEN_ESCAPE_ANALYSIS_H_ #define V8_HYDROGEN_ESCAPE_ANALYSIS_H_ -#include "allocation.h" -#include "hydrogen.h" +#include "src/allocation.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-flow-engine.h b/src/hydrogen-flow-engine.h index 04902b297a..5ce320a4db 100644 --- a/src/hydrogen-flow-engine.h +++ b/src/hydrogen-flow-engine.h @@ -5,9 +5,9 @@ #ifndef V8_HYDROGEN_FLOW_ENGINE_H_ #define V8_HYDROGEN_FLOW_ENGINE_H_ -#include "hydrogen.h" -#include "hydrogen-instructions.h" -#include "zone.h" +#include "src/hydrogen.h" +#include "src/hydrogen-instructions.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-gvn.cc b/src/hydrogen-gvn.cc index 398897b12a..e6f1ae90f3 100644 --- a/src/hydrogen-gvn.cc +++ b/src/hydrogen-gvn.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen.h" -#include "hydrogen-gvn.h" -#include "v8.h" +#include "src/hydrogen.h" +#include "src/hydrogen-gvn.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-gvn.h b/src/hydrogen-gvn.h index 25a5c24da6..ad97c15588 100644 --- a/src/hydrogen-gvn.h +++ b/src/hydrogen-gvn.h @@ -5,10 +5,10 @@ #ifndef V8_HYDROGEN_GVN_H_ #define V8_HYDROGEN_GVN_H_ -#include "hydrogen.h" -#include "hydrogen-instructions.h" -#include "compiler.h" -#include "zone.h" +#include "src/hydrogen.h" +#include "src/hydrogen-instructions.h" +#include "src/compiler.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-infer-representation.cc b/src/hydrogen-infer-representation.cc index 3e983476f3..3815ba514e 100644 --- a/src/hydrogen-infer-representation.cc +++ b/src/hydrogen-infer-representation.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-infer-representation.h" +#include "src/hydrogen-infer-representation.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-infer-representation.h b/src/hydrogen-infer-representation.h index a2c8466f93..d07f89d973 100644 --- a/src/hydrogen-infer-representation.h +++ b/src/hydrogen-infer-representation.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_INFER_REPRESENTATION_H_ #define V8_HYDROGEN_INFER_REPRESENTATION_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-infer-types.cc b/src/hydrogen-infer-types.cc index 7a3208b67f..0b7c24bdc6 100644 --- a/src/hydrogen-infer-types.cc +++ b/src/hydrogen-infer-types.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-infer-types.h" +#include "src/hydrogen-infer-types.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-infer-types.h b/src/hydrogen-infer-types.h index d1abcdac5a..41337ac5c0 100644 --- a/src/hydrogen-infer-types.h +++ b/src/hydrogen-infer-types.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_INFER_TYPES_H_ #define V8_HYDROGEN_INFER_TYPES_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc index e7ef516fbc..981aec0ae8 100644 --- a/src/hydrogen-instructions.cc +++ b/src/hydrogen-instructions.cc @@ -2,25 +2,25 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "double.h" -#include "factory.h" -#include "hydrogen-infer-representation.h" -#include "property-details-inl.h" +#include "src/double.h" +#include "src/factory.h" +#include "src/hydrogen-infer-representation.h" +#include "src/property-details-inl.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-ia32.h" +#include "src/ia32/lithium-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-x64.h" +#include "src/x64/lithium-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-arm64.h" +#include "src/arm64/lithium-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-arm.h" +#include "src/arm/lithium-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-mips.h" +#include "src/mips/lithium-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-x87.h" +#include "src/x87/lithium-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h index 01bd32bda0..a22da110cb 100644 --- a/src/hydrogen-instructions.h +++ b/src/hydrogen-instructions.h @@ -5,19 +5,19 @@ #ifndef V8_HYDROGEN_INSTRUCTIONS_H_ #define V8_HYDROGEN_INSTRUCTIONS_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "code-stubs.h" -#include "conversions.h" -#include "data-flow.h" -#include "deoptimizer.h" -#include "hydrogen-types.h" -#include "small-pointer-list.h" -#include "string-stream.h" -#include "unique.h" -#include "utils.h" -#include "zone.h" +#include "src/allocation.h" +#include "src/code-stubs.h" +#include "src/conversions.h" +#include "src/data-flow.h" +#include "src/deoptimizer.h" +#include "src/hydrogen-types.h" +#include "src/small-pointer-list.h" +#include "src/string-stream.h" +#include "src/unique.h" +#include "src/utils.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-load-elimination.cc b/src/hydrogen-load-elimination.cc index 1198d2b7ab..bc6707828c 100644 --- a/src/hydrogen-load-elimination.cc +++ b/src/hydrogen-load-elimination.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-alias-analysis.h" -#include "hydrogen-load-elimination.h" -#include "hydrogen-instructions.h" -#include "hydrogen-flow-engine.h" +#include "src/hydrogen-alias-analysis.h" +#include "src/hydrogen-load-elimination.h" +#include "src/hydrogen-instructions.h" +#include "src/hydrogen-flow-engine.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-load-elimination.h b/src/hydrogen-load-elimination.h index 98cd03d583..e6b432c6ac 100644 --- a/src/hydrogen-load-elimination.h +++ b/src/hydrogen-load-elimination.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_LOAD_ELIMINATION_H_ #define V8_HYDROGEN_LOAD_ELIMINATION_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-mark-deoptimize.cc b/src/hydrogen-mark-deoptimize.cc index 338e239e20..998be073e2 100644 --- a/src/hydrogen-mark-deoptimize.cc +++ b/src/hydrogen-mark-deoptimize.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-mark-deoptimize.h" +#include "src/hydrogen-mark-deoptimize.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-mark-deoptimize.h b/src/hydrogen-mark-deoptimize.h index 7b302fcc26..52a6ef96c9 100644 --- a/src/hydrogen-mark-deoptimize.h +++ b/src/hydrogen-mark-deoptimize.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_MARK_DEOPTIMIZE_H_ #define V8_HYDROGEN_MARK_DEOPTIMIZE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-mark-unreachable.cc b/src/hydrogen-mark-unreachable.cc index c80de639e2..05779ca524 100644 --- a/src/hydrogen-mark-unreachable.cc +++ b/src/hydrogen-mark-unreachable.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-mark-unreachable.h" +#include "src/hydrogen-mark-unreachable.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-mark-unreachable.h b/src/hydrogen-mark-unreachable.h index a406c5cff1..d43d22bbba 100644 --- a/src/hydrogen-mark-unreachable.h +++ b/src/hydrogen-mark-unreachable.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_MARK_UNREACHABLE_H_ #define V8_HYDROGEN_MARK_UNREACHABLE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-osr.cc b/src/hydrogen-osr.cc index ff46ea7ebc..b2b15f1b97 100644 --- a/src/hydrogen-osr.cc +++ b/src/hydrogen-osr.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen.h" -#include "hydrogen-osr.h" +#include "src/hydrogen.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-osr.h b/src/hydrogen-osr.h index 00bb2d4e19..433548c1a8 100644 --- a/src/hydrogen-osr.h +++ b/src/hydrogen-osr.h @@ -5,9 +5,9 @@ #ifndef V8_HYDROGEN_OSR_H_ #define V8_HYDROGEN_OSR_H_ -#include "hydrogen.h" -#include "ast.h" -#include "zone.h" +#include "src/hydrogen.h" +#include "src/ast.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-range-analysis.cc b/src/hydrogen-range-analysis.cc index 609dd88fa1..64d1dc0b1e 100644 --- a/src/hydrogen-range-analysis.cc +++ b/src/hydrogen-range-analysis.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-range-analysis.h" +#include "src/hydrogen-range-analysis.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-range-analysis.h b/src/hydrogen-range-analysis.h index 2ed2ecb22e..1269ec7529 100644 --- a/src/hydrogen-range-analysis.h +++ b/src/hydrogen-range-analysis.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_RANGE_ANALYSIS_H_ #define V8_HYDROGEN_RANGE_ANALYSIS_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-redundant-phi.cc b/src/hydrogen-redundant-phi.cc index 5757cfb0a3..67d534eda0 100644 --- a/src/hydrogen-redundant-phi.cc +++ b/src/hydrogen-redundant-phi.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-redundant-phi.h" +#include "src/hydrogen-redundant-phi.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-redundant-phi.h b/src/hydrogen-redundant-phi.h index 9e1092b398..7f5ec4e52d 100644 --- a/src/hydrogen-redundant-phi.h +++ b/src/hydrogen-redundant-phi.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_REDUNDANT_PHI_H_ #define V8_HYDROGEN_REDUNDANT_PHI_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-removable-simulates.cc b/src/hydrogen-removable-simulates.cc index 9db53b7977..43e9d18b88 100644 --- a/src/hydrogen-removable-simulates.cc +++ b/src/hydrogen-removable-simulates.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-flow-engine.h" -#include "hydrogen-instructions.h" -#include "hydrogen-removable-simulates.h" +#include "src/hydrogen-flow-engine.h" +#include "src/hydrogen-instructions.h" +#include "src/hydrogen-removable-simulates.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-removable-simulates.h b/src/hydrogen-removable-simulates.h index aec5fce1d2..9bd25056bd 100644 --- a/src/hydrogen-removable-simulates.h +++ b/src/hydrogen-removable-simulates.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_REMOVABLE_SIMULATES_H_ #define V8_HYDROGEN_REMOVABLE_SIMULATES_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-representation-changes.cc b/src/hydrogen-representation-changes.cc index 15f1a6e444..b916d9b302 100644 --- a/src/hydrogen-representation-changes.cc +++ b/src/hydrogen-representation-changes.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-representation-changes.h" +#include "src/hydrogen-representation-changes.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-representation-changes.h b/src/hydrogen-representation-changes.h index ff57e19292..2f5958a70f 100644 --- a/src/hydrogen-representation-changes.h +++ b/src/hydrogen-representation-changes.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_REPRESENTATION_CHANGES_H_ #define V8_HYDROGEN_REPRESENTATION_CHANGES_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-sce.cc b/src/hydrogen-sce.cc index dfb3a7e3ac..b7ab9fd7db 100644 --- a/src/hydrogen-sce.cc +++ b/src/hydrogen-sce.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-sce.h" -#include "v8.h" +#include "src/hydrogen-sce.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-sce.h b/src/hydrogen-sce.h index 48ac8e3319..276d348676 100644 --- a/src/hydrogen-sce.h +++ b/src/hydrogen-sce.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_SCE_H_ #define V8_HYDROGEN_SCE_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-store-elimination.cc b/src/hydrogen-store-elimination.cc index e8e8da0267..eb2bcf4a94 100644 --- a/src/hydrogen-store-elimination.cc +++ b/src/hydrogen-store-elimination.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-store-elimination.h" -#include "hydrogen-instructions.h" +#include "src/hydrogen-store-elimination.h" +#include "src/hydrogen-instructions.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-store-elimination.h b/src/hydrogen-store-elimination.h index e697708c33..35a23a2660 100644 --- a/src/hydrogen-store-elimination.h +++ b/src/hydrogen-store-elimination.h @@ -5,8 +5,8 @@ #ifndef V8_HYDROGEN_STORE_ELIMINATION_H_ #define V8_HYDROGEN_STORE_ELIMINATION_H_ -#include "hydrogen.h" -#include "hydrogen-alias-analysis.h" +#include "src/hydrogen.h" +#include "src/hydrogen-alias-analysis.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-types.cc b/src/hydrogen-types.cc index 2d83e1bf2a..2da8a594ee 100644 --- a/src/hydrogen-types.cc +++ b/src/hydrogen-types.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-types.h" +#include "src/hydrogen-types.h" -#include "types-inl.h" +#include "src/types-inl.h" namespace v8 { diff --git a/src/hydrogen-types.h b/src/hydrogen-types.h index c34c278eb2..e924a6b549 100644 --- a/src/hydrogen-types.h +++ b/src/hydrogen-types.h @@ -7,7 +7,7 @@ #include -#include "base/macros.h" +#include "src/base/macros.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-uint32-analysis.cc b/src/hydrogen-uint32-analysis.cc index 24c256b503..7616f3d46b 100644 --- a/src/hydrogen-uint32-analysis.cc +++ b/src/hydrogen-uint32-analysis.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-uint32-analysis.h" +#include "src/hydrogen-uint32-analysis.h" namespace v8 { namespace internal { diff --git a/src/hydrogen-uint32-analysis.h b/src/hydrogen-uint32-analysis.h index 8d672ac6a6..4d2797fa3a 100644 --- a/src/hydrogen-uint32-analysis.h +++ b/src/hydrogen-uint32-analysis.h @@ -5,7 +5,7 @@ #ifndef V8_HYDROGEN_UINT32_ANALYSIS_H_ #define V8_HYDROGEN_UINT32_ANALYSIS_H_ -#include "hydrogen.h" +#include "src/hydrogen.h" namespace v8 { namespace internal { diff --git a/src/hydrogen.cc b/src/hydrogen.cc index 8486a8371c..39554993d8 100644 --- a/src/hydrogen.cc +++ b/src/hydrogen.cc @@ -2,57 +2,57 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen.h" +#include "src/hydrogen.h" #include -#include "v8.h" -#include "allocation-site-scopes.h" -#include "codegen.h" -#include "full-codegen.h" -#include "hashmap.h" -#include "hydrogen-bce.h" -#include "hydrogen-bch.h" -#include "hydrogen-canonicalize.h" -#include "hydrogen-check-elimination.h" -#include "hydrogen-dce.h" -#include "hydrogen-dehoist.h" -#include "hydrogen-environment-liveness.h" -#include "hydrogen-escape-analysis.h" -#include "hydrogen-infer-representation.h" -#include "hydrogen-infer-types.h" -#include "hydrogen-load-elimination.h" -#include "hydrogen-gvn.h" -#include "hydrogen-mark-deoptimize.h" -#include "hydrogen-mark-unreachable.h" -#include "hydrogen-osr.h" -#include "hydrogen-range-analysis.h" -#include "hydrogen-redundant-phi.h" -#include "hydrogen-removable-simulates.h" -#include "hydrogen-representation-changes.h" -#include "hydrogen-sce.h" -#include "hydrogen-store-elimination.h" -#include "hydrogen-uint32-analysis.h" -#include "lithium-allocator.h" -#include "parser.h" -#include "runtime.h" -#include "scopeinfo.h" -#include "scopes.h" -#include "stub-cache.h" -#include "typing.h" +#include "src/v8.h" +#include "src/allocation-site-scopes.h" +#include "src/codegen.h" +#include "src/full-codegen.h" +#include "src/hashmap.h" +#include "src/hydrogen-bce.h" +#include "src/hydrogen-bch.h" +#include "src/hydrogen-canonicalize.h" +#include "src/hydrogen-check-elimination.h" +#include "src/hydrogen-dce.h" +#include "src/hydrogen-dehoist.h" +#include "src/hydrogen-environment-liveness.h" +#include "src/hydrogen-escape-analysis.h" +#include "src/hydrogen-infer-representation.h" +#include "src/hydrogen-infer-types.h" +#include "src/hydrogen-load-elimination.h" +#include "src/hydrogen-gvn.h" +#include "src/hydrogen-mark-deoptimize.h" +#include "src/hydrogen-mark-unreachable.h" +#include "src/hydrogen-osr.h" +#include "src/hydrogen-range-analysis.h" +#include "src/hydrogen-redundant-phi.h" +#include "src/hydrogen-removable-simulates.h" +#include "src/hydrogen-representation-changes.h" +#include "src/hydrogen-sce.h" +#include "src/hydrogen-store-elimination.h" +#include "src/hydrogen-uint32-analysis.h" +#include "src/lithium-allocator.h" +#include "src/parser.h" +#include "src/runtime.h" +#include "src/scopeinfo.h" +#include "src/scopes.h" +#include "src/stub-cache.h" +#include "src/typing.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-codegen-ia32.h" +#include "src/ia32/lithium-codegen-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-codegen-x64.h" +#include "src/x64/lithium-codegen-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-codegen-arm64.h" +#include "src/arm64/lithium-codegen-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-codegen-arm.h" +#include "src/arm/lithium-codegen-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-codegen-mips.h" +#include "src/mips/lithium-codegen-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-codegen-x87.h" +#include "src/x87/lithium-codegen-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/hydrogen.h b/src/hydrogen.h index 4544bbb4f5..04b1b1671c 100644 --- a/src/hydrogen.h +++ b/src/hydrogen.h @@ -5,15 +5,15 @@ #ifndef V8_HYDROGEN_H_ #define V8_HYDROGEN_H_ -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "allocation.h" -#include "ast.h" -#include "compiler.h" -#include "hydrogen-instructions.h" -#include "zone.h" -#include "scopes.h" +#include "src/accessors.h" +#include "src/allocation.h" +#include "src/ast.h" +#include "src/compiler.h" +#include "src/hydrogen-instructions.h" +#include "src/zone.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/i18n.cc b/src/i18n.cc index 9883ef2c80..900da188c4 100644 --- a/src/i18n.cc +++ b/src/i18n.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. // limitations under the License. -#include "i18n.h" +#include "src/i18n.h" #include "unicode/brkiter.h" #include "unicode/calendar.h" diff --git a/src/i18n.h b/src/i18n.h index e312322b6f..5a195eb49f 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -7,7 +7,7 @@ #define V8_I18N_H_ #include "unicode/uversion.h" -#include "v8.h" +#include "src/v8.h" namespace U_ICU_NAMESPACE { class BreakIterator; diff --git a/src/ia32/assembler-ia32-inl.h b/src/ia32/assembler-ia32-inl.h index 913e1c1aaa..422e1fdd73 100644 --- a/src/ia32/assembler-ia32-inl.h +++ b/src/ia32/assembler-ia32-inl.h @@ -37,10 +37,10 @@ #ifndef V8_IA32_ASSEMBLER_IA32_INL_H_ #define V8_IA32_ASSEMBLER_IA32_INL_H_ -#include "ia32/assembler-ia32.h" +#include "src/ia32/assembler-ia32.h" -#include "cpu.h" -#include "debug.h" +#include "src/cpu.h" +#include "src/debug.h" namespace v8 { namespace internal { diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc index 6d57446e82..bc17b25c34 100644 --- a/src/ia32/assembler-ia32.cc +++ b/src/ia32/assembler-ia32.cc @@ -34,13 +34,13 @@ // significantly by Google Inc. // Copyright 2012 the V8 project authors. All rights reserved. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h index 173a443987..f5bdc68a37 100644 --- a/src/ia32/assembler-ia32.h +++ b/src/ia32/assembler-ia32.h @@ -37,8 +37,8 @@ #ifndef V8_IA32_ASSEMBLER_IA32_H_ #define V8_IA32_ASSEMBLER_IA32_H_ -#include "isolate.h" -#include "serialize.h" +#include "src/isolate.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc index 100505f0a0..c62afb01fa 100644 --- a/src/ia32/builtins-ia32.cc +++ b/src/ia32/builtins-ia32.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc index d472d19839..68aa844cfd 100644 --- a/src/ia32/code-stubs-ia32.cc +++ b/src/ia32/code-stubs-ia32.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "bootstrapper.h" -#include "code-stubs.h" -#include "isolate.h" -#include "jsregexp.h" -#include "regexp-macro-assembler.h" -#include "runtime.h" -#include "stub-cache.h" -#include "codegen.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/isolate.h" +#include "src/jsregexp.h" +#include "src/regexp-macro-assembler.h" +#include "src/runtime.h" +#include "src/stub-cache.h" +#include "src/codegen.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h index 4cefec0177..ab60bc0c47 100644 --- a/src/ia32/code-stubs-ia32.h +++ b/src/ia32/code-stubs-ia32.h @@ -5,8 +5,8 @@ #ifndef V8_IA32_CODE_STUBS_IA32_H_ #define V8_IA32_CODE_STUBS_IA32_H_ -#include "macro-assembler.h" -#include "ic-inl.h" +#include "src/macro-assembler.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/ia32/codegen-ia32.cc b/src/ia32/codegen-ia32.cc index 90285aea16..fbd5b89060 100644 --- a/src/ia32/codegen-ia32.cc +++ b/src/ia32/codegen-ia32.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "codegen.h" -#include "heap.h" -#include "macro-assembler.h" +#include "src/codegen.h" +#include "src/heap.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/ia32/codegen-ia32.h b/src/ia32/codegen-ia32.h index eda92b0a8c..3f59c2cb2f 100644 --- a/src/ia32/codegen-ia32.h +++ b/src/ia32/codegen-ia32.h @@ -5,8 +5,8 @@ #ifndef V8_IA32_CODEGEN_IA32_H_ #define V8_IA32_CODEGEN_IA32_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/ia32/cpu-ia32.cc b/src/ia32/cpu-ia32.cc index 7f87a624e3..7094f468ea 100644 --- a/src/ia32/cpu-ia32.cc +++ b/src/ia32/cpu-ia32.cc @@ -5,15 +5,15 @@ // CPU specific code for ia32 independent of OS goes here. #ifdef __GNUC__ -#include "third_party/valgrind/valgrind.h" +#include "src/third_party/valgrind/valgrind.h" #endif -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "cpu.h" -#include "macro-assembler.h" +#include "src/cpu.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/ia32/debug-ia32.cc b/src/ia32/debug-ia32.cc index 1e56dc5abf..7572d3e0dd 100644 --- a/src/ia32/debug-ia32.cc +++ b/src/ia32/debug-ia32.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "codegen.h" -#include "debug.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { diff --git a/src/ia32/deoptimizer-ia32.cc b/src/ia32/deoptimizer-ia32.cc index 87c04836f2..266899eb65 100644 --- a/src/ia32/deoptimizer-ia32.cc +++ b/src/ia32/deoptimizer-ia32.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/ia32/disasm-ia32.cc b/src/ia32/disasm-ia32.cc index 721b0bb429..49aa4431bf 100644 --- a/src/ia32/disasm-ia32.cc +++ b/src/ia32/disasm-ia32.cc @@ -6,11 +6,11 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "disasm.h" +#include "src/disasm.h" namespace disasm { diff --git a/src/ia32/frames-ia32.cc b/src/ia32/frames-ia32.cc index 55671ba8fd..1acc873d71 100644 --- a/src/ia32/frames-ia32.cc +++ b/src/ia32/frames-ia32.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "assembler.h" -#include "assembler-ia32.h" -#include "assembler-ia32-inl.h" -#include "frames.h" +#include "src/assembler.h" +#include "src/ia32/assembler-ia32.h" +#include "src/ia32/assembler-ia32-inl.h" +#include "src/frames.h" namespace v8 { namespace internal { diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc index 8ed505e6db..030e6f6265 100644 --- a/src/ia32/full-codegen-ia32.cc +++ b/src/ia32/full-codegen-ia32.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc index 91089519b6..83a4496b73 100644 --- a/src/ia32/ic-ia32.cc +++ b/src/ia32/ic-ia32.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "codegen.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc index d468f6970c..f06f2420c3 100644 --- a/src/ia32/lithium-codegen-ia32.cc +++ b/src/ia32/lithium-codegen-ia32.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-codegen-ia32.h" -#include "ic.h" -#include "code-stubs.h" -#include "deoptimizer.h" -#include "stub-cache.h" -#include "codegen.h" -#include "hydrogen-osr.h" +#include "src/ia32/lithium-codegen-ia32.h" +#include "src/ic.h" +#include "src/code-stubs.h" +#include "src/deoptimizer.h" +#include "src/stub-cache.h" +#include "src/codegen.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h index 18dfbc1b3e..64a6b3c40c 100644 --- a/src/ia32/lithium-codegen-ia32.h +++ b/src/ia32/lithium-codegen-ia32.h @@ -5,15 +5,15 @@ #ifndef V8_IA32_LITHIUM_CODEGEN_IA32_H_ #define V8_IA32_LITHIUM_CODEGEN_IA32_H_ -#include "ia32/lithium-ia32.h" +#include "src/ia32/lithium-ia32.h" -#include "checks.h" -#include "deoptimizer.h" -#include "ia32/lithium-gap-resolver-ia32.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" +#include "src/checks.h" +#include "src/deoptimizer.h" +#include "src/ia32/lithium-gap-resolver-ia32.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-gap-resolver-ia32.cc b/src/ia32/lithium-gap-resolver-ia32.cc index c80f89b86b..71a4a0e8d9 100644 --- a/src/ia32/lithium-gap-resolver-ia32.cc +++ b/src/ia32/lithium-gap-resolver-ia32.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-gap-resolver-ia32.h" -#include "ia32/lithium-codegen-ia32.h" +#include "src/ia32/lithium-gap-resolver-ia32.h" +#include "src/ia32/lithium-codegen-ia32.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-gap-resolver-ia32.h b/src/ia32/lithium-gap-resolver-ia32.h index 0eca35b39c..87549d00bb 100644 --- a/src/ia32/lithium-gap-resolver-ia32.h +++ b/src/ia32/lithium-gap-resolver-ia32.h @@ -5,9 +5,9 @@ #ifndef V8_IA32_LITHIUM_GAP_RESOLVER_IA32_H_ #define V8_IA32_LITHIUM_GAP_RESOLVER_IA32_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc index 6272f234c0..3cddd51803 100644 --- a/src/ia32/lithium-ia32.cc +++ b/src/ia32/lithium-ia32.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "lithium-allocator-inl.h" -#include "ia32/lithium-ia32.h" -#include "ia32/lithium-codegen-ia32.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/ia32/lithium-ia32.h" +#include "src/ia32/lithium-codegen-ia32.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h index d7b2fab5f0..8ae08a2098 100644 --- a/src/ia32/lithium-ia32.h +++ b/src/ia32/lithium-ia32.h @@ -5,11 +5,11 @@ #ifndef V8_IA32_LITHIUM_IA32_H_ #define V8_IA32_LITHIUM_IA32_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc index 411ffa1461..f3a4e58c41 100644 --- a/src/ia32/macro-assembler-ia32.cc +++ b/src/ia32/macro-assembler-ia32.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "isolate-inl.h" -#include "runtime.h" -#include "serialize.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/isolate-inl.h" +#include "src/runtime.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h index 88bedff827..aba27604d8 100644 --- a/src/ia32/macro-assembler-ia32.h +++ b/src/ia32/macro-assembler-ia32.h @@ -5,9 +5,9 @@ #ifndef V8_IA32_MACRO_ASSEMBLER_IA32_H_ #define V8_IA32_MACRO_ASSEMBLER_IA32_H_ -#include "assembler.h" -#include "frames.h" -#include "globals.h" +#include "src/assembler.h" +#include "src/frames.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/ia32/regexp-macro-assembler-ia32.cc b/src/ia32/regexp-macro-assembler-ia32.cc index 4d1f23512e..155526f3a0 100644 --- a/src/ia32/regexp-macro-assembler-ia32.cc +++ b/src/ia32/regexp-macro-assembler-ia32.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "cpu-profiler.h" -#include "unicode.h" -#include "log.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "ia32/regexp-macro-assembler-ia32.h" +#include "src/cpu-profiler.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/ia32/regexp-macro-assembler-ia32.h" namespace v8 { namespace internal { diff --git a/src/ia32/regexp-macro-assembler-ia32.h b/src/ia32/regexp-macro-assembler-ia32.h index ab5b75b090..e04a8ef4b6 100644 --- a/src/ia32/regexp-macro-assembler-ia32.h +++ b/src/ia32/regexp-macro-assembler-ia32.h @@ -5,9 +5,9 @@ #ifndef V8_IA32_REGEXP_MACRO_ASSEMBLER_IA32_H_ #define V8_IA32_REGEXP_MACRO_ASSEMBLER_IA32_H_ -#include "ia32/assembler-ia32.h" -#include "ia32/assembler-ia32-inl.h" -#include "macro-assembler.h" +#include "src/ia32/assembler-ia32.h" +#include "src/ia32/assembler-ia32-inl.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/ia32/simulator-ia32.h b/src/ia32/simulator-ia32.h index 55e184cfd5..02a8e9c03a 100644 --- a/src/ia32/simulator-ia32.h +++ b/src/ia32/simulator-ia32.h @@ -5,7 +5,7 @@ #ifndef V8_IA32_SIMULATOR_IA32_H_ #define V8_IA32_SIMULATOR_IA32_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc index 3f3fd0dcb3..75533d1259 100644 --- a/src/ia32/stub-cache-ia32.cc +++ b/src/ia32/stub-cache-ia32.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_IA32 -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/ic-inl.h b/src/ic-inl.h index 010df08c66..25094ae9cf 100644 --- a/src/ic-inl.h +++ b/src/ic-inl.h @@ -5,11 +5,11 @@ #ifndef V8_IC_INL_H_ #define V8_IC_INL_H_ -#include "ic.h" +#include "src/ic.h" -#include "compiler.h" -#include "debug.h" -#include "macro-assembler.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/ic.cc b/src/ic.cc index b40885bf17..09813e9e4b 100644 --- a/src/ic.cc +++ b/src/ic.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "api.h" -#include "arguments.h" -#include "codegen.h" -#include "conversions.h" -#include "execution.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/accessors.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/codegen.h" +#include "src/conversions.h" +#include "src/execution.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/ic.h b/src/ic.h index 92dd773198..5b4100abaf 100644 --- a/src/ic.h +++ b/src/ic.h @@ -5,7 +5,7 @@ #ifndef V8_IC_H_ #define V8_IC_H_ -#include "macro-assembler.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/icu_util.cc b/src/icu_util.cc index b036ef4eef..b323942d02 100644 --- a/src/icu_util.cc +++ b/src/icu_util.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "icu_util.h" +#include "src/icu_util.h" #if defined(_WIN32) #include diff --git a/src/incremental-marking-inl.h b/src/incremental-marking-inl.h index 19d471c367..7b984747bd 100644 --- a/src/incremental-marking-inl.h +++ b/src/incremental-marking-inl.h @@ -5,7 +5,7 @@ #ifndef V8_INCREMENTAL_MARKING_INL_H_ #define V8_INCREMENTAL_MARKING_INL_H_ -#include "incremental-marking.h" +#include "src/incremental-marking.h" namespace v8 { namespace internal { diff --git a/src/incremental-marking.cc b/src/incremental-marking.cc index bf5d8ccbca..8a158c341d 100644 --- a/src/incremental-marking.cc +++ b/src/incremental-marking.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "incremental-marking.h" +#include "src/incremental-marking.h" -#include "code-stubs.h" -#include "compilation-cache.h" -#include "conversions.h" -#include "objects-visiting.h" -#include "objects-visiting-inl.h" +#include "src/code-stubs.h" +#include "src/compilation-cache.h" +#include "src/conversions.h" +#include "src/objects-visiting.h" +#include "src/objects-visiting-inl.h" namespace v8 { namespace internal { diff --git a/src/incremental-marking.h b/src/incremental-marking.h index 2ea30b17c2..31b97142b6 100644 --- a/src/incremental-marking.h +++ b/src/incremental-marking.h @@ -6,9 +6,9 @@ #define V8_INCREMENTAL_MARKING_H_ -#include "execution.h" -#include "mark-compact.h" -#include "objects.h" +#include "src/execution.h" +#include "src/mark-compact.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/interface.cc b/src/interface.cc index bd50c61ea7..d6e84068e9 100644 --- a/src/interface.cc +++ b/src/interface.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "interface.h" +#include "src/interface.h" namespace v8 { namespace internal { diff --git a/src/interface.h b/src/interface.h index 31a9fa0c4d..086facf666 100644 --- a/src/interface.h +++ b/src/interface.h @@ -5,7 +5,7 @@ #ifndef V8_INTERFACE_H_ #define V8_INTERFACE_H_ -#include "zone-inl.h" // For operator new. +#include "src/zone-inl.h" // For operator new. namespace v8 { namespace internal { diff --git a/src/interpreter-irregexp.cc b/src/interpreter-irregexp.cc index 4c7c04c13c..c72a3d04f7 100644 --- a/src/interpreter-irregexp.cc +++ b/src/interpreter-irregexp.cc @@ -5,14 +5,14 @@ // A simple interpreter for the Irregexp byte code. -#include "v8.h" -#include "unicode.h" -#include "utils.h" -#include "ast.h" -#include "bytecodes-irregexp.h" -#include "interpreter-irregexp.h" -#include "jsregexp.h" -#include "regexp-macro-assembler.h" +#include "src/v8.h" +#include "src/unicode.h" +#include "src/utils.h" +#include "src/ast.h" +#include "src/bytecodes-irregexp.h" +#include "src/interpreter-irregexp.h" +#include "src/jsregexp.h" +#include "src/regexp-macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/isolate-inl.h b/src/isolate-inl.h index fe197c7ce4..c33e61d417 100644 --- a/src/isolate-inl.h +++ b/src/isolate-inl.h @@ -5,9 +5,9 @@ #ifndef V8_ISOLATE_INL_H_ #define V8_ISOLATE_INL_H_ -#include "debug.h" -#include "isolate.h" -#include "utils/random-number-generator.h" +#include "src/debug.h" +#include "src/isolate.h" +#include "src/utils/random-number-generator.h" namespace v8 { namespace internal { diff --git a/src/isolate.cc b/src/isolate.cc index eaf4925b4f..e988a2bed8 100644 --- a/src/isolate.cc +++ b/src/isolate.cc @@ -4,34 +4,34 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "compilation-cache.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "heap-profiler.h" -#include "hydrogen.h" -#include "isolate-inl.h" -#include "lithium-allocator.h" -#include "log.h" -#include "messages.h" -#include "platform.h" -#include "regexp-stack.h" -#include "runtime-profiler.h" -#include "sampler.h" -#include "scopeinfo.h" -#include "serialize.h" -#include "simulator.h" -#include "spaces.h" -#include "stub-cache.h" -#include "sweeper-thread.h" -#include "utils/random-number-generator.h" -#include "version.h" -#include "vm-state-inl.h" +#include "src/ast.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/compilation-cache.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/heap-profiler.h" +#include "src/hydrogen.h" +#include "src/isolate-inl.h" +#include "src/lithium-allocator.h" +#include "src/log.h" +#include "src/messages.h" +#include "src/platform.h" +#include "src/regexp-stack.h" +#include "src/runtime-profiler.h" +#include "src/sampler.h" +#include "src/scopeinfo.h" +#include "src/serialize.h" +#include "src/simulator.h" +#include "src/spaces.h" +#include "src/stub-cache.h" +#include "src/sweeper-thread.h" +#include "src/utils/random-number-generator.h" +#include "src/version.h" +#include "src/vm-state-inl.h" namespace v8 { diff --git a/src/isolate.h b/src/isolate.h index 7b4f1cabc8..8b1be2d110 100644 --- a/src/isolate.h +++ b/src/isolate.h @@ -5,24 +5,24 @@ #ifndef V8_ISOLATE_H_ #define V8_ISOLATE_H_ -#include "../include/v8-debug.h" -#include "allocation.h" -#include "assert-scope.h" -#include "atomicops.h" -#include "builtins.h" -#include "contexts.h" -#include "execution.h" -#include "frames.h" -#include "date.h" -#include "global-handles.h" -#include "handles.h" -#include "hashmap.h" -#include "heap.h" -#include "optimizing-compiler-thread.h" -#include "regexp-stack.h" -#include "runtime-profiler.h" -#include "runtime.h" -#include "zone.h" +#include "include/v8-debug.h" +#include "src/allocation.h" +#include "src/assert-scope.h" +#include "src/atomicops.h" +#include "src/builtins.h" +#include "src/contexts.h" +#include "src/execution.h" +#include "src/frames.h" +#include "src/date.h" +#include "src/global-handles.h" +#include "src/handles.h" +#include "src/hashmap.h" +#include "src/heap.h" +#include "src/optimizing-compiler-thread.h" +#include "src/regexp-stack.h" +#include "src/runtime-profiler.h" +#include "src/runtime.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/json-parser.h b/src/json-parser.h index 792fddf0e3..7f3809d258 100644 --- a/src/json-parser.h +++ b/src/json-parser.h @@ -5,13 +5,13 @@ #ifndef V8_JSON_PARSER_H_ #define V8_JSON_PARSER_H_ -#include "v8.h" +#include "src/v8.h" -#include "char-predicates-inl.h" -#include "conversions.h" -#include "messages.h" -#include "spaces-inl.h" -#include "token.h" +#include "src/char-predicates-inl.h" +#include "src/conversions.h" +#include "src/messages.h" +#include "src/spaces-inl.h" +#include "src/token.h" namespace v8 { namespace internal { diff --git a/src/json-stringifier.h b/src/json-stringifier.h index 1b5175389e..f6149ae36d 100644 --- a/src/json-stringifier.h +++ b/src/json-stringifier.h @@ -5,9 +5,9 @@ #ifndef V8_JSON_STRINGIFIER_H_ #define V8_JSON_STRINGIFIER_H_ -#include "v8.h" -#include "conversions.h" -#include "utils.h" +#include "src/v8.h" +#include "src/conversions.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/jsregexp-inl.h b/src/jsregexp-inl.h index 34e60fa0ab..86fe1d6db1 100644 --- a/src/jsregexp-inl.h +++ b/src/jsregexp-inl.h @@ -6,11 +6,11 @@ #ifndef V8_JSREGEXP_INL_H_ #define V8_JSREGEXP_INL_H_ -#include "allocation.h" -#include "handles.h" -#include "heap.h" -#include "jsregexp.h" -#include "objects.h" +#include "src/allocation.h" +#include "src/handles.h" +#include "src/heap.h" +#include "src/jsregexp.h" +#include "src/objects.h" namespace v8 { namespace internal { diff --git a/src/jsregexp.cc b/src/jsregexp.cc index 01140e830a..e988d3ce96 100644 --- a/src/jsregexp.cc +++ b/src/jsregexp.cc @@ -2,44 +2,44 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "compiler.h" -#include "execution.h" -#include "factory.h" -#include "jsregexp.h" -#include "jsregexp-inl.h" -#include "platform.h" -#include "string-search.h" -#include "runtime.h" -#include "compilation-cache.h" -#include "string-stream.h" -#include "parser.h" -#include "regexp-macro-assembler.h" -#include "regexp-macro-assembler-tracer.h" -#include "regexp-macro-assembler-irregexp.h" -#include "regexp-stack.h" +#include "src/ast.h" +#include "src/compiler.h" +#include "src/execution.h" +#include "src/factory.h" +#include "src/jsregexp.h" +#include "src/jsregexp-inl.h" +#include "src/platform.h" +#include "src/string-search.h" +#include "src/runtime.h" +#include "src/compilation-cache.h" +#include "src/string-stream.h" +#include "src/parser.h" +#include "src/regexp-macro-assembler.h" +#include "src/regexp-macro-assembler-tracer.h" +#include "src/regexp-macro-assembler-irregexp.h" +#include "src/regexp-stack.h" #ifndef V8_INTERPRETED_REGEXP #if V8_TARGET_ARCH_IA32 -#include "ia32/regexp-macro-assembler-ia32.h" +#include "src/ia32/regexp-macro-assembler-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/regexp-macro-assembler-x64.h" +#include "src/x64/regexp-macro-assembler-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/regexp-macro-assembler-arm64.h" +#include "src/arm64/regexp-macro-assembler-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/regexp-macro-assembler-arm.h" +#include "src/arm/regexp-macro-assembler-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/regexp-macro-assembler-mips.h" +#include "src/mips/regexp-macro-assembler-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/regexp-macro-assembler-x87.h" +#include "src/x87/regexp-macro-assembler-x87.h" #else #error Unsupported target architecture. #endif #endif -#include "interpreter-irregexp.h" +#include "src/interpreter-irregexp.h" namespace v8 { diff --git a/src/jsregexp.h b/src/jsregexp.h index 5366d6e132..ecb604883f 100644 --- a/src/jsregexp.h +++ b/src/jsregexp.h @@ -5,9 +5,9 @@ #ifndef V8_JSREGEXP_H_ #define V8_JSREGEXP_H_ -#include "allocation.h" -#include "assembler.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/assembler.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/lazy-instance.h b/src/lazy-instance.h index 17a80fdb34..e353362f28 100644 --- a/src/lazy-instance.h +++ b/src/lazy-instance.h @@ -68,8 +68,8 @@ #ifndef V8_LAZY_INSTANCE_H_ #define V8_LAZY_INSTANCE_H_ -#include "base/macros.h" -#include "once.h" +#include "src/base/macros.h" +#include "src/once.h" namespace v8 { namespace internal { diff --git a/src/libplatform/default-platform.cc b/src/libplatform/default-platform.cc index 1bd7b0f25a..733bcf09b8 100644 --- a/src/libplatform/default-platform.cc +++ b/src/libplatform/default-platform.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "default-platform.h" +#include "src/libplatform/default-platform.h" #include #include // TODO(jochen): We should have our own version of checks.h. -#include "../checks.h" -#include "../platform.h" -#include "worker-thread.h" +#include "src/checks.h" +#include "src/platform.h" +#include "src/libplatform/worker-thread.h" namespace v8 { namespace internal { diff --git a/src/libplatform/default-platform.h b/src/libplatform/default-platform.h index f887eb32e8..112ba4eb29 100644 --- a/src/libplatform/default-platform.h +++ b/src/libplatform/default-platform.h @@ -7,10 +7,10 @@ #include -#include "../../include/v8-platform.h" -#include "../base/macros.h" -#include "../platform/mutex.h" -#include "task-queue.h" +#include "include/v8-platform.h" +#include "src/base/macros.h" +#include "src/platform/mutex.h" +#include "src/libplatform/task-queue.h" namespace v8 { namespace internal { diff --git a/src/libplatform/task-queue.cc b/src/libplatform/task-queue.cc index 37cf1353e5..e618cb70b0 100644 --- a/src/libplatform/task-queue.cc +++ b/src/libplatform/task-queue.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "task-queue.h" +#include "src/libplatform/task-queue.h" // TODO(jochen): We should have our own version of checks.h. -#include "../checks.h" +#include "src/checks.h" namespace v8 { namespace internal { diff --git a/src/libplatform/task-queue.h b/src/libplatform/task-queue.h index 8b9137b032..140366427e 100644 --- a/src/libplatform/task-queue.h +++ b/src/libplatform/task-queue.h @@ -7,9 +7,9 @@ #include -#include "../base/macros.h" -#include "../platform/mutex.h" -#include "../platform/semaphore.h" +#include "src/base/macros.h" +#include "src/platform/mutex.h" +#include "src/platform/semaphore.h" namespace v8 { diff --git a/src/libplatform/worker-thread.cc b/src/libplatform/worker-thread.cc index 535b0ad8aa..6b3892cbd2 100644 --- a/src/libplatform/worker-thread.cc +++ b/src/libplatform/worker-thread.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "worker-thread.h" +#include "src/libplatform/worker-thread.h" -#include "../../include/v8-platform.h" -#include "task-queue.h" +#include "include/v8-platform.h" +#include "src/libplatform/task-queue.h" namespace v8 { namespace internal { diff --git a/src/libplatform/worker-thread.h b/src/libplatform/worker-thread.h index b9d7fdabe1..20b9add4cd 100644 --- a/src/libplatform/worker-thread.h +++ b/src/libplatform/worker-thread.h @@ -7,8 +7,8 @@ #include -#include "../base/macros.h" -#include "../platform.h" +#include "src/base/macros.h" +#include "src/platform.h" namespace v8 { diff --git a/src/list-inl.h b/src/list-inl.h index c8b7410bbc..8a4cf56704 100644 --- a/src/list-inl.h +++ b/src/list-inl.h @@ -5,8 +5,8 @@ #ifndef V8_LIST_INL_H_ #define V8_LIST_INL_H_ -#include "list.h" -#include "platform.h" +#include "src/list.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/list.h b/src/list.h index 1029f493f1..ae9983c65e 100644 --- a/src/list.h +++ b/src/list.h @@ -5,7 +5,7 @@ #ifndef V8_LIST_H_ #define V8_LIST_H_ -#include "utils.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/lithium-allocator-inl.h b/src/lithium-allocator-inl.h index 3bfc4f4021..1016ee3c68 100644 --- a/src/lithium-allocator-inl.h +++ b/src/lithium-allocator-inl.h @@ -5,20 +5,20 @@ #ifndef V8_LITHIUM_ALLOCATOR_INL_H_ #define V8_LITHIUM_ALLOCATOR_INL_H_ -#include "lithium-allocator.h" +#include "src/lithium-allocator.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-ia32.h" +#include "src/ia32/lithium-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-x64.h" +#include "src/x64/lithium-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-arm64.h" +#include "src/arm64/lithium-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-arm.h" +#include "src/arm/lithium-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-mips.h" +#include "src/mips/lithium-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-x87.h" +#include "src/x87/lithium-x87.h" #else #error "Unknown architecture." #endif diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc index 9e4ae79621..a36f7de5c8 100644 --- a/src/lithium-allocator.cc +++ b/src/lithium-allocator.cc @@ -2,24 +2,24 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "lithium-allocator-inl.h" +#include "src/v8.h" +#include "src/lithium-allocator-inl.h" -#include "hydrogen.h" -#include "string-stream.h" +#include "src/hydrogen.h" +#include "src/string-stream.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-ia32.h" +#include "src/ia32/lithium-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-x64.h" +#include "src/x64/lithium-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-arm64.h" +#include "src/arm64/lithium-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-arm.h" +#include "src/arm/lithium-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-mips.h" +#include "src/mips/lithium-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-x87.h" +#include "src/x87/lithium-x87.h" #else #error "Unknown architecture." #endif diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h index 83ba9afb68..1d313a5a54 100644 --- a/src/lithium-allocator.h +++ b/src/lithium-allocator.h @@ -5,11 +5,11 @@ #ifndef V8_LITHIUM_ALLOCATOR_H_ #define V8_LITHIUM_ALLOCATOR_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "lithium.h" -#include "zone.h" +#include "src/allocation.h" +#include "src/lithium.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/lithium-codegen.cc b/src/lithium-codegen.cc index ea04f35871..f49887d9d1 100644 --- a/src/lithium-codegen.cc +++ b/src/lithium-codegen.cc @@ -2,28 +2,28 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "lithium-codegen.h" +#include "src/lithium-codegen.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-ia32.h" -#include "ia32/lithium-codegen-ia32.h" +#include "src/ia32/lithium-ia32.h" +#include "src/ia32/lithium-codegen-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-x64.h" -#include "x64/lithium-codegen-x64.h" +#include "src/x64/lithium-x64.h" +#include "src/x64/lithium-codegen-x64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-arm.h" -#include "arm/lithium-codegen-arm.h" +#include "src/arm/lithium-arm.h" +#include "src/arm/lithium-codegen-arm.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-arm64.h" -#include "arm64/lithium-codegen-arm64.h" +#include "src/arm64/lithium-arm64.h" +#include "src/arm64/lithium-codegen-arm64.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-mips.h" -#include "mips/lithium-codegen-mips.h" +#include "src/mips/lithium-mips.h" +#include "src/mips/lithium-codegen-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-x87.h" -#include "x87/lithium-codegen-x87.h" +#include "src/x87/lithium-x87.h" +#include "src/x87/lithium-codegen-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h index 28a5ab16e0..1eb963e6fa 100644 --- a/src/lithium-codegen.h +++ b/src/lithium-codegen.h @@ -5,9 +5,9 @@ #ifndef V8_LITHIUM_CODEGEN_H_ #define V8_LITHIUM_CODEGEN_H_ -#include "v8.h" +#include "src/v8.h" -#include "compiler.h" +#include "src/compiler.h" namespace v8 { namespace internal { diff --git a/src/lithium.cc b/src/lithium.cc index 1a97df67cd..b292b4ffd3 100644 --- a/src/lithium.cc +++ b/src/lithium.cc @@ -2,29 +2,29 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "lithium.h" -#include "scopes.h" -#include "serialize.h" +#include "src/v8.h" +#include "src/lithium.h" +#include "src/scopes.h" +#include "src/serialize.h" #if V8_TARGET_ARCH_IA32 -#include "ia32/lithium-ia32.h" -#include "ia32/lithium-codegen-ia32.h" +#include "src/ia32/lithium-ia32.h" +#include "src/ia32/lithium-codegen-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/lithium-x64.h" -#include "x64/lithium-codegen-x64.h" +#include "src/x64/lithium-x64.h" +#include "src/x64/lithium-codegen-x64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/lithium-arm.h" -#include "arm/lithium-codegen-arm.h" +#include "src/arm/lithium-arm.h" +#include "src/arm/lithium-codegen-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/lithium-mips.h" -#include "mips/lithium-codegen-mips.h" +#include "src/mips/lithium-mips.h" +#include "src/mips/lithium-codegen-mips.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/lithium-arm64.h" -#include "arm64/lithium-codegen-arm64.h" +#include "src/arm64/lithium-arm64.h" +#include "src/arm64/lithium-codegen-arm64.h" #elif V8_TARGET_ARCH_X87 -#include "x87/lithium-x87.h" -#include "x87/lithium-codegen-x87.h" +#include "src/x87/lithium-x87.h" +#include "src/x87/lithium-codegen-x87.h" #else #error "Unknown architecture." #endif diff --git a/src/lithium.h b/src/lithium.h index 650bae6923..8aeebe6c83 100644 --- a/src/lithium.h +++ b/src/lithium.h @@ -7,10 +7,10 @@ #include -#include "allocation.h" -#include "hydrogen.h" -#include "safepoint-table.h" -#include "zone-allocator.h" +#include "src/allocation.h" +#include "src/hydrogen.h" +#include "src/safepoint-table.h" +#include "src/zone-allocator.h" namespace v8 { namespace internal { diff --git a/src/liveedit.cc b/src/liveedit.cc index 414f799c43..7d7b9c8790 100644 --- a/src/liveedit.cc +++ b/src/liveedit.cc @@ -3,21 +3,21 @@ // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "liveedit.h" +#include "src/liveedit.h" -#include "code-stubs.h" -#include "compilation-cache.h" -#include "compiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "global-handles.h" -#include "messages.h" -#include "parser.h" -#include "scopeinfo.h" -#include "scopes.h" -#include "v8memory.h" +#include "src/code-stubs.h" +#include "src/compilation-cache.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/global-handles.h" +#include "src/messages.h" +#include "src/parser.h" +#include "src/scopeinfo.h" +#include "src/scopes.h" +#include "src/v8memory.h" namespace v8 { namespace internal { diff --git a/src/liveedit.h b/src/liveedit.h index 7277d4db62..2293d1cbf5 100644 --- a/src/liveedit.h +++ b/src/liveedit.h @@ -26,8 +26,8 @@ // instantiate newly compiled functions. -#include "allocation.h" -#include "compiler.h" +#include "src/allocation.h" +#include "src/compiler.h" namespace v8 { namespace internal { diff --git a/src/log-inl.h b/src/log-inl.h index d6781678c7..28677ad235 100644 --- a/src/log-inl.h +++ b/src/log-inl.h @@ -5,7 +5,7 @@ #ifndef V8_LOG_INL_H_ #define V8_LOG_INL_H_ -#include "log.h" +#include "src/log.h" namespace v8 { namespace internal { diff --git a/src/log-utils.cc b/src/log-utils.cc index 687578847d..9f1f8e7f7b 100644 --- a/src/log-utils.cc +++ b/src/log-utils.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "log-utils.h" -#include "string-stream.h" +#include "src/log-utils.h" +#include "src/string-stream.h" namespace v8 { namespace internal { diff --git a/src/log-utils.h b/src/log-utils.h index deb3f7c483..c5e0a0ca5f 100644 --- a/src/log-utils.h +++ b/src/log-utils.h @@ -5,7 +5,7 @@ #ifndef V8_LOG_UTILS_H_ #define V8_LOG_UTILS_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/log.cc b/src/log.cc index 22f19140a5..76d7b6f59a 100644 --- a/src/log.cc +++ b/src/log.cc @@ -4,21 +4,21 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "bootstrapper.h" -#include "code-stubs.h" -#include "cpu-profiler.h" -#include "deoptimizer.h" -#include "global-handles.h" -#include "log.h" -#include "log-utils.h" -#include "macro-assembler.h" -#include "platform.h" -#include "runtime-profiler.h" -#include "serialize.h" -#include "string-stream.h" -#include "vm-state-inl.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/cpu-profiler.h" +#include "src/deoptimizer.h" +#include "src/global-handles.h" +#include "src/log.h" +#include "src/log-utils.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "src/runtime-profiler.h" +#include "src/serialize.h" +#include "src/string-stream.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/log.h b/src/log.h index 19adecba87..c4057f1aa7 100644 --- a/src/log.h +++ b/src/log.h @@ -5,10 +5,10 @@ #ifndef V8_LOG_H_ #define V8_LOG_H_ -#include "allocation.h" -#include "objects.h" -#include "platform.h" -#include "platform/elapsed-timer.h" +#include "src/allocation.h" +#include "src/objects.h" +#include "src/platform.h" +#include "src/platform/elapsed-timer.h" namespace v8 { namespace internal { diff --git a/src/macro-assembler.h b/src/macro-assembler.h index e4315163ac..a11afd863b 100644 --- a/src/macro-assembler.h +++ b/src/macro-assembler.h @@ -38,45 +38,45 @@ enum AllocationFlags { const int kInvalidProtoDepth = -1; #if V8_TARGET_ARCH_IA32 -#include "assembler.h" -#include "ia32/assembler-ia32.h" -#include "ia32/assembler-ia32-inl.h" -#include "code.h" // must be after assembler_*.h -#include "ia32/macro-assembler-ia32.h" +#include "src/assembler.h" +#include "src/ia32/assembler-ia32.h" +#include "src/ia32/assembler-ia32-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/ia32/macro-assembler-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "assembler.h" -#include "x64/assembler-x64.h" -#include "x64/assembler-x64-inl.h" -#include "code.h" // must be after assembler_*.h -#include "x64/macro-assembler-x64.h" +#include "src/assembler.h" +#include "src/x64/assembler-x64.h" +#include "src/x64/assembler-x64-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/x64/macro-assembler-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/constants-arm64.h" -#include "assembler.h" -#include "arm64/assembler-arm64.h" -#include "arm64/assembler-arm64-inl.h" -#include "code.h" // must be after assembler_*.h -#include "arm64/macro-assembler-arm64.h" -#include "arm64/macro-assembler-arm64-inl.h" +#include "src/arm64/constants-arm64.h" +#include "src/assembler.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/assembler-arm64-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/arm64/macro-assembler-arm64.h" +#include "src/arm64/macro-assembler-arm64-inl.h" #elif V8_TARGET_ARCH_ARM -#include "arm/constants-arm.h" -#include "assembler.h" -#include "arm/assembler-arm.h" -#include "arm/assembler-arm-inl.h" -#include "code.h" // must be after assembler_*.h -#include "arm/macro-assembler-arm.h" +#include "src/arm/constants-arm.h" +#include "src/assembler.h" +#include "src/arm/assembler-arm.h" +#include "src/arm/assembler-arm-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/arm/macro-assembler-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/constants-mips.h" -#include "assembler.h" -#include "mips/assembler-mips.h" -#include "mips/assembler-mips-inl.h" -#include "code.h" // must be after assembler_*.h -#include "mips/macro-assembler-mips.h" +#include "src/mips/constants-mips.h" +#include "src/assembler.h" +#include "src/mips/assembler-mips.h" +#include "src/mips/assembler-mips-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/mips/macro-assembler-mips.h" #elif V8_TARGET_ARCH_X87 -#include "assembler.h" -#include "x87/assembler-x87.h" -#include "x87/assembler-x87-inl.h" -#include "code.h" // must be after assembler_*.h -#include "x87/macro-assembler-x87.h" +#include "src/assembler.h" +#include "src/x87/assembler-x87.h" +#include "src/x87/assembler-x87-inl.h" +#include "src/code.h" // must be after assembler_*.h +#include "src/x87/macro-assembler-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/mark-compact-inl.h b/src/mark-compact-inl.h index 608a0ec98e..d1374c4b5d 100644 --- a/src/mark-compact-inl.h +++ b/src/mark-compact-inl.h @@ -5,9 +5,10 @@ #ifndef V8_MARK_COMPACT_INL_H_ #define V8_MARK_COMPACT_INL_H_ -#include "isolate.h" -#include "memory.h" -#include "mark-compact.h" +#include + +#include "src/isolate.h" +#include "src/mark-compact.h" namespace v8 { diff --git a/src/mark-compact.cc b/src/mark-compact.cc index 005c386e4c..32aba56f98 100644 --- a/src/mark-compact.cc +++ b/src/mark-compact.cc @@ -2,24 +2,24 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "code-stubs.h" -#include "compilation-cache.h" -#include "cpu-profiler.h" -#include "deoptimizer.h" -#include "execution.h" -#include "gdb-jit.h" -#include "global-handles.h" -#include "heap-profiler.h" -#include "ic-inl.h" -#include "incremental-marking.h" -#include "mark-compact.h" -#include "objects-visiting.h" -#include "objects-visiting-inl.h" -#include "spaces-inl.h" -#include "stub-cache.h" -#include "sweeper-thread.h" +#include "src/code-stubs.h" +#include "src/compilation-cache.h" +#include "src/cpu-profiler.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/gdb-jit.h" +#include "src/global-handles.h" +#include "src/heap-profiler.h" +#include "src/ic-inl.h" +#include "src/incremental-marking.h" +#include "src/mark-compact.h" +#include "src/objects-visiting.h" +#include "src/objects-visiting-inl.h" +#include "src/spaces-inl.h" +#include "src/stub-cache.h" +#include "src/sweeper-thread.h" namespace v8 { namespace internal { diff --git a/src/mark-compact.h b/src/mark-compact.h index bd34d56c5d..05239baa4c 100644 --- a/src/mark-compact.h +++ b/src/mark-compact.h @@ -5,8 +5,8 @@ #ifndef V8_MARK_COMPACT_H_ #define V8_MARK_COMPACT_H_ -#include "compiler-intrinsics.h" -#include "spaces.h" +#include "src/compiler-intrinsics.h" +#include "src/spaces.h" namespace v8 { namespace internal { diff --git a/src/messages.cc b/src/messages.cc index 8c084e266f..05402e9954 100644 --- a/src/messages.cc +++ b/src/messages.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "execution.h" -#include "messages.h" -#include "spaces-inl.h" +#include "src/api.h" +#include "src/execution.h" +#include "src/messages.h" +#include "src/spaces-inl.h" namespace v8 { namespace internal { diff --git a/src/messages.h b/src/messages.h index 297160d988..aec3469035 100644 --- a/src/messages.h +++ b/src/messages.h @@ -10,7 +10,7 @@ #ifndef V8_MESSAGES_H_ #define V8_MESSAGES_H_ -#include "handles-inl.h" +#include "src/handles-inl.h" // Forward declaration of MessageLocation. namespace v8 { diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h index b7afb84fae..eec19a671a 100644 --- a/src/mips/assembler-mips-inl.h +++ b/src/mips/assembler-mips-inl.h @@ -37,10 +37,10 @@ #ifndef V8_MIPS_ASSEMBLER_MIPS_INL_H_ #define V8_MIPS_ASSEMBLER_MIPS_INL_H_ -#include "mips/assembler-mips.h" +#include "src/mips/assembler-mips.h" -#include "cpu.h" -#include "debug.h" +#include "src/cpu.h" +#include "src/debug.h" namespace v8 { diff --git a/src/mips/assembler-mips.cc b/src/mips/assembler-mips.cc index bc5a26a75b..9b07a435af 100644 --- a/src/mips/assembler-mips.cc +++ b/src/mips/assembler-mips.cc @@ -33,12 +33,12 @@ // Copyright 2012 the V8 project authors. All rights reserved. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "mips/assembler-mips-inl.h" -#include "serialize.h" +#include "src/mips/assembler-mips-inl.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h index 8f1b5b77cb..3d080910f8 100644 --- a/src/mips/assembler-mips.h +++ b/src/mips/assembler-mips.h @@ -38,9 +38,9 @@ #include -#include "assembler.h" -#include "constants-mips.h" -#include "serialize.h" +#include "src/assembler.h" +#include "src/mips/constants-mips.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc index 1fed005b02..248c0afc2b 100644 --- a/src/mips/builtins-mips.cc +++ b/src/mips/builtins-mips.cc @@ -4,16 +4,16 @@ -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "codegen.h" -#include "debug.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc index ae23a6e09f..bc469d9b3a 100644 --- a/src/mips/code-stubs-mips.cc +++ b/src/mips/code-stubs-mips.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "bootstrapper.h" -#include "code-stubs.h" -#include "codegen.h" -#include "regexp-macro-assembler.h" -#include "stub-cache.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/regexp-macro-assembler.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h index 64577f903d..52090ec22e 100644 --- a/src/mips/code-stubs-mips.h +++ b/src/mips/code-stubs-mips.h @@ -5,7 +5,7 @@ #ifndef V8_MIPS_CODE_STUBS_ARM_H_ #define V8_MIPS_CODE_STUBS_ARM_H_ -#include "ic-inl.h" +#include "src/ic-inl.h" namespace v8 { diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc index f6b97ec5de..5d613d0fb0 100644 --- a/src/mips/codegen-mips.cc +++ b/src/mips/codegen-mips.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "codegen.h" -#include "macro-assembler.h" -#include "simulator-mips.h" +#include "src/codegen.h" +#include "src/macro-assembler.h" +#include "src/mips/simulator-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/codegen-mips.h b/src/mips/codegen-mips.h index 23b8fe339c..82a410ec23 100644 --- a/src/mips/codegen-mips.h +++ b/src/mips/codegen-mips.h @@ -7,8 +7,8 @@ #define V8_MIPS_CODEGEN_MIPS_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/mips/constants-mips.cc b/src/mips/constants-mips.cc index 2dcba58bd4..f14992719d 100644 --- a/src/mips/constants-mips.cc +++ b/src/mips/constants-mips.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "constants-mips.h" +#include "src/mips/constants-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/cpu-mips.cc b/src/mips/cpu-mips.cc index 71e3ddc79f..ce471265bb 100644 --- a/src/mips/cpu-mips.cc +++ b/src/mips/cpu-mips.cc @@ -11,14 +11,14 @@ #include #endif // #ifdef __mips -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "cpu.h" -#include "macro-assembler.h" +#include "src/cpu.h" +#include "src/macro-assembler.h" -#include "simulator.h" // For cache flushing. +#include "src/simulator.h" // For cache flushing. namespace v8 { namespace internal { diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc index ed4cf12511..fc05211423 100644 --- a/src/mips/debug-mips.cc +++ b/src/mips/debug-mips.cc @@ -4,12 +4,12 @@ -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "codegen.h" -#include "debug.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { namespace internal { diff --git a/src/mips/deoptimizer-mips.cc b/src/mips/deoptimizer-mips.cc index efe1d3bbde..71c82fb8af 100644 --- a/src/mips/deoptimizer-mips.cc +++ b/src/mips/deoptimizer-mips.cc @@ -3,12 +3,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/mips/disasm-mips.cc b/src/mips/disasm-mips.cc index b16ec3eac8..00edc73f6e 100644 --- a/src/mips/disasm-mips.cc +++ b/src/mips/disasm-mips.cc @@ -28,14 +28,14 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "mips/constants-mips.h" -#include "disasm.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/mips/constants-mips.h" +#include "src/disasm.h" +#include "src/macro-assembler.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/mips/frames-mips.cc b/src/mips/frames-mips.cc index 205e9bcf47..55f98cfa98 100644 --- a/src/mips/frames-mips.cc +++ b/src/mips/frames-mips.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "assembler.h" -#include "assembler-mips.h" -#include "assembler-mips-inl.h" -#include "frames.h" +#include "src/assembler.h" +#include "src/mips/assembler-mips.h" +#include "src/amips/ssembler-mips-inl.h" +#include "src/frames.h" namespace v8 { namespace internal { diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc index f71189df8d..da4756aed3 100644 --- a/src/mips/full-codegen-mips.cc +++ b/src/mips/full-codegen-mips.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS @@ -14,18 +14,18 @@ // places where we have to move a previous result in v0 to a0 for the // next call: mov(a0, v0). This is not needed on the other architectures. -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" -#include "mips/code-stubs-mips.h" -#include "mips/macro-assembler-mips.h" +#include "src/mips/code-stubs-mips.h" +#include "src/mips/macro-assembler-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc index d78fdc6437..ea8601f9de 100644 --- a/src/mips/ic-mips.cc +++ b/src/mips/ic-mips.cc @@ -4,15 +4,15 @@ -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "codegen.h" -#include "code-stubs.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/code-stubs.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc index cb22cd615e..48620b2625 100644 --- a/src/mips/lithium-codegen-mips.cc +++ b/src/mips/lithium-codegen-mips.cc @@ -25,13 +25,13 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "mips/lithium-codegen-mips.h" -#include "mips/lithium-gap-resolver-mips.h" -#include "code-stubs.h" -#include "stub-cache.h" -#include "hydrogen-osr.h" +#include "src/mips/lithium-codegen-mips.h" +#include "src/mips/lithium-gap-resolver-mips.h" +#include "src/code-stubs.h" +#include "src/stub-cache.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h index 0657fad92f..3e661045f0 100644 --- a/src/mips/lithium-codegen-mips.h +++ b/src/mips/lithium-codegen-mips.h @@ -5,13 +5,13 @@ #ifndef V8_MIPS_LITHIUM_CODEGEN_MIPS_H_ #define V8_MIPS_LITHIUM_CODEGEN_MIPS_H_ -#include "deoptimizer.h" -#include "mips/lithium-gap-resolver-mips.h" -#include "mips/lithium-mips.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" +#include "src/deoptimizer.h" +#include "src/mips/lithium-gap-resolver-mips.h" +#include "src/mips/lithium-mips.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-gap-resolver-mips.cc b/src/mips/lithium-gap-resolver-mips.cc index 69af8b7ee3..6447520c1b 100644 --- a/src/mips/lithium-gap-resolver-mips.cc +++ b/src/mips/lithium-gap-resolver-mips.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "mips/lithium-gap-resolver-mips.h" -#include "mips/lithium-codegen-mips.h" +#include "src/mips/lithium-gap-resolver-mips.h" +#include "src/mips/lithium-codegen-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-gap-resolver-mips.h b/src/mips/lithium-gap-resolver-mips.h index f3f6b7d61e..0072e526cb 100644 --- a/src/mips/lithium-gap-resolver-mips.h +++ b/src/mips/lithium-gap-resolver-mips.h @@ -5,9 +5,9 @@ #ifndef V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ #define V8_MIPS_LITHIUM_GAP_RESOLVER_MIPS_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc index b40457f6ae..2b088c44d3 100644 --- a/src/mips/lithium-mips.cc +++ b/src/mips/lithium-mips.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "lithium-allocator-inl.h" -#include "mips/lithium-mips.h" -#include "mips/lithium-codegen-mips.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/mips/lithium-mips.h" +#include "src/mips/lithium-codegen-mips.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h index a2c6dfc95f..1121c09c24 100644 --- a/src/mips/lithium-mips.h +++ b/src/mips/lithium-mips.h @@ -5,11 +5,11 @@ #ifndef V8_MIPS_LITHIUM_MIPS_H_ #define V8_MIPS_LITHIUM_MIPS_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/mips/macro-assembler-mips.cc b/src/mips/macro-assembler-mips.cc index 22c04e636a..bb6d298d32 100644 --- a/src/mips/macro-assembler-mips.cc +++ b/src/mips/macro-assembler-mips.cc @@ -4,16 +4,16 @@ #include // For LONG_MIN, LONG_MAX. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "isolate-inl.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/isolate-inl.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h index 056896f2c6..9a68e8d701 100644 --- a/src/mips/macro-assembler-mips.h +++ b/src/mips/macro-assembler-mips.h @@ -5,9 +5,9 @@ #ifndef V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ #define V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ -#include "assembler.h" -#include "mips/assembler-mips.h" -#include "globals.h" +#include "src/assembler.h" +#include "src/mips/assembler-mips.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/mips/regexp-macro-assembler-mips.cc b/src/mips/regexp-macro-assembler-mips.cc index 1ce9ea351f..f05ba095e5 100644 --- a/src/mips/regexp-macro-assembler-mips.cc +++ b/src/mips/regexp-macro-assembler-mips.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "unicode.h" -#include "log.h" -#include "code-stubs.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "mips/regexp-macro-assembler-mips.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/code-stubs.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/mips/regexp-macro-assembler-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/regexp-macro-assembler-mips.h b/src/mips/regexp-macro-assembler-mips.h index f0aba07dc2..921a84817c 100644 --- a/src/mips/regexp-macro-assembler-mips.h +++ b/src/mips/regexp-macro-assembler-mips.h @@ -6,11 +6,11 @@ #ifndef V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_ #define V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_ -#include "mips/assembler-mips.h" -#include "mips/assembler-mips-inl.h" -#include "macro-assembler.h" -#include "code.h" -#include "mips/macro-assembler-mips.h" +#include "src/mips/assembler-mips.h" +#include "src/mips/assembler-mips-inl.h" +#include "src/macro-assembler.h" +#include "src/code.h" +#include "src/mips/macro-assembler-mips.h" namespace v8 { namespace internal { diff --git a/src/mips/simulator-mips.cc b/src/mips/simulator-mips.cc index 024b44c2e4..f1ab0fc485 100644 --- a/src/mips/simulator-mips.cc +++ b/src/mips/simulator-mips.cc @@ -7,16 +7,16 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "cpu.h" -#include "disasm.h" -#include "assembler.h" -#include "globals.h" // Need the BitCast. -#include "mips/constants-mips.h" -#include "mips/simulator-mips.h" +#include "src/cpu.h" +#include "src/disasm.h" +#include "src/assembler.h" +#include "src/globals.h" // Need the BitCast. +#include "src/mips/constants-mips.h" +#include "src/mips/simulator-mips.h" // Only build the simulator if not compiling for real MIPS hardware. diff --git a/src/mips/simulator-mips.h b/src/mips/simulator-mips.h index 668297f934..2dcceb5162 100644 --- a/src/mips/simulator-mips.h +++ b/src/mips/simulator-mips.h @@ -13,8 +13,8 @@ #ifndef V8_MIPS_SIMULATOR_MIPS_H_ #define V8_MIPS_SIMULATOR_MIPS_H_ -#include "allocation.h" -#include "constants-mips.h" +#include "src/allocation.h" +#include "src/mips/constants-mips.h" #if !defined(USE_SIMULATOR) // Running without a simulator on a native mips platform. @@ -70,8 +70,8 @@ class SimulatorStack : public v8::internal::AllStatic { #else // !defined(USE_SIMULATOR) // Running with a simulator. -#include "hashmap.h" -#include "assembler.h" +#include "src/hashmap.h" +#include "src/assembler.h" namespace v8 { namespace internal { diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc index abccc9496b..66b4124cde 100644 --- a/src/mips/stub-cache-mips.cc +++ b/src/mips/stub-cache-mips.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_MIPS -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/misc-intrinsics.h b/src/misc-intrinsics.h index a8582bbe11..5256a293a2 100644 --- a/src/misc-intrinsics.h +++ b/src/misc-intrinsics.h @@ -5,8 +5,8 @@ #ifndef V8_MISC_INTRINSICS_H_ #define V8_MISC_INTRINSICS_H_ -#include "../include/v8.h" -#include "globals.h" +#include "include/v8.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc index e04d8dada9..d4262c4cea 100644 --- a/src/mksnapshot.cc +++ b/src/mksnapshot.cc @@ -9,15 +9,15 @@ #endif #include -#include "v8.h" +#include "src/v8.h" -#include "assembler.h" -#include "bootstrapper.h" -#include "flags.h" -#include "natives.h" -#include "platform.h" -#include "serialize.h" -#include "list.h" +#include "src/assembler.h" +#include "src/bootstrapper.h" +#include "src/flags.h" +#include "src/natives.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "src/list.h" using namespace v8; @@ -86,9 +86,9 @@ class SnapshotWriter { private: void WriteFilePrefix() const { fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n"); - fprintf(fp_, "#include \"v8.h\"\n"); - fprintf(fp_, "#include \"platform.h\"\n\n"); - fprintf(fp_, "#include \"snapshot.h\"\n\n"); + fprintf(fp_, "#include \"src/v8.h\"\n"); + fprintf(fp_, "#include \"src/platform.h\"\n\n"); + fprintf(fp_, "#include \"src/snapshot.h\"\n\n"); fprintf(fp_, "namespace v8 {\n"); fprintf(fp_, "namespace internal {\n\n"); } diff --git a/src/msan.h b/src/msan.h index 5282583af5..4130d22a65 100644 --- a/src/msan.h +++ b/src/msan.h @@ -7,7 +7,7 @@ #ifndef V8_MSAN_H_ #define V8_MSAN_H_ -#include "globals.h" +#include "src/globals.h" #ifndef __has_feature # define __has_feature(x) 0 diff --git a/src/objects-debug.cc b/src/objects-debug.cc index 1a1e3d3ce9..5ce04b9d0c 100644 --- a/src/objects-debug.cc +++ b/src/objects-debug.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "disasm.h" -#include "jsregexp.h" -#include "macro-assembler.h" -#include "objects-visiting.h" +#include "src/disassembler.h" +#include "src/disasm.h" +#include "src/jsregexp.h" +#include "src/macro-assembler.h" +#include "src/objects-visiting.h" namespace v8 { namespace internal { diff --git a/src/objects-inl.h b/src/objects-inl.h index 568b9c4156..1e83e6f8c1 100644 --- a/src/objects-inl.h +++ b/src/objects-inl.h @@ -12,21 +12,21 @@ #ifndef V8_OBJECTS_INL_H_ #define V8_OBJECTS_INL_H_ -#include "elements.h" -#include "objects.h" -#include "contexts.h" -#include "conversions-inl.h" -#include "heap.h" -#include "isolate.h" -#include "heap-inl.h" -#include "property.h" -#include "spaces.h" -#include "store-buffer.h" -#include "v8memory.h" -#include "factory.h" -#include "incremental-marking.h" -#include "transitions-inl.h" -#include "objects-visiting.h" +#include "src/elements.h" +#include "src/objects.h" +#include "src/contexts.h" +#include "src/conversions-inl.h" +#include "src/heap.h" +#include "src/isolate.h" +#include "src/heap-inl.h" +#include "src/property.h" +#include "src/spaces.h" +#include "src/store-buffer.h" +#include "src/v8memory.h" +#include "src/factory.h" +#include "src/incremental-marking.h" +#include "src/transitions-inl.h" +#include "src/objects-visiting.h" namespace v8 { namespace internal { diff --git a/src/objects-printer.cc b/src/objects-printer.cc index e7c4f95867..6595acc7ad 100644 --- a/src/objects-printer.cc +++ b/src/objects-printer.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "disasm.h" -#include "jsregexp.h" -#include "objects-visiting.h" +#include "src/disassembler.h" +#include "src/disasm.h" +#include "src/jsregexp.h" +#include "src/objects-visiting.h" namespace v8 { namespace internal { diff --git a/src/objects-visiting.cc b/src/objects-visiting.cc index 708f8cf8fc..f2f47b0f88 100644 --- a/src/objects-visiting.cc +++ b/src/objects-visiting.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ic-inl.h" -#include "objects-visiting.h" +#include "src/ic-inl.h" +#include "src/objects-visiting.h" namespace v8 { namespace internal { diff --git a/src/objects-visiting.h b/src/objects-visiting.h index a4eb384db7..fb66387d32 100644 --- a/src/objects-visiting.h +++ b/src/objects-visiting.h @@ -5,7 +5,7 @@ #ifndef V8_OBJECTS_VISITING_H_ #define V8_OBJECTS_VISITING_H_ -#include "allocation.h" +#include "src/allocation.h" // This file provides base classes and auxiliary methods for defining // static object visitors used during GC. diff --git a/src/objects.cc b/src/objects.cc index 613a9542b7..38d4bd1f45 100644 --- a/src/objects.cc +++ b/src/objects.cc @@ -2,37 +2,37 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "allocation-site-scopes.h" -#include "api.h" -#include "arguments.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "code-stubs.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "deoptimizer.h" -#include "date.h" -#include "elements.h" -#include "execution.h" -#include "full-codegen.h" -#include "hydrogen.h" -#include "isolate-inl.h" -#include "log.h" -#include "objects-inl.h" -#include "objects-visiting-inl.h" -#include "macro-assembler.h" -#include "mark-compact.h" -#include "safepoint-table.h" -#include "string-search.h" -#include "string-stream.h" -#include "utils.h" +#include "src/accessors.h" +#include "src/allocation-site-scopes.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/code-stubs.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/date.h" +#include "src/elements.h" +#include "src/execution.h" +#include "src/full-codegen.h" +#include "src/hydrogen.h" +#include "src/isolate-inl.h" +#include "src/log.h" +#include "src/objects-inl.h" +#include "src/objects-visiting-inl.h" +#include "src/macro-assembler.h" +#include "src/mark-compact.h" +#include "src/safepoint-table.h" +#include "src/string-search.h" +#include "src/string-stream.h" +#include "src/utils.h" #ifdef ENABLE_DISASSEMBLER -#include "disasm.h" -#include "disassembler.h" +#include "src/disasm.h" +#include "src/disassembler.h" #endif namespace v8 { diff --git a/src/objects.h b/src/objects.h index 73a1c5a347..787e7ea871 100644 --- a/src/objects.h +++ b/src/objects.h @@ -5,24 +5,24 @@ #ifndef V8_OBJECTS_H_ #define V8_OBJECTS_H_ -#include "allocation.h" -#include "assert-scope.h" -#include "builtins.h" -#include "elements-kind.h" -#include "flags.h" -#include "list.h" -#include "property-details.h" -#include "smart-pointers.h" -#include "unicode-inl.h" +#include "src/allocation.h" +#include "src/assert-scope.h" +#include "src/builtins.h" +#include "src/elements-kind.h" +#include "src/flags.h" +#include "src/list.h" +#include "src/property-details.h" +#include "src/smart-pointers.h" +#include "src/unicode-inl.h" #if V8_TARGET_ARCH_ARM64 -#include "arm64/constants-arm64.h" +#include "src/arm64/constants-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/constants-arm.h" +#include "src/arm/constants-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/constants-mips.h" +#include "src/mips/constants-mips.h" #endif -#include "v8checks.h" -#include "zone.h" +#include "src/v8checks.h" +#include "src/zone.h" // diff --git a/src/once.cc b/src/once.cc index d19bab834c..6a3b9cb56a 100644 --- a/src/once.cc +++ b/src/once.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "once.h" +#include "src/once.h" #ifdef _WIN32 #include @@ -10,7 +10,7 @@ #include #endif -#include "atomicops.h" +#include "src/atomicops.h" namespace v8 { namespace internal { diff --git a/src/once.h b/src/once.h index 938af281ca..f319125c05 100644 --- a/src/once.h +++ b/src/once.h @@ -52,7 +52,7 @@ #ifndef V8_ONCE_H_ #define V8_ONCE_H_ -#include "atomicops.h" +#include "src/atomicops.h" namespace v8 { namespace internal { diff --git a/src/optimizing-compiler-thread.cc b/src/optimizing-compiler-thread.cc index f26eb88acb..1dd04de07c 100644 --- a/src/optimizing-compiler-thread.cc +++ b/src/optimizing-compiler-thread.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "optimizing-compiler-thread.h" +#include "src/optimizing-compiler-thread.h" -#include "v8.h" +#include "src/v8.h" -#include "full-codegen.h" -#include "hydrogen.h" -#include "isolate.h" -#include "v8threads.h" +#include "src/full-codegen.h" +#include "src/hydrogen.h" +#include "src/isolate.h" +#include "src/v8threads.h" namespace v8 { namespace internal { diff --git a/src/optimizing-compiler-thread.h b/src/optimizing-compiler-thread.h index 7e27527009..55040e3942 100644 --- a/src/optimizing-compiler-thread.h +++ b/src/optimizing-compiler-thread.h @@ -5,13 +5,13 @@ #ifndef V8_OPTIMIZING_COMPILER_THREAD_H_ #define V8_OPTIMIZING_COMPILER_THREAD_H_ -#include "atomicops.h" -#include "flags.h" -#include "list.h" -#include "platform.h" -#include "platform/mutex.h" -#include "platform/time.h" -#include "unbound-queue-inl.h" +#include "src/atomicops.h" +#include "src/flags.h" +#include "src/list.h" +#include "src/platform.h" +#include "src/platform/mutex.h" +#include "src/platform/time.h" +#include "src/unbound-queue-inl.h" namespace v8 { namespace internal { diff --git a/src/parser.cc b/src/parser.cc index 49e76618ca..ed3e79c72e 100644 --- a/src/parser.cc +++ b/src/parser.cc @@ -2,22 +2,22 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "ast.h" -#include "bootstrapper.h" -#include "char-predicates-inl.h" -#include "codegen.h" -#include "compiler.h" -#include "messages.h" -#include "parser.h" -#include "platform.h" -#include "preparser.h" -#include "runtime.h" -#include "scanner-character-streams.h" -#include "scopeinfo.h" -#include "string-stream.h" +#include "src/api.h" +#include "src/ast.h" +#include "src/bootstrapper.h" +#include "src/char-predicates-inl.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/messages.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/preparser.h" +#include "src/runtime.h" +#include "src/scanner-character-streams.h" +#include "src/scopeinfo.h" +#include "src/string-stream.h" namespace v8 { namespace internal { diff --git a/src/parser.h b/src/parser.h index 7f9f9f230f..c7bf8bfd45 100644 --- a/src/parser.h +++ b/src/parser.h @@ -5,13 +5,13 @@ #ifndef V8_PARSER_H_ #define V8_PARSER_H_ -#include "allocation.h" -#include "ast.h" -#include "compiler.h" // For CachedDataMode -#include "preparse-data-format.h" -#include "preparse-data.h" -#include "scopes.h" -#include "preparser.h" +#include "src/allocation.h" +#include "src/ast.h" +#include "src/compiler.h" // For CachedDataMode +#include "src/preparse-data-format.h" +#include "src/preparse-data.h" +#include "src/scopes.h" +#include "src/preparser.h" namespace v8 { class ScriptCompiler; diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc index 05ce578270..4f5d4d93dc 100644 --- a/src/platform-cygwin.cc +++ b/src/platform-cygwin.cc @@ -16,11 +16,11 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "v8threads.h" -#include "win32-headers.h" +#include "src/platform.h" +#include "src/v8threads.h" +#include "src/win32-headers.h" namespace v8 { namespace internal { diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc index 7e5bb8a9f9..084e54b3c8 100644 --- a/src/platform-freebsd.cc +++ b/src/platform-freebsd.cc @@ -27,10 +27,10 @@ #undef MAP_TYPE -#include "v8.h" -#include "v8threads.h" +#include "src/v8.h" +#include "src/v8threads.h" -#include "platform.h" +#include "src/platform.h" namespace v8 { diff --git a/src/platform-linux.cc b/src/platform-linux.cc index 34e8c551ef..c1e0ca26d4 100644 --- a/src/platform-linux.cc +++ b/src/platform-linux.cc @@ -41,10 +41,10 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "v8threads.h" +#include "src/platform.h" +#include "src/v8threads.h" namespace v8 { diff --git a/src/platform-macos.cc b/src/platform-macos.cc index facb6bd617..e7a89f2e3e 100644 --- a/src/platform-macos.cc +++ b/src/platform-macos.cc @@ -33,9 +33,9 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" +#include "src/platform.h" namespace v8 { diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc index 21fe2b4d99..3b820bc3d0 100644 --- a/src/platform-openbsd.cc +++ b/src/platform-openbsd.cc @@ -25,10 +25,10 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "v8threads.h" +#include "src/platform.h" +#include "src/v8threads.h" namespace v8 { diff --git a/src/platform-posix.cc b/src/platform-posix.cc index 2b5f40c9ab..03ba87db74 100644 --- a/src/platform-posix.cc +++ b/src/platform-posix.cc @@ -40,10 +40,10 @@ #include #endif -#include "v8.h" +#include "src/v8.h" -#include "isolate-inl.h" -#include "platform.h" +#include "src/isolate-inl.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/platform-qnx.cc b/src/platform-qnx.cc index 587a1d3554..4738ef542a 100644 --- a/src/platform-qnx.cc +++ b/src/platform-qnx.cc @@ -29,10 +29,10 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "v8threads.h" +#include "src/platform.h" +#include "src/v8threads.h" namespace v8 { diff --git a/src/platform-solaris.cc b/src/platform-solaris.cc index a2226f6135..8a3e6c66fb 100644 --- a/src/platform-solaris.cc +++ b/src/platform-solaris.cc @@ -26,10 +26,10 @@ #undef MAP_TYPE -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "v8threads.h" +#include "src/platform.h" +#include "src/v8threads.h" // It seems there is a bug in some Solaris distributions (experienced in diff --git a/src/platform-win32.cc b/src/platform-win32.cc index 6f6fe9262a..e5480fcf22 100644 --- a/src/platform-win32.cc +++ b/src/platform-win32.cc @@ -15,12 +15,12 @@ #endif // MINGW_HAS_SECURE_API #endif // __MINGW32__ -#include "win32-headers.h" +#include "src/win32-headers.h" -#include "v8.h" +#include "src/v8.h" -#include "isolate-inl.h" -#include "platform.h" +#include "src/isolate-inl.h" +#include "src/platform.h" #ifdef _MSC_VER diff --git a/src/platform.h b/src/platform.h index 4c7dc3f34b..d131d7d29f 100644 --- a/src/platform.h +++ b/src/platform.h @@ -23,10 +23,10 @@ #include -#include "platform/mutex.h" -#include "platform/semaphore.h" -#include "globals.h" -#include "vector.h" +#include "src/platform/mutex.h" +#include "src/platform/semaphore.h" +#include "src/globals.h" +#include "src/vector.h" #ifdef __sun # ifndef signbit @@ -37,14 +37,14 @@ int signbit(double x); #endif #if V8_OS_QNX -#include "qnx-math.h" +#include "src/qnx-math.h" #endif // Microsoft Visual C++ specific stuff. #if V8_LIBC_MSVCRT -#include "win32-headers.h" -#include "win32-math.h" +#include "src/win32-headers.h" +#include "src/win32-math.h" int strncasecmp(const char* s1, const char* s2, int n); diff --git a/src/platform/condition-variable.cc b/src/platform/condition-variable.cc index 8e4d16a29e..e180acdcb7 100644 --- a/src/platform/condition-variable.cc +++ b/src/platform/condition-variable.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "platform/condition-variable.h" +#include "src/platform/condition-variable.h" #include #include -#include "platform/time.h" +#include "src/platform/time.h" namespace v8 { namespace internal { diff --git a/src/platform/condition-variable.h b/src/platform/condition-variable.h index eb357beb3f..5aa2361857 100644 --- a/src/platform/condition-variable.h +++ b/src/platform/condition-variable.h @@ -5,7 +5,7 @@ #ifndef V8_PLATFORM_CONDITION_VARIABLE_H_ #define V8_PLATFORM_CONDITION_VARIABLE_H_ -#include "platform/mutex.h" +#include "src/platform/mutex.h" namespace v8 { namespace internal { diff --git a/src/platform/elapsed-timer.h b/src/platform/elapsed-timer.h index b25ff20401..9955c3eaae 100644 --- a/src/platform/elapsed-timer.h +++ b/src/platform/elapsed-timer.h @@ -5,8 +5,8 @@ #ifndef V8_PLATFORM_ELAPSED_TIMER_H_ #define V8_PLATFORM_ELAPSED_TIMER_H_ -#include "../checks.h" -#include "time.h" +#include "src/checks.h" +#include "src/platform/time.h" namespace v8 { namespace internal { diff --git a/src/platform/mutex.cc b/src/platform/mutex.cc index 4e9fb989b6..014b41a525 100644 --- a/src/platform/mutex.cc +++ b/src/platform/mutex.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "platform/mutex.h" +#include "src/platform/mutex.h" #include diff --git a/src/platform/mutex.h b/src/platform/mutex.h index 914b804be7..9b359cb8e2 100644 --- a/src/platform/mutex.h +++ b/src/platform/mutex.h @@ -5,10 +5,10 @@ #ifndef V8_PLATFORM_MUTEX_H_ #define V8_PLATFORM_MUTEX_H_ -#include "../checks.h" -#include "../lazy-instance.h" +#include "src/checks.h" +#include "src/lazy-instance.h" #if V8_OS_WIN -#include "../win32-headers.h" +#include "src/win32-headers.h" #endif #if V8_OS_POSIX diff --git a/src/platform/semaphore.cc b/src/platform/semaphore.cc index eae47cb367..18264f4e32 100644 --- a/src/platform/semaphore.cc +++ b/src/platform/semaphore.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "platform/semaphore.h" +#include "src/platform/semaphore.h" #if V8_OS_MACOSX #include @@ -11,8 +11,8 @@ #include -#include "checks.h" -#include "platform/time.h" +#include "src/checks.h" +#include "src/platform/time.h" namespace v8 { namespace internal { diff --git a/src/platform/semaphore.h b/src/platform/semaphore.h index 4344192047..f115d5f933 100644 --- a/src/platform/semaphore.h +++ b/src/platform/semaphore.h @@ -5,9 +5,9 @@ #ifndef V8_PLATFORM_SEMAPHORE_H_ #define V8_PLATFORM_SEMAPHORE_H_ -#include "../lazy-instance.h" +#include "src/lazy-instance.h" #if V8_OS_WIN -#include "../win32-headers.h" +#include "src/win32-headers.h" #endif #if V8_OS_MACOSX diff --git a/src/platform/time.cc b/src/platform/time.cc index c6b5786a6f..32e74794cf 100644 --- a/src/platform/time.cc +++ b/src/platform/time.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "platform/time.h" +#include "src/platform/time.h" #if V8_OS_POSIX #include @@ -13,11 +13,11 @@ #include -#include "checks.h" -#include "cpu.h" -#include "platform.h" +#include "src/checks.h" +#include "src/cpu.h" +#include "src/platform.h" #if V8_OS_WIN -#include "win32-headers.h" +#include "src/win32-headers.h" #endif namespace v8 { diff --git a/src/platform/time.h b/src/platform/time.h index 8e35b87917..0cd234c3dd 100644 --- a/src/platform/time.h +++ b/src/platform/time.h @@ -8,7 +8,7 @@ #include #include -#include "../allocation.h" +#include "src/allocation.h" // Forward declarations. extern "C" { diff --git a/src/preparse-data.cc b/src/preparse-data.cc index 9a95a45e4b..5860e4144e 100644 --- a/src/preparse-data.cc +++ b/src/preparse-data.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../include/v8stdint.h" +#include "include/v8stdint.h" -#include "preparse-data-format.h" -#include "preparse-data.h" +#include "src/preparse-data-format.h" +#include "src/preparse-data.h" -#include "checks.h" -#include "globals.h" -#include "hashmap.h" +#include "src/checks.h" +#include "src/globals.h" +#include "src/hashmap.h" namespace v8 { namespace internal { diff --git a/src/preparse-data.h b/src/preparse-data.h index cc7790a033..8978098767 100644 --- a/src/preparse-data.h +++ b/src/preparse-data.h @@ -5,9 +5,9 @@ #ifndef V8_PREPARSE_DATA_H_ #define V8_PREPARSE_DATA_H_ -#include "allocation.h" -#include "hashmap.h" -#include "utils-inl.h" +#include "src/allocation.h" +#include "src/hashmap.h" +#include "src/utils-inl.h" namespace v8 { namespace internal { diff --git a/src/preparser.cc b/src/preparser.cc index 3b43e7e257..80a17af939 100644 --- a/src/preparser.cc +++ b/src/preparser.cc @@ -4,20 +4,20 @@ #include -#include "../include/v8stdint.h" +#include "include/v8stdint.h" -#include "allocation.h" -#include "checks.h" -#include "conversions.h" -#include "conversions-inl.h" -#include "globals.h" -#include "hashmap.h" -#include "list.h" -#include "preparse-data-format.h" -#include "preparse-data.h" -#include "preparser.h" -#include "unicode.h" -#include "utils.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/conversions.h" +#include "src/conversions-inl.h" +#include "src/globals.h" +#include "src/hashmap.h" +#include "src/list.h" +#include "src/preparse-data-format.h" +#include "src/preparse-data.h" +#include "src/preparser.h" +#include "src/unicode.h" +#include "src/utils.h" #if V8_LIBC_MSVCRT && (_MSC_VER < 1800) namespace std { diff --git a/src/preparser.h b/src/preparser.h index 9dee863d59..909718ca9f 100644 --- a/src/preparser.h +++ b/src/preparser.h @@ -5,12 +5,12 @@ #ifndef V8_PREPARSER_H #define V8_PREPARSER_H -#include "func-name-inferrer.h" -#include "hashmap.h" -#include "scopes.h" -#include "token.h" -#include "scanner.h" -#include "v8.h" +#include "src/func-name-inferrer.h" +#include "src/hashmap.h" +#include "src/scopes.h" +#include "src/token.h" +#include "src/scanner.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/src/prettyprinter.cc b/src/prettyprinter.cc index 2bb7c94658..4edf318fb6 100644 --- a/src/prettyprinter.cc +++ b/src/prettyprinter.cc @@ -4,11 +4,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "prettyprinter.h" -#include "scopes.h" -#include "platform.h" +#include "src/prettyprinter.h" +#include "src/scopes.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/prettyprinter.h b/src/prettyprinter.h index e0467ca82a..585734ee24 100644 --- a/src/prettyprinter.h +++ b/src/prettyprinter.h @@ -5,8 +5,8 @@ #ifndef V8_PRETTYPRINTER_H_ #define V8_PRETTYPRINTER_H_ -#include "allocation.h" -#include "ast.h" +#include "src/allocation.h" +#include "src/ast.h" namespace v8 { namespace internal { diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h index 9e8408d916..58c124fe62 100644 --- a/src/profile-generator-inl.h +++ b/src/profile-generator-inl.h @@ -5,7 +5,7 @@ #ifndef V8_PROFILE_GENERATOR_INL_H_ #define V8_PROFILE_GENERATOR_INL_H_ -#include "profile-generator.h" +#include "src/profile-generator.h" namespace v8 { namespace internal { diff --git a/src/profile-generator.cc b/src/profile-generator.cc index e1e5236eb9..0ad300bd64 100644 --- a/src/profile-generator.cc +++ b/src/profile-generator.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "profile-generator-inl.h" +#include "src/profile-generator-inl.h" -#include "compiler.h" -#include "debug.h" -#include "sampler.h" -#include "global-handles.h" -#include "scopeinfo.h" -#include "unicode.h" -#include "zone-inl.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/sampler.h" +#include "src/global-handles.h" +#include "src/scopeinfo.h" +#include "src/unicode.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/profile-generator.h b/src/profile-generator.h index 1d8ad87cf4..c89b41a57b 100644 --- a/src/profile-generator.h +++ b/src/profile-generator.h @@ -5,9 +5,9 @@ #ifndef V8_PROFILE_GENERATOR_H_ #define V8_PROFILE_GENERATOR_H_ -#include "allocation.h" -#include "hashmap.h" -#include "../include/v8-profiler.h" +#include "src/allocation.h" +#include "src/hashmap.h" +#include "include/v8-profiler.h" namespace v8 { namespace internal { diff --git a/src/property-details-inl.h b/src/property-details-inl.h index 26f8991368..eaa596f9da 100644 --- a/src/property-details-inl.h +++ b/src/property-details-inl.h @@ -5,10 +5,10 @@ #ifndef V8_PROPERTY_DETAILS_INL_H_ #define V8_PROPERTY_DETAILS_INL_H_ -#include "conversions.h" -#include "objects.h" -#include "property-details.h" -#include "types.h" +#include "src/conversions.h" +#include "src/objects.h" +#include "src/property-details.h" +#include "src/types.h" namespace v8 { namespace internal { diff --git a/src/property-details.h b/src/property-details.h index cb33f9c9a7..cfe257efcc 100644 --- a/src/property-details.h +++ b/src/property-details.h @@ -5,9 +5,9 @@ #ifndef V8_PROPERTY_DETAILS_H_ #define V8_PROPERTY_DETAILS_H_ -#include "../include/v8.h" -#include "allocation.h" -#include "utils.h" +#include "include/v8.h" +#include "src/allocation.h" +#include "src/utils.h" // Ecma-262 3rd 8.6.1 enum PropertyAttributes { diff --git a/src/property.cc b/src/property.cc index e7d0c4e2f4..fa5046de5b 100644 --- a/src/property.cc +++ b/src/property.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "property.h" +#include "src/property.h" -#include "handles-inl.h" +#include "src/handles-inl.h" namespace v8 { namespace internal { diff --git a/src/property.h b/src/property.h index c7a4e6a637..093285c94e 100644 --- a/src/property.h +++ b/src/property.h @@ -5,9 +5,9 @@ #ifndef V8_PROPERTY_H_ #define V8_PROPERTY_H_ -#include "isolate.h" -#include "factory.h" -#include "types.h" +#include "src/isolate.h" +#include "src/factory.h" +#include "src/types.h" namespace v8 { namespace internal { diff --git a/src/regexp-macro-assembler-irregexp-inl.h b/src/regexp-macro-assembler-irregexp-inl.h index 8fe6a42775..a2359babcb 100644 --- a/src/regexp-macro-assembler-irregexp-inl.h +++ b/src/regexp-macro-assembler-irregexp-inl.h @@ -5,9 +5,9 @@ // A light-weight assembler for the Irregexp byte code. -#include "v8.h" -#include "ast.h" -#include "bytecodes-irregexp.h" +#include "src/v8.h" +#include "src/ast.h" +#include "src/bytecodes-irregexp.h" #ifndef V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_ #define V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_ diff --git a/src/regexp-macro-assembler-irregexp.cc b/src/regexp-macro-assembler-irregexp.cc index d51fc1edf9..92d7deeb75 100644 --- a/src/regexp-macro-assembler-irregexp.cc +++ b/src/regexp-macro-assembler-irregexp.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "ast.h" -#include "bytecodes-irregexp.h" -#include "regexp-macro-assembler.h" -#include "regexp-macro-assembler-irregexp.h" -#include "regexp-macro-assembler-irregexp-inl.h" +#include "src/v8.h" +#include "src/ast.h" +#include "src/bytecodes-irregexp.h" +#include "src/regexp-macro-assembler.h" +#include "src/regexp-macro-assembler-irregexp.h" +#include "src/regexp-macro-assembler-irregexp-inl.h" namespace v8 { diff --git a/src/regexp-macro-assembler-tracer.cc b/src/regexp-macro-assembler-tracer.cc index 4a9c74e083..1e745d94a7 100644 --- a/src/regexp-macro-assembler-tracer.cc +++ b/src/regexp-macro-assembler-tracer.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "ast.h" -#include "regexp-macro-assembler.h" -#include "regexp-macro-assembler-tracer.h" +#include "src/v8.h" +#include "src/ast.h" +#include "src/regexp-macro-assembler.h" +#include "src/regexp-macro-assembler-tracer.h" namespace v8 { namespace internal { diff --git a/src/regexp-macro-assembler.cc b/src/regexp-macro-assembler.cc index a522f97c6c..88adf97899 100644 --- a/src/regexp-macro-assembler.cc +++ b/src/regexp-macro-assembler.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "ast.h" -#include "assembler.h" -#include "regexp-stack.h" -#include "regexp-macro-assembler.h" -#include "simulator.h" +#include "src/v8.h" +#include "src/ast.h" +#include "src/assembler.h" +#include "src/regexp-stack.h" +#include "src/regexp-macro-assembler.h" +#include "src/simulator.h" namespace v8 { namespace internal { diff --git a/src/regexp-macro-assembler.h b/src/regexp-macro-assembler.h index 4935ade971..f0cfc465fc 100644 --- a/src/regexp-macro-assembler.h +++ b/src/regexp-macro-assembler.h @@ -5,7 +5,7 @@ #ifndef V8_REGEXP_MACRO_ASSEMBLER_H_ #define V8_REGEXP_MACRO_ASSEMBLER_H_ -#include "ast.h" +#include "src/ast.h" namespace v8 { namespace internal { diff --git a/src/regexp-stack.cc b/src/regexp-stack.cc index 9122446d1d..97835cc902 100644 --- a/src/regexp-stack.cc +++ b/src/regexp-stack.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "regexp-stack.h" +#include "src/v8.h" +#include "src/regexp-stack.h" namespace v8 { namespace internal { diff --git a/src/rewriter.cc b/src/rewriter.cc index 27f03dc7a4..c92ccda730 100644 --- a/src/rewriter.cc +++ b/src/rewriter.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "rewriter.h" +#include "src/rewriter.h" -#include "ast.h" -#include "compiler.h" -#include "scopes.h" +#include "src/ast.h" +#include "src/compiler.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc index 69229871ea..dddcad060d 100644 --- a/src/runtime-profiler.cc +++ b/src/runtime-profiler.cc @@ -2,21 +2,21 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "runtime-profiler.h" +#include "src/runtime-profiler.h" -#include "assembler.h" -#include "bootstrapper.h" -#include "code-stubs.h" -#include "compilation-cache.h" -#include "execution.h" -#include "full-codegen.h" -#include "global-handles.h" -#include "isolate-inl.h" -#include "mark-compact.h" -#include "platform.h" -#include "scopeinfo.h" +#include "src/assembler.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/compilation-cache.h" +#include "src/execution.h" +#include "src/full-codegen.h" +#include "src/global-handles.h" +#include "src/isolate-inl.h" +#include "src/mark-compact.h" +#include "src/platform.h" +#include "src/scopeinfo.h" namespace v8 { namespace internal { diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h index 450910ca82..d4357f0994 100644 --- a/src/runtime-profiler.h +++ b/src/runtime-profiler.h @@ -5,8 +5,8 @@ #ifndef V8_RUNTIME_PROFILER_H_ #define V8_RUNTIME_PROFILER_H_ -#include "allocation.h" -#include "atomicops.h" +#include "src/allocation.h" +#include "src/atomicops.h" namespace v8 { namespace internal { diff --git a/src/runtime.cc b/src/runtime.cc index cdea6e0a0b..4a5786eb1a 100644 --- a/src/runtime.cc +++ b/src/runtime.cc @@ -5,47 +5,47 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "allocation-site-scopes.h" -#include "api.h" -#include "arguments.h" -#include "bootstrapper.h" -#include "codegen.h" -#include "compilation-cache.h" -#include "compiler.h" -#include "conversions.h" -#include "cpu.h" -#include "cpu-profiler.h" -#include "dateparser-inl.h" -#include "debug.h" -#include "deoptimizer.h" -#include "date.h" -#include "execution.h" -#include "full-codegen.h" -#include "global-handles.h" -#include "isolate-inl.h" -#include "jsregexp.h" -#include "jsregexp-inl.h" -#include "json-parser.h" -#include "json-stringifier.h" -#include "liveedit.h" -#include "misc-intrinsics.h" -#include "parser.h" -#include "platform.h" -#include "runtime-profiler.h" -#include "runtime.h" -#include "scopeinfo.h" -#include "smart-pointers.h" -#include "string-search.h" -#include "stub-cache.h" -#include "uri.h" -#include "v8threads.h" -#include "vm-state-inl.h" +#include "src/accessors.h" +#include "src/allocation-site-scopes.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/compilation-cache.h" +#include "src/compiler.h" +#include "src/conversions.h" +#include "src/cpu.h" +#include "src/cpu-profiler.h" +#include "src/dateparser-inl.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/date.h" +#include "src/execution.h" +#include "src/full-codegen.h" +#include "src/global-handles.h" +#include "src/isolate-inl.h" +#include "src/jsregexp.h" +#include "src/jsregexp-inl.h" +#include "src/json-parser.h" +#include "src/json-stringifier.h" +#include "src/liveedit.h" +#include "src/misc-intrinsics.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/runtime-profiler.h" +#include "src/runtime.h" +#include "src/scopeinfo.h" +#include "src/smart-pointers.h" +#include "src/string-search.h" +#include "src/stub-cache.h" +#include "src/uri.h" +#include "src/v8threads.h" +#include "src/vm-state-inl.h" #ifdef V8_I18N_SUPPORT -#include "i18n.h" +#include "src/i18n.h" #include "unicode/brkiter.h" #include "unicode/calendar.h" #include "unicode/coll.h" diff --git a/src/runtime.h b/src/runtime.h index 2823adeaba..286af0949b 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -5,8 +5,8 @@ #ifndef V8_RUNTIME_H_ #define V8_RUNTIME_H_ -#include "allocation.h" -#include "zone.h" +#include "src/allocation.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/safepoint-table.cc b/src/safepoint-table.cc index b7833c232b..e041e17ca9 100644 --- a/src/safepoint-table.cc +++ b/src/safepoint-table.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "safepoint-table.h" +#include "src/safepoint-table.h" -#include "deoptimizer.h" -#include "disasm.h" -#include "macro-assembler.h" -#include "zone-inl.h" +#include "src/deoptimizer.h" +#include "src/disasm.h" +#include "src/macro-assembler.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/safepoint-table.h b/src/safepoint-table.h index 5a1af55cb1..2fed5a7604 100644 --- a/src/safepoint-table.h +++ b/src/safepoint-table.h @@ -5,10 +5,10 @@ #ifndef V8_SAFEPOINT_TABLE_H_ #define V8_SAFEPOINT_TABLE_H_ -#include "allocation.h" -#include "heap.h" -#include "v8memory.h" -#include "zone.h" +#include "src/allocation.h" +#include "src/heap.h" +#include "src/v8memory.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/sampler.cc b/src/sampler.cc index 3cb0b749a8..27c763a454 100644 --- a/src/sampler.cc +++ b/src/sampler.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "sampler.h" +#include "src/sampler.h" #if V8_OS_POSIX && !V8_OS_CYGWIN @@ -38,20 +38,20 @@ #elif V8_OS_WIN || V8_OS_CYGWIN -#include "win32-headers.h" +#include "src/win32-headers.h" #endif -#include "v8.h" +#include "src/v8.h" -#include "cpu-profiler-inl.h" -#include "flags.h" -#include "frames-inl.h" -#include "log.h" -#include "platform.h" -#include "simulator.h" -#include "v8threads.h" -#include "vm-state-inl.h" +#include "src/cpu-profiler-inl.h" +#include "src/flags.h" +#include "src/frames-inl.h" +#include "src/log.h" +#include "src/platform.h" +#include "src/simulator.h" +#include "src/v8threads.h" +#include "src/vm-state-inl.h" #if V8_OS_ANDROID && !defined(__BIONIC_HAVE_UCONTEXT_T) diff --git a/src/sampler.h b/src/sampler.h index 3fe076c69e..b45388e687 100644 --- a/src/sampler.h +++ b/src/sampler.h @@ -5,9 +5,9 @@ #ifndef V8_SAMPLER_H_ #define V8_SAMPLER_H_ -#include "atomicops.h" -#include "frames.h" -#include "globals.h" +#include "src/atomicops.h" +#include "src/frames.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/scanner-character-streams.cc b/src/scanner-character-streams.cc index 8fbfe4ee96..23af45fe09 100644 --- a/src/scanner-character-streams.cc +++ b/src/scanner-character-streams.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "scanner-character-streams.h" +#include "src/scanner-character-streams.h" -#include "handles.h" -#include "unicode-inl.h" +#include "src/handles.h" +#include "src/unicode-inl.h" namespace v8 { namespace internal { diff --git a/src/scanner-character-streams.h b/src/scanner-character-streams.h index 0d02f02019..a25eb584a5 100644 --- a/src/scanner-character-streams.h +++ b/src/scanner-character-streams.h @@ -5,7 +5,7 @@ #ifndef V8_SCANNER_CHARACTER_STREAMS_H_ #define V8_SCANNER_CHARACTER_STREAMS_H_ -#include "scanner.h" +#include "src/scanner.h" namespace v8 { namespace internal { diff --git a/src/scanner.cc b/src/scanner.cc index 2e039ca403..0265a8fa78 100644 --- a/src/scanner.cc +++ b/src/scanner.cc @@ -6,14 +6,14 @@ #include -#include "scanner.h" +#include "src/scanner.h" -#include "../include/v8stdint.h" -#include "char-predicates-inl.h" -#include "conversions-inl.h" -#include "list-inl.h" -#include "v8.h" -#include "parser.h" +#include "include/v8stdint.h" +#include "src/char-predicates-inl.h" +#include "src/conversions-inl.h" +#include "src/list-inl.h" +#include "src/v8.h" +#include "src/parser.h" namespace v8 { namespace internal { diff --git a/src/scanner.h b/src/scanner.h index eeed183cdf..2979082e3f 100644 --- a/src/scanner.h +++ b/src/scanner.h @@ -7,15 +7,15 @@ #ifndef V8_SCANNER_H_ #define V8_SCANNER_H_ -#include "allocation.h" -#include "char-predicates.h" -#include "checks.h" -#include "globals.h" -#include "hashmap.h" -#include "list.h" -#include "token.h" -#include "unicode-inl.h" -#include "utils.h" +#include "src/allocation.h" +#include "src/char-predicates.h" +#include "src/checks.h" +#include "src/globals.h" +#include "src/hashmap.h" +#include "src/list.h" +#include "src/token.h" +#include "src/unicode-inl.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/scopeinfo.cc b/src/scopeinfo.cc index 14b8c4e851..d84c5bf005 100644 --- a/src/scopeinfo.cc +++ b/src/scopeinfo.cc @@ -4,10 +4,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "scopeinfo.h" -#include "scopes.h" +#include "src/scopeinfo.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/scopeinfo.h b/src/scopeinfo.h index 755b6a3101..7b8ed44d5b 100644 --- a/src/scopeinfo.h +++ b/src/scopeinfo.h @@ -5,9 +5,9 @@ #ifndef V8_SCOPEINFO_H_ #define V8_SCOPEINFO_H_ -#include "allocation.h" -#include "variables.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/variables.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/scopes.cc b/src/scopes.cc index 43b4f213a5..497f7940ad 100644 --- a/src/scopes.cc +++ b/src/scopes.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "scopes.h" +#include "src/scopes.h" -#include "accessors.h" -#include "bootstrapper.h" -#include "compiler.h" -#include "messages.h" -#include "scopeinfo.h" +#include "src/accessors.h" +#include "src/bootstrapper.h" +#include "src/compiler.h" +#include "src/messages.h" +#include "src/scopeinfo.h" namespace v8 { namespace internal { diff --git a/src/scopes.h b/src/scopes.h index f6f543107f..4486921d6a 100644 --- a/src/scopes.h +++ b/src/scopes.h @@ -5,8 +5,8 @@ #ifndef V8_SCOPES_H_ #define V8_SCOPES_H_ -#include "ast.h" -#include "zone.h" +#include "src/ast.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/serialize.cc b/src/serialize.cc index d639134171..4e5699c510 100644 --- a/src/serialize.cc +++ b/src/serialize.cc @@ -2,22 +2,22 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "accessors.h" -#include "api.h" -#include "bootstrapper.h" -#include "deoptimizer.h" -#include "execution.h" -#include "global-handles.h" -#include "ic-inl.h" -#include "natives.h" -#include "platform.h" -#include "runtime.h" -#include "serialize.h" -#include "snapshot.h" -#include "stub-cache.h" -#include "v8threads.h" +#include "src/accessors.h" +#include "src/api.h" +#include "src/bootstrapper.h" +#include "src/deoptimizer.h" +#include "src/execution.h" +#include "src/global-handles.h" +#include "src/ic-inl.h" +#include "src/natives.h" +#include "src/platform.h" +#include "src/runtime.h" +#include "src/serialize.h" +#include "src/snapshot.h" +#include "src/stub-cache.h" +#include "src/v8threads.h" namespace v8 { namespace internal { diff --git a/src/serialize.h b/src/serialize.h index 3f3c679b02..6398e1e736 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -5,7 +5,7 @@ #ifndef V8_SERIALIZE_H_ #define V8_SERIALIZE_H_ -#include "hashmap.h" +#include "src/hashmap.h" namespace v8 { namespace internal { diff --git a/src/simulator.h b/src/simulator.h index ba03812327..c873907414 100644 --- a/src/simulator.h +++ b/src/simulator.h @@ -6,17 +6,17 @@ #define V8_SIMULATOR_H_ #if V8_TARGET_ARCH_IA32 -#include "ia32/simulator-ia32.h" +#include "src/ia32/simulator-ia32.h" #elif V8_TARGET_ARCH_X64 -#include "x64/simulator-x64.h" +#include "src/x64/simulator-x64.h" #elif V8_TARGET_ARCH_ARM64 -#include "arm64/simulator-arm64.h" +#include "src/arm64/simulator-arm64.h" #elif V8_TARGET_ARCH_ARM -#include "arm/simulator-arm.h" +#include "src/arm/simulator-arm.h" #elif V8_TARGET_ARCH_MIPS -#include "mips/simulator-mips.h" +#include "src/mips/simulator-mips.h" #elif V8_TARGET_ARCH_X87 -#include "x87/simulator-x87.h" +#include "src/x87/simulator-x87.h" #else #error Unsupported target architecture. #endif diff --git a/src/small-pointer-list.h b/src/small-pointer-list.h index 5adabe6ffd..c4f8233bec 100644 --- a/src/small-pointer-list.h +++ b/src/small-pointer-list.h @@ -5,9 +5,9 @@ #ifndef V8_SMALL_POINTER_LIST_H_ #define V8_SMALL_POINTER_LIST_H_ -#include "checks.h" -#include "globals.h" -#include "zone.h" +#include "src/checks.h" +#include "src/globals.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc index b22f2902d3..33416f272f 100644 --- a/src/snapshot-common.cc +++ b/src/snapshot-common.cc @@ -4,12 +4,12 @@ // The common functionality when building with or without snapshots. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "serialize.h" -#include "snapshot.h" -#include "platform.h" +#include "src/api.h" +#include "src/serialize.h" +#include "src/snapshot.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/snapshot-empty.cc b/src/snapshot-empty.cc index 62b77fe35f..65207bfc74 100644 --- a/src/snapshot-empty.cc +++ b/src/snapshot-empty.cc @@ -4,9 +4,9 @@ // Used for building without snapshots. -#include "v8.h" +#include "src/v8.h" -#include "snapshot.h" +#include "src/snapshot.h" namespace v8 { namespace internal { diff --git a/src/snapshot.h b/src/snapshot.h index d5271b2dac..17191f0be1 100644 --- a/src/snapshot.h +++ b/src/snapshot.h @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "isolate.h" +#include "src/isolate.h" #ifndef V8_SNAPSHOT_H_ #define V8_SNAPSHOT_H_ diff --git a/src/spaces-inl.h b/src/spaces-inl.h index eba52c6949..e863b519a9 100644 --- a/src/spaces-inl.h +++ b/src/spaces-inl.h @@ -5,10 +5,10 @@ #ifndef V8_SPACES_INL_H_ #define V8_SPACES_INL_H_ -#include "heap-profiler.h" -#include "isolate.h" -#include "spaces.h" -#include "v8memory.h" +#include "src/heap-profiler.h" +#include "src/isolate.h" +#include "src/spaces.h" +#include "src/v8memory.h" namespace v8 { namespace internal { diff --git a/src/spaces.cc b/src/spaces.cc index 8e923af548..83b2836821 100644 --- a/src/spaces.cc +++ b/src/spaces.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "full-codegen.h" -#include "macro-assembler.h" -#include "mark-compact.h" -#include "msan.h" -#include "platform.h" +#include "src/full-codegen.h" +#include "src/macro-assembler.h" +#include "src/mark-compact.h" +#include "src/msan.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/spaces.h b/src/spaces.h index 06ae55e53e..67daeb9fdc 100644 --- a/src/spaces.h +++ b/src/spaces.h @@ -5,12 +5,12 @@ #ifndef V8_SPACES_H_ #define V8_SPACES_H_ -#include "allocation.h" -#include "hashmap.h" -#include "list.h" -#include "log.h" -#include "platform/mutex.h" -#include "utils.h" +#include "src/allocation.h" +#include "src/hashmap.h" +#include "src/list.h" +#include "src/log.h" +#include "src/platform/mutex.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/splay-tree-inl.h b/src/splay-tree-inl.h index fe40f276cd..6c7b4f404c 100644 --- a/src/splay-tree-inl.h +++ b/src/splay-tree-inl.h @@ -5,7 +5,7 @@ #ifndef V8_SPLAY_TREE_INL_H_ #define V8_SPLAY_TREE_INL_H_ -#include "splay-tree.h" +#include "src/splay-tree.h" namespace v8 { namespace internal { diff --git a/src/splay-tree.h b/src/splay-tree.h index 77f05b010e..5448fcd042 100644 --- a/src/splay-tree.h +++ b/src/splay-tree.h @@ -5,7 +5,7 @@ #ifndef V8_SPLAY_TREE_H_ #define V8_SPLAY_TREE_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/store-buffer-inl.h b/src/store-buffer-inl.h index 709415e45b..fdfe37d3a2 100644 --- a/src/store-buffer-inl.h +++ b/src/store-buffer-inl.h @@ -5,7 +5,7 @@ #ifndef V8_STORE_BUFFER_INL_H_ #define V8_STORE_BUFFER_INL_H_ -#include "store-buffer.h" +#include "src/store-buffer.h" namespace v8 { namespace internal { diff --git a/src/store-buffer.cc b/src/store-buffer.cc index 547359a09d..63dce1f913 100644 --- a/src/store-buffer.cc +++ b/src/store-buffer.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "store-buffer.h" +#include "src/store-buffer.h" #include -#include "v8.h" -#include "counters.h" -#include "store-buffer-inl.h" +#include "src/v8.h" +#include "src/counters.h" +#include "src/store-buffer-inl.h" namespace v8 { namespace internal { diff --git a/src/store-buffer.h b/src/store-buffer.h index ea5fd18f37..d6de2aa8e3 100644 --- a/src/store-buffer.h +++ b/src/store-buffer.h @@ -5,10 +5,10 @@ #ifndef V8_STORE_BUFFER_H_ #define V8_STORE_BUFFER_H_ -#include "allocation.h" -#include "checks.h" -#include "globals.h" -#include "platform.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/globals.h" +#include "src/platform.h" namespace v8 { namespace internal { diff --git a/src/string-search.cc b/src/string-search.cc index 38dacc9cc5..1f0eb7e6ab 100644 --- a/src/string-search.cc +++ b/src/string-search.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" -#include "string-search.h" +#include "src/v8.h" +#include "src/string-search.h" namespace v8 { namespace internal { diff --git a/src/string-stream.cc b/src/string-stream.cc index 2db084b2ff..480b788adc 100644 --- a/src/string-stream.cc +++ b/src/string-stream.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "string-stream.h" +#include "src/string-stream.h" -#include "handles-inl.h" +#include "src/handles-inl.h" namespace v8 { namespace internal { diff --git a/src/string-stream.h b/src/string-stream.h index ecc0e80f5d..d72d5c2d0e 100644 --- a/src/string-stream.h +++ b/src/string-stream.h @@ -5,7 +5,7 @@ #ifndef V8_STRING_STREAM_H_ #define V8_STRING_STREAM_H_ -#include "handles.h" +#include "src/handles.h" namespace v8 { namespace internal { diff --git a/src/strtod.cc b/src/strtod.cc index dc5952c59d..391aebc334 100644 --- a/src/strtod.cc +++ b/src/strtod.cc @@ -5,12 +5,12 @@ #include #include -#include "globals.h" -#include "utils.h" -#include "strtod.h" -#include "bignum.h" -#include "cached-powers.h" -#include "double.h" +#include "src/globals.h" +#include "src/utils.h" +#include "src/strtod.h" +#include "src/bignum.h" +#include "src/cached-powers.h" +#include "src/double.h" namespace v8 { namespace internal { diff --git a/src/stub-cache.cc b/src/stub-cache.cc index 3d11dc1079..56047dc549 100644 --- a/src/stub-cache.cc +++ b/src/stub-cache.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "arguments.h" -#include "ast.h" -#include "code-stubs.h" -#include "cpu-profiler.h" -#include "gdb-jit.h" -#include "ic-inl.h" -#include "stub-cache.h" -#include "type-info.h" -#include "vm-state-inl.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/ast.h" +#include "src/code-stubs.h" +#include "src/cpu-profiler.h" +#include "src/gdb-jit.h" +#include "src/ic-inl.h" +#include "src/stub-cache.h" +#include "src/type-info.h" +#include "src/vm-state-inl.h" namespace v8 { namespace internal { diff --git a/src/stub-cache.h b/src/stub-cache.h index 707df6c7bb..47210ebe92 100644 --- a/src/stub-cache.h +++ b/src/stub-cache.h @@ -5,13 +5,13 @@ #ifndef V8_STUB_CACHE_H_ #define V8_STUB_CACHE_H_ -#include "allocation.h" -#include "arguments.h" -#include "code-stubs.h" -#include "ic-inl.h" -#include "macro-assembler.h" -#include "objects.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/arguments.h" +#include "src/code-stubs.h" +#include "src/ic-inl.h" +#include "src/macro-assembler.h" +#include "src/objects.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/sweeper-thread.cc b/src/sweeper-thread.cc index e8c8cd68d8..9e28e8dbaf 100644 --- a/src/sweeper-thread.cc +++ b/src/sweeper-thread.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "sweeper-thread.h" +#include "src/sweeper-thread.h" -#include "v8.h" +#include "src/v8.h" -#include "isolate.h" -#include "v8threads.h" +#include "src/isolate.h" +#include "src/v8threads.h" namespace v8 { namespace internal { diff --git a/src/sweeper-thread.h b/src/sweeper-thread.h index 794e660aa6..cafd8f8a59 100644 --- a/src/sweeper-thread.h +++ b/src/sweeper-thread.h @@ -5,14 +5,14 @@ #ifndef V8_SWEEPER_THREAD_H_ #define V8_SWEEPER_THREAD_H_ -#include "atomicops.h" -#include "flags.h" -#include "platform.h" -#include "utils.h" +#include "src/atomicops.h" +#include "src/flags.h" +#include "src/platform.h" +#include "src/utils.h" -#include "spaces.h" +#include "src/spaces.h" -#include "heap.h" +#include "src/heap.h" namespace v8 { namespace internal { diff --git a/src/token.cc b/src/token.cc index 2215d39682..5dc67bb721 100644 --- a/src/token.cc +++ b/src/token.cc @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "../include/v8stdint.h" -#include "token.h" +#include "include/v8stdint.h" +#include "src/token.h" namespace v8 { namespace internal { diff --git a/src/token.h b/src/token.h index 822608d698..12ae424f28 100644 --- a/src/token.h +++ b/src/token.h @@ -5,7 +5,7 @@ #ifndef V8_TOKEN_H_ #define V8_TOKEN_H_ -#include "checks.h" +#include "src/checks.h" namespace v8 { namespace internal { diff --git a/src/transitions-inl.h b/src/transitions-inl.h index 8998198609..2387803c50 100644 --- a/src/transitions-inl.h +++ b/src/transitions-inl.h @@ -5,7 +5,7 @@ #ifndef V8_TRANSITIONS_INL_H_ #define V8_TRANSITIONS_INL_H_ -#include "transitions.h" +#include "src/transitions.h" namespace v8 { namespace internal { diff --git a/src/transitions.cc b/src/transitions.cc index 7fd56cbe23..6ac1ab054c 100644 --- a/src/transitions.cc +++ b/src/transitions.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "objects.h" -#include "transitions-inl.h" -#include "utils.h" +#include "src/objects.h" +#include "src/transitions-inl.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/transitions.h b/src/transitions.h index 7d8e551a58..ec99c8b605 100644 --- a/src/transitions.h +++ b/src/transitions.h @@ -5,11 +5,11 @@ #ifndef V8_TRANSITIONS_H_ #define V8_TRANSITIONS_H_ -#include "elements-kind.h" -#include "heap.h" -#include "isolate.h" -#include "objects.h" -#include "v8checks.h" +#include "src/elements-kind.h" +#include "src/heap.h" +#include "src/isolate.h" +#include "src/objects.h" +#include "src/v8checks.h" namespace v8 { namespace internal { diff --git a/src/type-info.cc b/src/type-info.cc index bf4ac78877..45ac1a3326 100644 --- a/src/type-info.cc +++ b/src/type-info.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "code-stubs.h" -#include "compiler.h" -#include "ic.h" -#include "macro-assembler.h" -#include "stub-cache.h" -#include "type-info.h" +#include "src/ast.h" +#include "src/code-stubs.h" +#include "src/compiler.h" +#include "src/ic.h" +#include "src/macro-assembler.h" +#include "src/stub-cache.h" +#include "src/type-info.h" -#include "ic-inl.h" -#include "objects-inl.h" +#include "src/ic-inl.h" +#include "src/objects-inl.h" namespace v8 { namespace internal { diff --git a/src/type-info.h b/src/type-info.h index 6b99826706..706921adb0 100644 --- a/src/type-info.h +++ b/src/type-info.h @@ -5,10 +5,10 @@ #ifndef V8_TYPE_INFO_H_ #define V8_TYPE_INFO_H_ -#include "allocation.h" -#include "globals.h" -#include "types.h" -#include "zone-inl.h" +#include "src/allocation.h" +#include "src/globals.h" +#include "src/types.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/types-inl.h b/src/types-inl.h index b1d60715ff..0bdd4638f8 100644 --- a/src/types-inl.h +++ b/src/types-inl.h @@ -5,10 +5,10 @@ #ifndef V8_TYPES_INL_H_ #define V8_TYPES_INL_H_ -#include "types.h" +#include "src/types.h" -#include "factory.h" -#include "handles-inl.h" +#include "src/factory.h" +#include "src/handles-inl.h" namespace v8 { namespace internal { diff --git a/src/types.cc b/src/types.cc index 87337dd14f..22694c06e8 100644 --- a/src/types.cc +++ b/src/types.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "types.h" +#include "src/types.h" -#include "string-stream.h" -#include "types-inl.h" +#include "src/string-stream.h" +#include "src/types-inl.h" namespace v8 { namespace internal { diff --git a/src/types.h b/src/types.h index 9adb59d578..aaa76e4f3d 100644 --- a/src/types.h +++ b/src/types.h @@ -5,7 +5,7 @@ #ifndef V8_TYPES_H_ #define V8_TYPES_H_ -#include "handles.h" +#include "src/handles.h" namespace v8 { namespace internal { diff --git a/src/typing.cc b/src/typing.cc index 6a3c94c0f8..7762624b07 100644 --- a/src/typing.cc +++ b/src/typing.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "typing.h" +#include "src/typing.h" -#include "frames.h" -#include "frames-inl.h" -#include "parser.h" // for CompileTimeValue; TODO(rossberg): should move -#include "scopes.h" +#include "src/frames.h" +#include "src/frames-inl.h" +#include "src/parser.h" // for CompileTimeValue; TODO(rossberg): should move +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/typing.h b/src/typing.h index 71a63c3090..1d76f8a64c 100644 --- a/src/typing.h +++ b/src/typing.h @@ -5,16 +5,16 @@ #ifndef V8_TYPING_H_ #define V8_TYPING_H_ -#include "v8.h" +#include "src/v8.h" -#include "allocation.h" -#include "ast.h" -#include "compiler.h" -#include "type-info.h" -#include "types.h" -#include "effects.h" -#include "zone.h" -#include "scopes.h" +#include "src/allocation.h" +#include "src/ast.h" +#include "src/compiler.h" +#include "src/type-info.h" +#include "src/types.h" +#include "src/effects.h" +#include "src/zone.h" +#include "src/scopes.h" namespace v8 { namespace internal { diff --git a/src/unbound-queue-inl.h b/src/unbound-queue-inl.h index 7c2e8bc4f4..d83c01c731 100644 --- a/src/unbound-queue-inl.h +++ b/src/unbound-queue-inl.h @@ -5,9 +5,9 @@ #ifndef V8_UNBOUND_QUEUE_INL_H_ #define V8_UNBOUND_QUEUE_INL_H_ -#include "unbound-queue.h" +#include "src/unbound-queue.h" -#include "atomicops.h" +#include "src/atomicops.h" namespace v8 { namespace internal { diff --git a/src/unbound-queue.h b/src/unbound-queue.h index 35a3ef499f..6208fccad4 100644 --- a/src/unbound-queue.h +++ b/src/unbound-queue.h @@ -5,7 +5,7 @@ #ifndef V8_UNBOUND_QUEUE_ #define V8_UNBOUND_QUEUE_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/unicode-inl.h b/src/unicode-inl.h index faa9862c48..6ef7f98a7d 100644 --- a/src/unicode-inl.h +++ b/src/unicode-inl.h @@ -5,9 +5,9 @@ #ifndef V8_UNICODE_INL_H_ #define V8_UNICODE_INL_H_ -#include "unicode.h" -#include "checks.h" -#include "utils.h" +#include "src/unicode.h" +#include "src/checks.h" +#include "src/utils.h" namespace unibrow { diff --git a/src/unicode.cc b/src/unicode.cc index 3322110ab2..2d75654d43 100644 --- a/src/unicode.cc +++ b/src/unicode.cc @@ -4,7 +4,7 @@ // // This file was generated at 2014-02-07 15:31:16.733174 -#include "unicode-inl.h" +#include "src/unicode-inl.h" #include #include diff --git a/src/unicode.h b/src/unicode.h index ecb5ab4d7d..e2d6b96b97 100644 --- a/src/unicode.h +++ b/src/unicode.h @@ -6,7 +6,7 @@ #define V8_UNICODE_H_ #include -#include "globals.h" +#include "src/globals.h" /** * \file * Definitions and convenience functions for working with unicode. diff --git a/src/unique.h b/src/unique.h index 370ee49d62..4668128e19 100644 --- a/src/unique.h +++ b/src/unique.h @@ -5,10 +5,10 @@ #ifndef V8_HYDROGEN_UNIQUE_H_ #define V8_HYDROGEN_UNIQUE_H_ -#include "handles.h" -#include "objects.h" -#include "utils.h" -#include "zone.h" +#include "src/handles.h" +#include "src/objects.h" +#include "src/utils.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/uri.h b/src/uri.h index 6b76525fea..a35ee9919d 100644 --- a/src/uri.h +++ b/src/uri.h @@ -5,11 +5,11 @@ #ifndef V8_URI_H_ #define V8_URI_H_ -#include "v8.h" +#include "src/v8.h" -#include "conversions.h" -#include "string-search.h" -#include "utils.h" +#include "src/conversions.h" +#include "src/string-search.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/utils-inl.h b/src/utils-inl.h index 8c89f65f77..d0c0e3cb2a 100644 --- a/src/utils-inl.h +++ b/src/utils-inl.h @@ -5,7 +5,7 @@ #ifndef V8_UTILS_INL_H_ #define V8_UTILS_INL_H_ -#include "list-inl.h" +#include "src/list-inl.h" namespace v8 { namespace internal { diff --git a/src/utils.cc b/src/utils.cc index c159fc13ea..b9964dbb51 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -5,11 +5,11 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "checks.h" -#include "platform.h" -#include "utils.h" +#include "src/checks.h" +#include "src/platform.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/utils.h b/src/utils.h index eeb0987521..8ba0ec3dce 100644 --- a/src/utils.h +++ b/src/utils.h @@ -9,11 +9,11 @@ #include #include -#include "allocation.h" -#include "checks.h" -#include "globals.h" -#include "platform.h" -#include "vector.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/globals.h" +#include "src/platform.h" +#include "src/vector.h" namespace v8 { namespace internal { diff --git a/src/utils/random-number-generator.cc b/src/utils/random-number-generator.cc index 92114b0e25..21dd163435 100644 --- a/src/utils/random-number-generator.cc +++ b/src/utils/random-number-generator.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "utils/random-number-generator.h" +#include "src/utils/random-number-generator.h" #include #include -#include "flags.h" -#include "platform/mutex.h" -#include "platform/time.h" -#include "utils.h" +#include "src/flags.h" +#include "src/platform/mutex.h" +#include "src/platform/time.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/utils/random-number-generator.h b/src/utils/random-number-generator.h index 331cffae77..86375738d6 100644 --- a/src/utils/random-number-generator.h +++ b/src/utils/random-number-generator.h @@ -5,7 +5,7 @@ #ifndef V8_UTILS_RANDOM_NUMBER_GENERATOR_H_ #define V8_UTILS_RANDOM_NUMBER_GENERATOR_H_ -#include "globals.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/v8.cc b/src/v8.cc index 4a546dcef9..38e00fe717 100644 --- a/src/v8.cc +++ b/src/v8.cc @@ -2,28 +2,28 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "assembler.h" -#include "isolate.h" -#include "elements.h" -#include "bootstrapper.h" -#include "debug.h" -#include "deoptimizer.h" -#include "frames.h" -#include "heap-profiler.h" -#include "hydrogen.h" +#include "src/assembler.h" +#include "src/isolate.h" +#include "src/elements.h" +#include "src/bootstrapper.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/frames.h" +#include "src/heap-profiler.h" +#include "src/hydrogen.h" #ifdef V8_USE_DEFAULT_PLATFORM -#include "libplatform/default-platform.h" +#include "src/libplatform/default-platform.h" #endif -#include "lithium-allocator.h" -#include "objects.h" -#include "once.h" -#include "platform.h" -#include "sampler.h" -#include "runtime-profiler.h" -#include "serialize.h" -#include "store-buffer.h" +#include "src/lithium-allocator.h" +#include "src/objects.h" +#include "src/once.h" +#include "src/platform.h" +#include "src/sampler.h" +#include "src/runtime-profiler.h" +#include "src/serialize.h" +#include "src/store-buffer.h" namespace v8 { namespace internal { diff --git a/src/v8.h b/src/v8.h index ea4066c5de..b14458a0b9 100644 --- a/src/v8.h +++ b/src/v8.h @@ -26,25 +26,25 @@ #endif // Basic includes -#include "../include/v8.h" -#include "../include/v8-platform.h" -#include "v8checks.h" -#include "allocation.h" -#include "assert-scope.h" -#include "utils.h" -#include "flags.h" -#include "globals.h" +#include "include/v8.h" +#include "include/v8-platform.h" +#include "src/v8checks.h" +#include "src/allocation.h" +#include "src/assert-scope.h" +#include "src/utils.h" +#include "src/flags.h" +#include "src/globals.h" // Objects & heap -#include "objects-inl.h" -#include "spaces-inl.h" -#include "heap-inl.h" -#include "incremental-marking-inl.h" -#include "mark-compact-inl.h" -#include "log-inl.h" -#include "handles-inl.h" -#include "types-inl.h" -#include "zone-inl.h" +#include "src/objects-inl.h" +#include "src/spaces-inl.h" +#include "src/heap-inl.h" +#include "src/incremental-marking-inl.h" +#include "src/mark-compact-inl.h" +#include "src/log-inl.h" +#include "src/handles-inl.h" +#include "src/types-inl.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/v8checks.h b/src/v8checks.h index 79a3088682..3d63cae4c8 100644 --- a/src/v8checks.h +++ b/src/v8checks.h @@ -5,7 +5,7 @@ #ifndef V8_V8CHECKS_H_ #define V8_V8CHECKS_H_ -#include "checks.h" +#include "src/checks.h" namespace v8 { class Value; diff --git a/src/v8dll-main.cc b/src/v8dll-main.cc index dd08569026..f52a1f69cb 100644 --- a/src/v8dll-main.cc +++ b/src/v8dll-main.cc @@ -5,10 +5,10 @@ // The GYP based build ends up defining USING_V8_SHARED when compiling this // file. #undef USING_V8_SHARED -#include "../include/v8.h" +#include "include/v8.h" #if V8_OS_WIN -#include "win32-headers.h" +#include "src/win32-headers.h" extern "C" { BOOL WINAPI DllMain(HANDLE hinstDLL, diff --git a/src/v8threads.cc b/src/v8threads.cc index 8dc8e9aef4..12384454e5 100644 --- a/src/v8threads.cc +++ b/src/v8threads.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "bootstrapper.h" -#include "debug.h" -#include "execution.h" -#include "v8threads.h" -#include "regexp-stack.h" +#include "src/api.h" +#include "src/bootstrapper.h" +#include "src/debug.h" +#include "src/execution.h" +#include "src/v8threads.h" +#include "src/regexp-stack.h" namespace v8 { diff --git a/src/variables.cc b/src/variables.cc index 3b90e0eeac..906b6ab7d5 100644 --- a/src/variables.cc +++ b/src/variables.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "scopes.h" -#include "variables.h" +#include "src/ast.h" +#include "src/scopes.h" +#include "src/variables.h" namespace v8 { namespace internal { diff --git a/src/variables.h b/src/variables.h index 3d8e130d33..de209d871d 100644 --- a/src/variables.h +++ b/src/variables.h @@ -5,8 +5,8 @@ #ifndef V8_VARIABLES_H_ #define V8_VARIABLES_H_ -#include "zone.h" -#include "interface.h" +#include "src/zone.h" +#include "src/interface.h" namespace v8 { namespace internal { diff --git a/src/vector.h b/src/vector.h index 9e8c200ed4..505ef5ad56 100644 --- a/src/vector.h +++ b/src/vector.h @@ -8,9 +8,9 @@ #include #include -#include "allocation.h" -#include "checks.h" -#include "globals.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/version.cc b/src/version.cc index a717d46193..29057f4445 100644 --- a/src/version.cc +++ b/src/version.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" -#include "version.h" +#include "src/version.h" // These macros define the version number for the current version. // NOTE these macros are used by some of the tool scripts and the build diff --git a/src/vm-state-inl.h b/src/vm-state-inl.h index f26c48bd7d..4e0d7b8619 100644 --- a/src/vm-state-inl.h +++ b/src/vm-state-inl.h @@ -5,9 +5,9 @@ #ifndef V8_VM_STATE_INL_H_ #define V8_VM_STATE_INL_H_ -#include "vm-state.h" -#include "log.h" -#include "simulator.h" +#include "src/vm-state.h" +#include "src/log.h" +#include "src/simulator.h" namespace v8 { namespace internal { diff --git a/src/vm-state.h b/src/vm-state.h index 9b3bed69d1..a72180ca45 100644 --- a/src/vm-state.h +++ b/src/vm-state.h @@ -5,8 +5,8 @@ #ifndef V8_VM_STATE_H_ #define V8_VM_STATE_H_ -#include "allocation.h" -#include "isolate.h" +#include "src/allocation.h" +#include "src/isolate.h" namespace v8 { namespace internal { diff --git a/src/win32-math.cc b/src/win32-math.cc index fb42383de9..60fc889a7d 100644 --- a/src/win32-math.cc +++ b/src/win32-math.cc @@ -8,13 +8,13 @@ // (http://www.opengroup.org/onlinepubs/000095399/) #if defined(_MSC_VER) && (_MSC_VER < 1800) -#include "win32-headers.h" +#include "src/win32-headers.h" #include // Required for INT_MAX etc. #include // Required for DBL_MAX and on Win32 for finite() #include -#include "win32-math.h" +#include "src/win32-math.h" -#include "checks.h" +#include "src/checks.h" namespace std { diff --git a/src/x64/assembler-x64-inl.h b/src/x64/assembler-x64-inl.h index ea83af5bde..5b508ac887 100644 --- a/src/x64/assembler-x64-inl.h +++ b/src/x64/assembler-x64-inl.h @@ -5,11 +5,11 @@ #ifndef V8_X64_ASSEMBLER_X64_INL_H_ #define V8_X64_ASSEMBLER_X64_INL_H_ -#include "x64/assembler-x64.h" +#include "src/x64/assembler-x64.h" -#include "cpu.h" -#include "debug.h" -#include "v8memory.h" +#include "src/cpu.h" +#include "src/debug.h" +#include "src/v8memory.h" namespace v8 { namespace internal { diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc index 71df6a9bfc..e5855d3e3c 100644 --- a/src/x64/assembler-x64.cc +++ b/src/x64/assembler-x64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "macro-assembler.h" -#include "serialize.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h index 18f658ecec..2b1a8d6056 100644 --- a/src/x64/assembler-x64.h +++ b/src/x64/assembler-x64.h @@ -37,7 +37,7 @@ #ifndef V8_X64_ASSEMBLER_X64_H_ #define V8_X64_ASSEMBLER_X64_H_ -#include "serialize.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc index a88025f0ed..fa359c5bc6 100644 --- a/src/x64/builtins-x64.cc +++ b/src/x64/builtins-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc index bda7938c2e..0a12952875 100644 --- a/src/x64/code-stubs-x64.cc +++ b/src/x64/code-stubs-x64.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "bootstrapper.h" -#include "code-stubs.h" -#include "regexp-macro-assembler.h" -#include "stub-cache.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/regexp-macro-assembler.h" +#include "src/stub-cache.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h index 2d6d21d0ab..cb141fe81e 100644 --- a/src/x64/code-stubs-x64.h +++ b/src/x64/code-stubs-x64.h @@ -5,7 +5,7 @@ #ifndef V8_X64_CODE_STUBS_X64_H_ #define V8_X64_CODE_STUBS_X64_H_ -#include "ic-inl.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc index fe65a8f247..0f939d98df 100644 --- a/src/x64/codegen-x64.cc +++ b/src/x64/codegen-x64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "codegen.h" -#include "macro-assembler.h" +#include "src/codegen.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h index 540bba77c8..5faa9878c0 100644 --- a/src/x64/codegen-x64.h +++ b/src/x64/codegen-x64.h @@ -5,8 +5,8 @@ #ifndef V8_X64_CODEGEN_X64_H_ #define V8_X64_CODEGEN_X64_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/x64/cpu-x64.cc b/src/x64/cpu-x64.cc index 9243e2fb5e..ca2b89b226 100644 --- a/src/x64/cpu-x64.cc +++ b/src/x64/cpu-x64.cc @@ -5,15 +5,15 @@ // CPU specific code for x64 independent of OS goes here. #if defined(__GNUC__) && !defined(__MINGW64__) -#include "third_party/valgrind/valgrind.h" +#include "src/third_party/valgrind/valgrind.h" #endif -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "cpu.h" -#include "macro-assembler.h" +#include "src/cpu.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/x64/debug-x64.cc b/src/x64/debug-x64.cc index bf15e95189..bdb9e51202 100644 --- a/src/x64/debug-x64.cc +++ b/src/x64/debug-x64.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "assembler.h" -#include "codegen.h" -#include "debug.h" +#include "src/assembler.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { diff --git a/src/x64/deoptimizer-x64.cc b/src/x64/deoptimizer-x64.cc index 465a71c157..ae3a824292 100644 --- a/src/x64/deoptimizer-x64.cc +++ b/src/x64/deoptimizer-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/x64/disasm-x64.cc b/src/x64/disasm-x64.cc index bef2f82dfa..ad1ce75851 100644 --- a/src/x64/disasm-x64.cc +++ b/src/x64/disasm-x64.cc @@ -6,12 +6,12 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "disasm.h" -#include "lazy-instance.h" +#include "src/disasm.h" +#include "src/lazy-instance.h" namespace disasm { diff --git a/src/x64/frames-x64.cc b/src/x64/frames-x64.cc index 7121d68cd3..5513308828 100644 --- a/src/x64/frames-x64.cc +++ b/src/x64/frames-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "assembler.h" -#include "assembler-x64.h" -#include "assembler-x64-inl.h" -#include "frames.h" +#include "src/assembler.h" +#include "src/x64/assembler-x64.h" +#include "src/x64/assembler-x64-inl.h" +#include "src/frames.h" namespace v8 { namespace internal { diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc index 5c85cd65bc..b5b0090861 100644 --- a/src/x64/full-codegen-x64.cc +++ b/src/x64/full-codegen-x64.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc index 90a303dbae..578aea7ca2 100644 --- a/src/x64/ic-x64.cc +++ b/src/x64/ic-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "codegen.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc index 3033c46d99..747b6d98bd 100644 --- a/src/x64/lithium-codegen-x64.cc +++ b/src/x64/lithium-codegen-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "x64/lithium-codegen-x64.h" -#include "code-stubs.h" -#include "stub-cache.h" -#include "hydrogen-osr.h" +#include "src/x64/lithium-codegen-x64.h" +#include "src/code-stubs.h" +#include "src/stub-cache.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h index 0879b95f05..fb58a53cf2 100644 --- a/src/x64/lithium-codegen-x64.h +++ b/src/x64/lithium-codegen-x64.h @@ -5,15 +5,15 @@ #ifndef V8_X64_LITHIUM_CODEGEN_X64_H_ #define V8_X64_LITHIUM_CODEGEN_X64_H_ -#include "x64/lithium-x64.h" +#include "src/x64/lithium-x64.h" -#include "checks.h" -#include "deoptimizer.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" -#include "x64/lithium-gap-resolver-x64.h" +#include "src/checks.h" +#include "src/deoptimizer.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" +#include "src/x64/lithium-gap-resolver-x64.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-gap-resolver-x64.cc b/src/x64/lithium-gap-resolver-x64.cc index 7827abd168..93c1512625 100644 --- a/src/x64/lithium-gap-resolver-x64.cc +++ b/src/x64/lithium-gap-resolver-x64.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "x64/lithium-gap-resolver-x64.h" -#include "x64/lithium-codegen-x64.h" +#include "src/x64/lithium-gap-resolver-x64.h" +#include "src/x64/lithium-codegen-x64.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-gap-resolver-x64.h b/src/x64/lithium-gap-resolver-x64.h index 5ceacb17d4..fd4b91ab34 100644 --- a/src/x64/lithium-gap-resolver-x64.h +++ b/src/x64/lithium-gap-resolver-x64.h @@ -5,9 +5,9 @@ #ifndef V8_X64_LITHIUM_GAP_RESOLVER_X64_H_ #define V8_X64_LITHIUM_GAP_RESOLVER_X64_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc index 81ae43e25b..b01d542dad 100644 --- a/src/x64/lithium-x64.cc +++ b/src/x64/lithium-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "lithium-allocator-inl.h" -#include "x64/lithium-x64.h" -#include "x64/lithium-codegen-x64.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/x64/lithium-x64.h" +#include "src/x64/lithium-codegen-x64.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h index 4ccd02173b..73aa34f5d7 100644 --- a/src/x64/lithium-x64.h +++ b/src/x64/lithium-x64.h @@ -5,11 +5,11 @@ #ifndef V8_X64_LITHIUM_X64_H_ #define V8_X64_LITHIUM_X64_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc index 4ec3b2e723..af4f7b59ce 100644 --- a/src/x64/macro-assembler-x64.cc +++ b/src/x64/macro-assembler-x64.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "assembler-x64.h" -#include "macro-assembler-x64.h" -#include "serialize.h" -#include "debug.h" -#include "heap.h" -#include "isolate-inl.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/x64/assembler-x64.h" +#include "src/x64/macro-assembler-x64.h" +#include "src/serialize.h" +#include "src/debug.h" +#include "src/heap.h" +#include "src/isolate-inl.h" namespace v8 { namespace internal { diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h index a5a03f6aca..ca2eba9984 100644 --- a/src/x64/macro-assembler-x64.h +++ b/src/x64/macro-assembler-x64.h @@ -5,9 +5,9 @@ #ifndef V8_X64_MACRO_ASSEMBLER_X64_H_ #define V8_X64_MACRO_ASSEMBLER_X64_H_ -#include "assembler.h" -#include "frames.h" -#include "globals.h" +#include "src/assembler.h" +#include "src/frames.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/x64/regexp-macro-assembler-x64.cc b/src/x64/regexp-macro-assembler-x64.cc index a71a91f64c..b24d842805 100644 --- a/src/x64/regexp-macro-assembler-x64.cc +++ b/src/x64/regexp-macro-assembler-x64.cc @@ -2,18 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "cpu-profiler.h" -#include "serialize.h" -#include "unicode.h" -#include "log.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "x64/regexp-macro-assembler-x64.h" +#include "src/cpu-profiler.h" +#include "src/serialize.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/x64/regexp-macro-assembler-x64.h" namespace v8 { namespace internal { diff --git a/src/x64/regexp-macro-assembler-x64.h b/src/x64/regexp-macro-assembler-x64.h index e9f6a35ddb..89d8d3b5cc 100644 --- a/src/x64/regexp-macro-assembler-x64.h +++ b/src/x64/regexp-macro-assembler-x64.h @@ -5,11 +5,11 @@ #ifndef V8_X64_REGEXP_MACRO_ASSEMBLER_X64_H_ #define V8_X64_REGEXP_MACRO_ASSEMBLER_X64_H_ -#include "x64/assembler-x64.h" -#include "x64/assembler-x64-inl.h" -#include "macro-assembler.h" -#include "code.h" -#include "x64/macro-assembler-x64.h" +#include "src/x64/assembler-x64.h" +#include "src/x64/assembler-x64-inl.h" +#include "src/macro-assembler.h" +#include "src/code.h" +#include "src/x64/macro-assembler-x64.h" namespace v8 { namespace internal { diff --git a/src/x64/simulator-x64.h b/src/x64/simulator-x64.h index 3e5597412a..35cbdc7888 100644 --- a/src/x64/simulator-x64.h +++ b/src/x64/simulator-x64.h @@ -5,7 +5,7 @@ #ifndef V8_X64_SIMULATOR_X64_H_ #define V8_X64_SIMULATOR_X64_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc index 537f412351..c8be271cf9 100644 --- a/src/x64/stub-cache-x64.cc +++ b/src/x64/stub-cache-x64.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X64 -#include "arguments.h" -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/arguments.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x87/assembler-x87-inl.h b/src/x87/assembler-x87-inl.h index 56e82501f1..4a5583c44d 100644 --- a/src/x87/assembler-x87-inl.h +++ b/src/x87/assembler-x87-inl.h @@ -37,10 +37,10 @@ #ifndef V8_X87_ASSEMBLER_X87_INL_H_ #define V8_X87_ASSEMBLER_X87_INL_H_ -#include "x87/assembler-x87.h" +#include "src/x87/assembler-x87.h" -#include "cpu.h" -#include "debug.h" +#include "src/cpu.h" +#include "src/debug.h" namespace v8 { namespace internal { diff --git a/src/x87/assembler-x87.cc b/src/x87/assembler-x87.cc index 94434d9ef8..3fbcff9adc 100644 --- a/src/x87/assembler-x87.cc +++ b/src/x87/assembler-x87.cc @@ -34,13 +34,13 @@ // significantly by Google Inc. // Copyright 2012 the V8 project authors. All rights reserved. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/x87/assembler-x87.h b/src/x87/assembler-x87.h index 34acdb2f34..8bcf134da8 100644 --- a/src/x87/assembler-x87.h +++ b/src/x87/assembler-x87.h @@ -37,8 +37,8 @@ #ifndef V8_X87_ASSEMBLER_X87_H_ #define V8_X87_ASSEMBLER_X87_H_ -#include "isolate.h" -#include "serialize.h" +#include "src/isolate.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc index d21c77bee4..8db42d8e56 100644 --- a/src/x87/builtins-x87.cc +++ b/src/x87/builtins-x87.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc index 590e493a38..b1bad0e230 100644 --- a/src/x87/code-stubs-x87.cc +++ b/src/x87/code-stubs-x87.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "bootstrapper.h" -#include "code-stubs.h" -#include "isolate.h" -#include "jsregexp.h" -#include "regexp-macro-assembler.h" -#include "runtime.h" -#include "stub-cache.h" -#include "codegen.h" -#include "runtime.h" +#include "src/bootstrapper.h" +#include "src/code-stubs.h" +#include "src/isolate.h" +#include "src/jsregexp.h" +#include "src/regexp-macro-assembler.h" +#include "src/runtime.h" +#include "src/stub-cache.h" +#include "src/codegen.h" +#include "src/runtime.h" namespace v8 { namespace internal { diff --git a/src/x87/code-stubs-x87.h b/src/x87/code-stubs-x87.h index 0248c9a6d8..1d10f2b452 100644 --- a/src/x87/code-stubs-x87.h +++ b/src/x87/code-stubs-x87.h @@ -5,8 +5,8 @@ #ifndef V8_X87_CODE_STUBS_X87_H_ #define V8_X87_CODE_STUBS_X87_H_ -#include "macro-assembler.h" -#include "ic-inl.h" +#include "src/macro-assembler.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/x87/codegen-x87.cc b/src/x87/codegen-x87.cc index 1128255d35..5091e88aa3 100644 --- a/src/x87/codegen-x87.cc +++ b/src/x87/codegen-x87.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "codegen.h" -#include "heap.h" -#include "macro-assembler.h" +#include "src/codegen.h" +#include "src/heap.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/x87/codegen-x87.h b/src/x87/codegen-x87.h index abd60a79f4..15b2702407 100644 --- a/src/x87/codegen-x87.h +++ b/src/x87/codegen-x87.h @@ -5,8 +5,8 @@ #ifndef V8_X87_CODEGEN_X87_H_ #define V8_X87_CODEGEN_X87_H_ -#include "ast.h" -#include "ic-inl.h" +#include "src/ast.h" +#include "src/ic-inl.h" namespace v8 { namespace internal { diff --git a/src/x87/cpu-x87.cc b/src/x87/cpu-x87.cc index 99cbfc5e50..469f58eea7 100644 --- a/src/x87/cpu-x87.cc +++ b/src/x87/cpu-x87.cc @@ -5,15 +5,15 @@ // CPU specific code for ia32 independent of OS goes here. #ifdef __GNUC__ -#include "third_party/valgrind/valgrind.h" +#include "src/third_party/valgrind/valgrind.h" #endif -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "cpu.h" -#include "macro-assembler.h" +#include "src/cpu.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/x87/debug-x87.cc b/src/x87/debug-x87.cc index 1743236baa..e3e91653c0 100644 --- a/src/x87/debug-x87.cc +++ b/src/x87/debug-x87.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "codegen.h" -#include "debug.h" +#include "src/codegen.h" +#include "src/debug.h" namespace v8 { diff --git a/src/x87/deoptimizer-x87.cc b/src/x87/deoptimizer-x87.cc index 0d717264fc..36d66497c8 100644 --- a/src/x87/deoptimizer-x87.cc +++ b/src/x87/deoptimizer-x87.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "codegen.h" -#include "deoptimizer.h" -#include "full-codegen.h" -#include "safepoint-table.h" +#include "src/codegen.h" +#include "src/deoptimizer.h" +#include "src/full-codegen.h" +#include "src/safepoint-table.h" namespace v8 { namespace internal { diff --git a/src/x87/disasm-x87.cc b/src/x87/disasm-x87.cc index 4eb6973930..98d4ef030a 100644 --- a/src/x87/disasm-x87.cc +++ b/src/x87/disasm-x87.cc @@ -6,11 +6,11 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "disasm.h" +#include "src/disasm.h" namespace disasm { diff --git a/src/x87/frames-x87.cc b/src/x87/frames-x87.cc index fe4803b42d..cd4b724e84 100644 --- a/src/x87/frames-x87.cc +++ b/src/x87/frames-x87.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "assembler.h" -#include "assembler-x87.h" -#include "assembler-x87-inl.h" -#include "frames.h" +#include "src/assembler.h" +#include "src/x87/assembler-x87.h" +#include "src/x87/assembler-x87-inl.h" +#include "src/frames.h" namespace v8 { namespace internal { diff --git a/src/x87/full-codegen-x87.cc b/src/x87/full-codegen-x87.cc index c888b6e879..d5a9886584 100644 --- a/src/x87/full-codegen-x87.cc +++ b/src/x87/full-codegen-x87.cc @@ -2,19 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "code-stubs.h" -#include "codegen.h" -#include "compiler.h" -#include "debug.h" -#include "full-codegen.h" -#include "isolate-inl.h" -#include "parser.h" -#include "scopes.h" -#include "stub-cache.h" +#include "src/code-stubs.h" +#include "src/codegen.h" +#include "src/compiler.h" +#include "src/debug.h" +#include "src/full-codegen.h" +#include "src/isolate-inl.h" +#include "src/parser.h" +#include "src/scopes.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x87/ic-x87.cc b/src/x87/ic-x87.cc index b3468e748a..ec126f7089 100644 --- a/src/x87/ic-x87.cc +++ b/src/x87/ic-x87.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "codegen.h" -#include "ic-inl.h" -#include "runtime.h" -#include "stub-cache.h" +#include "src/codegen.h" +#include "src/ic-inl.h" +#include "src/runtime.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc index e391ebbdc5..a88613bc2e 100644 --- a/src/x87/lithium-codegen-x87.cc +++ b/src/x87/lithium-codegen-x87.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "x87/lithium-codegen-x87.h" -#include "ic.h" -#include "code-stubs.h" -#include "deoptimizer.h" -#include "stub-cache.h" -#include "codegen.h" -#include "hydrogen-osr.h" +#include "src/x87/lithium-codegen-x87.h" +#include "src/ic.h" +#include "src/code-stubs.h" +#include "src/deoptimizer.h" +#include "src/stub-cache.h" +#include "src/codegen.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h index ed74b929ed..a84b49ce5f 100644 --- a/src/x87/lithium-codegen-x87.h +++ b/src/x87/lithium-codegen-x87.h @@ -5,15 +5,15 @@ #ifndef V8_X87_LITHIUM_CODEGEN_X87_H_ #define V8_X87_LITHIUM_CODEGEN_X87_H_ -#include "x87/lithium-x87.h" +#include "src/x87/lithium-x87.h" -#include "checks.h" -#include "deoptimizer.h" -#include "x87/lithium-gap-resolver-x87.h" -#include "lithium-codegen.h" -#include "safepoint-table.h" -#include "scopes.h" -#include "utils.h" +#include "src/checks.h" +#include "src/deoptimizer.h" +#include "src/x87/lithium-gap-resolver-x87.h" +#include "src/lithium-codegen.h" +#include "src/safepoint-table.h" +#include "src/scopes.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-gap-resolver-x87.cc b/src/x87/lithium-gap-resolver-x87.cc index ce2140cd27..9ebfa3a22c 100644 --- a/src/x87/lithium-gap-resolver-x87.cc +++ b/src/x87/lithium-gap-resolver-x87.cc @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "x87/lithium-gap-resolver-x87.h" -#include "x87/lithium-codegen-x87.h" +#include "src/x87/lithium-gap-resolver-x87.h" +#include "src/x87/lithium-codegen-x87.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-gap-resolver-x87.h b/src/x87/lithium-gap-resolver-x87.h index dd8be0d53c..737660c71a 100644 --- a/src/x87/lithium-gap-resolver-x87.h +++ b/src/x87/lithium-gap-resolver-x87.h @@ -5,9 +5,9 @@ #ifndef V8_X87_LITHIUM_GAP_RESOLVER_X87_H_ #define V8_X87_LITHIUM_GAP_RESOLVER_X87_H_ -#include "v8.h" +#include "src/v8.h" -#include "lithium.h" +#include "src/lithium.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-x87.cc b/src/x87/lithium-x87.cc index 89bca54484..efa3c92400 100644 --- a/src/x87/lithium-x87.cc +++ b/src/x87/lithium-x87.cc @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "lithium-allocator-inl.h" -#include "x87/lithium-x87.h" -#include "x87/lithium-codegen-x87.h" -#include "hydrogen-osr.h" +#include "src/lithium-allocator-inl.h" +#include "src/x87/lithium-x87.h" +#include "src/x87/lithium-codegen-x87.h" +#include "src/hydrogen-osr.h" namespace v8 { namespace internal { diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h index a95039533f..a4b5372984 100644 --- a/src/x87/lithium-x87.h +++ b/src/x87/lithium-x87.h @@ -5,11 +5,11 @@ #ifndef V8_X87_LITHIUM_X87_H_ #define V8_X87_LITHIUM_X87_H_ -#include "hydrogen.h" -#include "lithium-allocator.h" -#include "lithium.h" -#include "safepoint-table.h" -#include "utils.h" +#include "src/hydrogen.h" +#include "src/lithium-allocator.h" +#include "src/lithium.h" +#include "src/safepoint-table.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/x87/macro-assembler-x87.cc b/src/x87/macro-assembler-x87.cc index c1c8afff78..30dd02d1c9 100644 --- a/src/x87/macro-assembler-x87.cc +++ b/src/x87/macro-assembler-x87.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "bootstrapper.h" -#include "codegen.h" -#include "cpu-profiler.h" -#include "debug.h" -#include "isolate-inl.h" -#include "runtime.h" -#include "serialize.h" +#include "src/bootstrapper.h" +#include "src/codegen.h" +#include "src/cpu-profiler.h" +#include "src/debug.h" +#include "src/isolate-inl.h" +#include "src/runtime.h" +#include "src/serialize.h" namespace v8 { namespace internal { diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h index 549190bd0f..e98502a130 100644 --- a/src/x87/macro-assembler-x87.h +++ b/src/x87/macro-assembler-x87.h @@ -5,9 +5,9 @@ #ifndef V8_X87_MACRO_ASSEMBLER_X87_H_ #define V8_X87_MACRO_ASSEMBLER_X87_H_ -#include "assembler.h" -#include "frames.h" -#include "globals.h" +#include "src/assembler.h" +#include "src/frames.h" +#include "src/globals.h" namespace v8 { namespace internal { diff --git a/src/x87/regexp-macro-assembler-x87.cc b/src/x87/regexp-macro-assembler-x87.cc index 59666bf850..7113f03f80 100644 --- a/src/x87/regexp-macro-assembler-x87.cc +++ b/src/x87/regexp-macro-assembler-x87.cc @@ -2,17 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "cpu-profiler.h" -#include "unicode.h" -#include "log.h" -#include "regexp-stack.h" -#include "macro-assembler.h" -#include "regexp-macro-assembler.h" -#include "x87/regexp-macro-assembler-x87.h" +#include "src/cpu-profiler.h" +#include "src/unicode.h" +#include "src/log.h" +#include "src/regexp-stack.h" +#include "src/macro-assembler.h" +#include "src/regexp-macro-assembler.h" +#include "src/x87/regexp-macro-assembler-x87.h" namespace v8 { namespace internal { diff --git a/src/x87/regexp-macro-assembler-x87.h b/src/x87/regexp-macro-assembler-x87.h index ee46ac41d4..e4cae628b3 100644 --- a/src/x87/regexp-macro-assembler-x87.h +++ b/src/x87/regexp-macro-assembler-x87.h @@ -5,9 +5,9 @@ #ifndef V8_X87_REGEXP_MACRO_ASSEMBLER_X87_H_ #define V8_X87_REGEXP_MACRO_ASSEMBLER_X87_H_ -#include "x87/assembler-x87.h" -#include "x87/assembler-x87-inl.h" -#include "macro-assembler.h" +#include "src/x87/assembler-x87.h" +#include "src/x87/assembler-x87-inl.h" +#include "src/macro-assembler.h" namespace v8 { namespace internal { diff --git a/src/x87/simulator-x87.h b/src/x87/simulator-x87.h index 86b4c239e9..a780e839d2 100644 --- a/src/x87/simulator-x87.h +++ b/src/x87/simulator-x87.h @@ -5,7 +5,7 @@ #ifndef V8_X87_SIMULATOR_X87_H_ #define V8_X87_SIMULATOR_X87_H_ -#include "allocation.h" +#include "src/allocation.h" namespace v8 { namespace internal { diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc index a954545aaf..7e31b0bc3e 100644 --- a/src/x87/stub-cache-x87.cc +++ b/src/x87/stub-cache-x87.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "v8.h" +#include "src/v8.h" #if V8_TARGET_ARCH_X87 -#include "ic-inl.h" -#include "codegen.h" -#include "stub-cache.h" +#include "src/ic-inl.h" +#include "src/codegen.h" +#include "src/stub-cache.h" namespace v8 { namespace internal { diff --git a/src/zone-allocator.h b/src/zone-allocator.h index 8501c35b27..fd07ce22ef 100644 --- a/src/zone-allocator.h +++ b/src/zone-allocator.h @@ -7,7 +7,7 @@ #include -#include "zone.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/zone-containers.h b/src/zone-containers.h index c4a1055f9c..3b08b47113 100644 --- a/src/zone-containers.h +++ b/src/zone-containers.h @@ -8,7 +8,7 @@ #include #include -#include "zone.h" +#include "src/zone.h" namespace v8 { namespace internal { diff --git a/src/zone-inl.h b/src/zone-inl.h index c17f33c4aa..6c5aecd4d2 100644 --- a/src/zone-inl.h +++ b/src/zone-inl.h @@ -5,7 +5,7 @@ #ifndef V8_ZONE_INL_H_ #define V8_ZONE_INL_H_ -#include "zone.h" +#include "src/zone.h" #ifdef V8_USE_ADDRESS_SANITIZER #include @@ -13,9 +13,9 @@ #define ASAN_UNPOISON_MEMORY_REGION(start, size) ((void) 0) #endif -#include "counters.h" -#include "isolate.h" -#include "utils.h" +#include "src/counters.h" +#include "src/isolate.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/src/zone.cc b/src/zone.cc index 49efc5a746..d4fa42fd41 100644 --- a/src/zone.cc +++ b/src/zone.cc @@ -4,8 +4,8 @@ #include -#include "v8.h" -#include "zone-inl.h" +#include "src/v8.h" +#include "src/zone-inl.h" namespace v8 { namespace internal { diff --git a/src/zone.h b/src/zone.h index d3a1b578ac..d31d6425d4 100644 --- a/src/zone.h +++ b/src/zone.h @@ -5,12 +5,12 @@ #ifndef V8_ZONE_H_ #define V8_ZONE_H_ -#include "allocation.h" -#include "checks.h" -#include "hashmap.h" -#include "globals.h" -#include "list.h" -#include "splay-tree.h" +#include "src/allocation.h" +#include "src/checks.h" +#include "src/hashmap.h" +#include "src/globals.h" +#include "src/list.h" +#include "src/splay-tree.h" namespace v8 { namespace internal { diff --git a/test/cctest/cctest.cc b/test/cctest/cctest.cc index bd9f7e4b23..abb8961060 100644 --- a/test/cctest/cctest.cc +++ b/test/cctest/cctest.cc @@ -26,12 +26,12 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include -#include "cctest.h" +#include "test/cctest/cctest.h" -#include "print-extension.h" -#include "profiler-extension.h" -#include "trace-extension.h" -#include "debug.h" +#include "src/debug.h" +#include "test/cctest/print-extension.h" +#include "test/cctest/profiler-extension.h" +#include "test/cctest/trace-extension.h" enum InitializationState {kUnset, kUnintialized, kInitialized}; static InitializationState initialization_state_ = kUnset; diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp index c775a1f109..f3661315b9 100644 --- a/test/cctest/cctest.gyp +++ b/test/cctest/cctest.gyp @@ -39,7 +39,7 @@ 'resources', ], 'include_dirs': [ - '../../src', + '../..', ], 'sources': [ ### gcmole(all) ### '<(generated_file)', diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h index 01d765e2b2..edb1de9144 100644 --- a/test/cctest/cctest.h +++ b/test/cctest/cctest.h @@ -28,7 +28,7 @@ #ifndef CCTEST_H_ #define CCTEST_H_ -#include "v8.h" +#include "src/v8.h" #ifndef TEST #define TEST(Name) \ diff --git a/test/cctest/gay-fixed.cc b/test/cctest/gay-fixed.cc index 071ea4f8c1..81463ac1fa 100644 --- a/test/cctest/gay-fixed.cc +++ b/test/cctest/gay-fixed.cc @@ -29,9 +29,9 @@ // have been generated using Gay's dtoa to produce the fixed representation: // dtoa(v, 3, number_digits, &decimal_point, &sign, NULL); -#include "v8.h" +#include "src/v8.h" -#include "gay-fixed.h" +#include "test/cctest/gay-fixed.h" namespace v8 { namespace internal { diff --git a/test/cctest/gay-precision.cc b/test/cctest/gay-precision.cc index c0e993509f..6ab2715fea 100644 --- a/test/cctest/gay-precision.cc +++ b/test/cctest/gay-precision.cc @@ -29,9 +29,9 @@ // have been generated using Gay's dtoa to produce the precision representation: // dtoa(v, 2, number_digits, &decimal_point, &sign, NULL); -#include "v8.h" +#include "src/v8.h" -#include "gay-precision.h" +#include "test/cctest/gay-precision.h" namespace v8 { namespace internal { diff --git a/test/cctest/gay-shortest.cc b/test/cctest/gay-shortest.cc index d065e97782..896ea4c514 100644 --- a/test/cctest/gay-shortest.cc +++ b/test/cctest/gay-shortest.cc @@ -29,9 +29,9 @@ // have been generated using Gay's dtoa to produce the shortest representation: // decimal_rep = dtoa(v, 0, 0, &decimal_point, &sign, NULL); -#include "v8.h" +#include "src/v8.h" -#include "gay-shortest.h" +#include "test/cctest/gay-shortest.h" namespace v8 { namespace internal { diff --git a/test/cctest/print-extension.cc b/test/cctest/print-extension.cc index 9f629195bd..d1af3596e8 100644 --- a/test/cctest/print-extension.cc +++ b/test/cctest/print-extension.cc @@ -25,7 +25,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "print-extension.h" +#include "test/cctest/print-extension.h" namespace v8 { namespace internal { diff --git a/test/cctest/print-extension.h b/test/cctest/print-extension.h index 7fe9226f7b..b0d2b1ca19 100644 --- a/test/cctest/print-extension.h +++ b/test/cctest/print-extension.h @@ -28,7 +28,7 @@ #ifndef V8_TEST_CCTEST_PRINT_EXTENSION_H_ #define V8_TEST_CCTEST_PRINT_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/test/cctest/profiler-extension.cc b/test/cctest/profiler-extension.cc index 1fdd1ba247..5779bf47e0 100644 --- a/test/cctest/profiler-extension.cc +++ b/test/cctest/profiler-extension.cc @@ -27,8 +27,8 @@ // // Tests of profiles generator and utilities. -#include "profiler-extension.h" -#include "checks.h" +#include "test/cctest/profiler-extension.h" +#include "src/checks.h" namespace v8 { namespace internal { diff --git a/test/cctest/profiler-extension.h b/test/cctest/profiler-extension.h index c26a29c39a..6f816b33fb 100644 --- a/test/cctest/profiler-extension.h +++ b/test/cctest/profiler-extension.h @@ -30,7 +30,7 @@ #ifndef V8_TEST_CCTEST_PROFILER_EXTENSION_H_ #define V8_TEST_CCTEST_PROFILER_EXTENSION_H_ -#include "../include/v8-profiler.h" +#include "include/v8-profiler.h" namespace v8 { namespace internal { diff --git a/test/cctest/test-accessors.cc b/test/cctest/test-accessors.cc index 9c56ea6ac9..5bf61c8fca 100644 --- a/test/cctest/test-accessors.cc +++ b/test/cctest/test-accessors.cc @@ -27,12 +27,12 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "cctest.h" -#include "frames-inl.h" -#include "string-stream.h" +#include "src/api.h" +#include "src/frames-inl.h" +#include "src/string-stream.h" +#include "test/cctest/cctest.h" using ::v8::ObjectTemplate; using ::v8::Value; diff --git a/test/cctest/test-alloc.cc b/test/cctest/test-alloc.cc index 8c5508b168..a0a993d70a 100644 --- a/test/cctest/test-alloc.cc +++ b/test/cctest/test-alloc.cc @@ -25,11 +25,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" -#include "accessors.h" -#include "api.h" +#include "src/v8.h" +#include "src/accessors.h" +#include "src/api.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc index 5875696734..54a9932ddd 100644 --- a/test/cctest/test-api.cc +++ b/test/cctest/test-api.cc @@ -30,27 +30,27 @@ #include #include -#include "v8.h" +#include "src/v8.h" #if V8_OS_POSIX #include // NOLINT #endif -#include "api.h" -#include "arguments.h" -#include "cctest.h" -#include "compilation-cache.h" -#include "cpu-profiler.h" -#include "execution.h" -#include "isolate.h" -#include "objects.h" -#include "parser.h" -#include "platform.h" -#include "snapshot.h" -#include "unicode-inl.h" -#include "utils.h" -#include "vm-state.h" -#include "../include/v8-util.h" +#include "include/v8-util.h" +#include "src/api.h" +#include "src/arguments.h" +#include "src/compilation-cache.h" +#include "src/cpu-profiler.h" +#include "src/execution.h" +#include "src/isolate.h" +#include "src/objects.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/snapshot.h" +#include "src/unicode-inl.h" +#include "src/utils.h" +#include "src/vm-state.h" +#include "test/cctest/cctest.h" static const bool kLogThreading = false; diff --git a/test/cctest/test-assembler-arm.cc b/test/cctest/test-assembler-arm.cc index 470cd61638..b4f3b95cd5 100644 --- a/test/cctest/test-assembler-arm.cc +++ b/test/cctest/test-assembler-arm.cc @@ -25,13 +25,13 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "factory.h" -#include "arm/simulator-arm.h" -#include "arm/assembler-arm-inl.h" -#include "cctest.h" +#include "src/disassembler.h" +#include "src/factory.h" +#include "src/arm/simulator-arm.h" +#include "src/arm/assembler-arm-inl.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-assembler-arm64.cc b/test/cctest/test-assembler-arm64.cc index d0b893e10f..db571a7c10 100644 --- a/test/cctest/test-assembler-arm64.cc +++ b/test/cctest/test-assembler-arm64.cc @@ -31,15 +31,15 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "arm64/simulator-arm64.h" -#include "arm64/decoder-arm64-inl.h" -#include "arm64/disasm-arm64.h" -#include "arm64/utils-arm64.h" -#include "cctest.h" -#include "test-utils-arm64.h" +#include "src/macro-assembler.h" +#include "src/arm64/simulator-arm64.h" +#include "src/arm64/decoder-arm64-inl.h" +#include "src/arm64/disasm-arm64.h" +#include "src/arm64/utils-arm64.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-utils-arm64.h" using namespace v8::internal; diff --git a/test/cctest/test-assembler-ia32.cc b/test/cctest/test-assembler-ia32.cc index 4e082a22d1..fcbb14b153 100644 --- a/test/cctest/test-assembler-ia32.cc +++ b/test/cctest/test-assembler-ia32.cc @@ -27,14 +27,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/disassembler.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-assembler-mips.cc b/test/cctest/test-assembler-mips.cc index e93c1ca45d..cd1d5d6cc7 100644 --- a/test/cctest/test-assembler-mips.cc +++ b/test/cctest/test-assembler-mips.cc @@ -25,15 +25,15 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "factory.h" -#include "macro-assembler.h" -#include "mips/macro-assembler-mips.h" -#include "mips/simulator-mips.h" +#include "src/disassembler.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/mips/macro-assembler-mips.h" +#include "src/mips/simulator-mips.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-assembler-x64.cc b/test/cctest/test-assembler-x64.cc index 7e08df1a7a..3e541ff363 100644 --- a/test/cctest/test-assembler-x64.cc +++ b/test/cctest/test-assembler-x64.cc @@ -27,13 +27,13 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "factory.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/macro-assembler.h" +#include "src/factory.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-assembler-x87.cc b/test/cctest/test-assembler-x87.cc index 0fbb7dc5c8..1c1b18b269 100644 --- a/test/cctest/test-assembler-x87.cc +++ b/test/cctest/test-assembler-x87.cc @@ -27,14 +27,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "disassembler.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/disassembler.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-ast.cc b/test/cctest/test-ast.cc index d6431371aa..2285d0cbd4 100644 --- a/test/cctest/test-ast.cc +++ b/test/cctest/test-ast.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "cctest.h" +#include "src/ast.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-atomicops.cc b/test/cctest/test-atomicops.cc index 53df22963d..54373399ae 100644 --- a/test/cctest/test-atomicops.cc +++ b/test/cctest/test-atomicops.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "atomicops.h" +#include "src/atomicops.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-bignum-dtoa.cc b/test/cctest/test-bignum-dtoa.cc index a696ed8e3f..1185e4d026 100644 --- a/test/cctest/test-bignum-dtoa.cc +++ b/test/cctest/test-bignum-dtoa.cc @@ -27,16 +27,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "bignum-dtoa.h" +#include "src/bignum-dtoa.h" -#include "cctest.h" -#include "double.h" -#include "gay-fixed.h" -#include "gay-precision.h" -#include "gay-shortest.h" -#include "platform.h" +#include "src/double.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/gay-fixed.h" +#include "test/cctest/gay-precision.h" +#include "test/cctest/gay-shortest.h" using namespace v8::internal; diff --git a/test/cctest/test-bignum.cc b/test/cctest/test-bignum.cc index 9aa5ef30d0..0894a6991c 100644 --- a/test/cctest/test-bignum.cc +++ b/test/cctest/test-bignum.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "bignum.h" +#include "src/bignum.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-circular-queue.cc b/test/cctest/test-circular-queue.cc index c900be1a64..3cfa2415d3 100644 --- a/test/cctest/test-circular-queue.cc +++ b/test/cctest/test-circular-queue.cc @@ -27,9 +27,9 @@ // // Tests of the circular queue. -#include "v8.h" -#include "circular-queue-inl.h" -#include "cctest.h" +#include "src/v8.h" +#include "src/circular-queue-inl.h" +#include "test/cctest/cctest.h" using i::SamplingCircularQueue; diff --git a/test/cctest/test-code-stubs-arm.cc b/test/cctest/test-code-stubs-arm.cc index 43233472bb..4b9eb1b43c 100644 --- a/test/cctest/test-code-stubs-arm.cc +++ b/test/cctest/test-code-stubs-arm.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" -#include "simulator.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "src/simulator.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs-arm64.cc b/test/cctest/test-code-stubs-arm64.cc index ad8c82d9d1..be97637c4e 100644 --- a/test/cctest/test-code-stubs-arm64.cc +++ b/test/cctest/test-code-stubs-arm64.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" -#include "simulator.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "src/simulator.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs-ia32.cc b/test/cctest/test-code-stubs-ia32.cc index 96639577b4..3d23d0b847 100644 --- a/test/cctest/test-code-stubs-ia32.cc +++ b/test/cctest/test-code-stubs-ia32.cc @@ -29,14 +29,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs-mips.cc b/test/cctest/test-code-stubs-mips.cc index f889796783..62e2e992bf 100644 --- a/test/cctest/test-code-stubs-mips.cc +++ b/test/cctest/test-code-stubs-mips.cc @@ -27,16 +27,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "mips/constants-mips.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" -#include "simulator.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/mips/constants-mips.h" +#include "src/platform.h" +#include "src/simulator.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs-x64.cc b/test/cctest/test-code-stubs-x64.cc index 3ffd292c5f..e9b35e3f0f 100644 --- a/test/cctest/test-code-stubs-x64.cc +++ b/test/cctest/test-code-stubs-x64.cc @@ -27,14 +27,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs-x87.cc b/test/cctest/test-code-stubs-x87.cc index 96639577b4..3d23d0b847 100644 --- a/test/cctest/test-code-stubs-x87.cc +++ b/test/cctest/test-code-stubs-x87.cc @@ -29,14 +29,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-code-stubs.cc b/test/cctest/test-code-stubs.cc index 999febf777..f3977d41cd 100644 --- a/test/cctest/test-code-stubs.cc +++ b/test/cctest/test-code-stubs.cc @@ -29,14 +29,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "code-stubs.h" -#include "test-code-stubs.h" -#include "factory.h" -#include "macro-assembler.h" -#include "platform.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-code-stubs.h" using namespace v8::internal; diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc index accd429bdb..96e09c22d6 100644 --- a/test/cctest/test-compiler.cc +++ b/test/cctest/test-compiler.cc @@ -28,11 +28,11 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "compiler.h" -#include "disasm.h" -#include "cctest.h" +#include "src/compiler.h" +#include "src/disasm.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-condition-variable.cc b/test/cctest/test-condition-variable.cc index a7bd6500dc..5734c1942f 100644 --- a/test/cctest/test-condition-variable.cc +++ b/test/cctest/test-condition-variable.cc @@ -25,11 +25,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "platform/condition-variable.h" -#include "platform/time.h" +#include "src/platform/condition-variable.h" +#include "src/platform/time.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-constantpool.cc b/test/cctest/test-constantpool.cc index e16e45a57d..f26c84f116 100644 --- a/test/cctest/test-constantpool.cc +++ b/test/cctest/test-constantpool.cc @@ -2,11 +2,11 @@ // Test constant pool array code. -#include "v8.h" +#include "src/v8.h" -#include "factory.h" -#include "objects.h" -#include "cctest.h" +#include "src/factory.h" +#include "src/objects.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-conversions.cc b/test/cctest/test-conversions.cc index 9e194eafff..62403ffc62 100644 --- a/test/cctest/test-conversions.cc +++ b/test/cctest/test-conversions.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-cpu-ia32.cc b/test/cctest/test-cpu-ia32.cc index 245450bf92..f1e07cff21 100644 --- a/test/cctest/test-cpu-ia32.cc +++ b/test/cctest/test-cpu-ia32.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "cpu.h" +#include "src/cpu.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc index ce422b5b6b..fca8ce84b0 100644 --- a/test/cctest/test-cpu-profiler.cc +++ b/test/cctest/test-cpu-profiler.cc @@ -27,14 +27,15 @@ // // Tests of profiles generator and utilities. -#include "v8.h" -#include "cpu-profiler-inl.h" -#include "cctest.h" -#include "platform.h" -#include "profiler-extension.h" -#include "smart-pointers.h" -#include "utils.h" -#include "../include/v8-profiler.h" +#include "src/v8.h" + +#include "include/v8-profiler.h" +#include "src/cpu-profiler-inl.h" +#include "src/platform.h" +#include "src/smart-pointers.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" +#include "test/cctest/profiler-extension.h" using i::CodeEntry; using i::CpuProfile; using i::CpuProfiler; diff --git a/test/cctest/test-cpu-x64.cc b/test/cctest/test-cpu-x64.cc index a2c45cf862..7f9fafaf44 100644 --- a/test/cctest/test-cpu-x64.cc +++ b/test/cctest/test-cpu-x64.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "cpu.h" +#include "src/cpu.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-cpu-x87.cc b/test/cctest/test-cpu-x87.cc index 245450bf92..f1e07cff21 100644 --- a/test/cctest/test-cpu-x87.cc +++ b/test/cctest/test-cpu-x87.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "cpu.h" +#include "src/cpu.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-cpu.cc b/test/cctest/test-cpu.cc index 07ba64db1a..416213a2ec 100644 --- a/test/cctest/test-cpu.cc +++ b/test/cctest/test-cpu.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "cpu.h" +#include "src/cpu.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-dataflow.cc b/test/cctest/test-dataflow.cc index 532c9207b6..fc1a7fa13f 100644 --- a/test/cctest/test-dataflow.cc +++ b/test/cctest/test-dataflow.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "data-flow.h" -#include "cctest.h" +#include "src/data-flow.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-date.cc b/test/cctest/test-date.cc index 5190729fad..f2187955ad 100644 --- a/test/cctest/test-date.cc +++ b/test/cctest/test-date.cc @@ -25,11 +25,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "global-handles.h" -#include "snapshot.h" -#include "cctest.h" +#include "src/global-handles.h" +#include "src/snapshot.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc index 8431b3618e..b5641638d6 100644 --- a/test/cctest/test-debug.cc +++ b/test/cctest/test-debug.cc @@ -27,18 +27,18 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "cctest.h" -#include "compilation-cache.h" -#include "debug.h" -#include "deoptimizer.h" -#include "frames.h" -#include "platform.h" -#include "platform/condition-variable.h" -#include "stub-cache.h" -#include "utils.h" +#include "src/api.h" +#include "src/compilation-cache.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/frames.h" +#include "src/platform.h" +#include "src/platform/condition-variable.h" +#include "src/stub-cache.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" using ::v8::internal::Mutex; diff --git a/test/cctest/test-declarative-accessors.cc b/test/cctest/test-declarative-accessors.cc index f2169a9fb8..7b2170db63 100644 --- a/test/cctest/test-declarative-accessors.cc +++ b/test/cctest/test-declarative-accessors.cc @@ -27,9 +27,9 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc index d6738a31ae..cd33811c4c 100644 --- a/test/cctest/test-decls.cc +++ b/test/cctest/test-decls.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "heap.h" -#include "cctest.h" +#include "src/heap.h" +#include "test/cctest/cctest.h" using namespace v8; diff --git a/test/cctest/test-deoptimization.cc b/test/cctest/test-deoptimization.cc index dbbb3edb09..4a53450ea9 100644 --- a/test/cctest/test-deoptimization.cc +++ b/test/cctest/test-deoptimization.cc @@ -27,16 +27,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "cctest.h" -#include "compilation-cache.h" -#include "debug.h" -#include "deoptimizer.h" -#include "isolate.h" -#include "platform.h" -#include "stub-cache.h" +#include "src/api.h" +#include "src/compilation-cache.h" +#include "src/debug.h" +#include "src/deoptimizer.h" +#include "src/isolate.h" +#include "src/platform.h" +#include "src/stub-cache.h" +#include "test/cctest/cctest.h" using ::v8::internal::Deoptimizer; using ::v8::internal::EmbeddedVector; diff --git a/test/cctest/test-dictionary.cc b/test/cctest/test-dictionary.cc index c13a253c56..87c58fa9d0 100644 --- a/test/cctest/test-dictionary.cc +++ b/test/cctest/test-dictionary.cc @@ -25,16 +25,16 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "debug.h" -#include "execution.h" -#include "factory.h" -#include "macro-assembler.h" -#include "objects.h" -#include "global-handles.h" -#include "cctest.h" +#include "src/api.h" +#include "src/debug.h" +#include "src/execution.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/objects.h" +#include "src/global-handles.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-arm.cc b/test/cctest/test-disasm-arm.cc index 24453bc88e..c1f6ce2690 100644 --- a/test/cctest/test-disasm-arm.cc +++ b/test/cctest/test-disasm-arm.cc @@ -28,14 +28,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "cctest.h" +#include "src/debug.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-arm64.cc b/test/cctest/test-disasm-arm64.cc index 23f7b6daf2..346e271b4a 100644 --- a/test/cctest/test-disasm-arm64.cc +++ b/test/cctest/test-disasm-arm64.cc @@ -27,16 +27,16 @@ #include #include -#include "cctest.h" +#include "test/cctest/cctest.h" -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "arm64/assembler-arm64.h" -#include "arm64/macro-assembler-arm64.h" -#include "arm64/decoder-arm64-inl.h" -#include "arm64/disasm-arm64.h" -#include "arm64/utils-arm64.h" +#include "src/macro-assembler.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/macro-assembler-arm64.h" +#include "src/arm64/decoder-arm64-inl.h" +#include "src/arm64/disasm-arm64.h" +#include "src/arm64/utils-arm64.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-ia32.cc b/test/cctest/test-disasm-ia32.cc index 9b1fd5d807..aa81b4f302 100644 --- a/test/cctest/test-disasm-ia32.cc +++ b/test/cctest/test-disasm-ia32.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "stub-cache.h" -#include "cctest.h" +#include "src/debug.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "src/stub-cache.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-mips.cc b/test/cctest/test-disasm-mips.cc index 725b3a5674..cfd861e241 100644 --- a/test/cctest/test-disasm-mips.cc +++ b/test/cctest/test-disasm-mips.cc @@ -28,14 +28,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "cctest.h" +#include "src/debug.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-x64.cc b/test/cctest/test-disasm-x64.cc index 9a17dd12e7..b53736758c 100644 --- a/test/cctest/test-disasm-x64.cc +++ b/test/cctest/test-disasm-x64.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "stub-cache.h" -#include "cctest.h" +#include "src/debug.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "src/stub-cache.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-disasm-x87.cc b/test/cctest/test-disasm-x87.cc index 36436094ed..444090aa4e 100644 --- a/test/cctest/test-disasm-x87.cc +++ b/test/cctest/test-disasm-x87.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "disasm.h" -#include "disassembler.h" -#include "macro-assembler.h" -#include "serialize.h" -#include "stub-cache.h" -#include "cctest.h" +#include "src/debug.h" +#include "src/disasm.h" +#include "src/disassembler.h" +#include "src/macro-assembler.h" +#include "src/serialize.h" +#include "src/stub-cache.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-diy-fp.cc b/test/cctest/test-diy-fp.cc index 145e317ff8..e465e46d19 100644 --- a/test/cctest/test-diy-fp.cc +++ b/test/cctest/test-diy-fp.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "diy-fp.h" +#include "src/diy-fp.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-double.cc b/test/cctest/test-double.cc index 2c9f0c21bb..55f0711f3c 100644 --- a/test/cctest/test-double.cc +++ b/test/cctest/test-double.cc @@ -27,12 +27,12 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "diy-fp.h" -#include "double.h" +#include "src/diy-fp.h" +#include "src/double.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-dtoa.cc b/test/cctest/test-dtoa.cc index 66c2aafc66..ed3ce59944 100644 --- a/test/cctest/test-dtoa.cc +++ b/test/cctest/test-dtoa.cc @@ -27,16 +27,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "dtoa.h" +#include "src/dtoa.h" -#include "cctest.h" -#include "double.h" -#include "gay-fixed.h" -#include "gay-precision.h" -#include "gay-shortest.h" -#include "platform.h" +#include "src/double.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/gay-fixed.h" +#include "test/cctest/gay-precision.h" +#include "test/cctest/gay-shortest.h" using namespace v8::internal; diff --git a/test/cctest/test-fast-dtoa.cc b/test/cctest/test-fast-dtoa.cc index 46f975799f..d5a23b3dad 100644 --- a/test/cctest/test-fast-dtoa.cc +++ b/test/cctest/test-fast-dtoa.cc @@ -27,15 +27,15 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "diy-fp.h" -#include "double.h" -#include "fast-dtoa.h" -#include "gay-precision.h" -#include "gay-shortest.h" +#include "src/diy-fp.h" +#include "src/double.h" +#include "src/fast-dtoa.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/gay-precision.h" +#include "test/cctest/gay-shortest.h" using namespace v8::internal; diff --git a/test/cctest/test-fixed-dtoa.cc b/test/cctest/test-fixed-dtoa.cc index 21926f1970..f1468133dd 100644 --- a/test/cctest/test-fixed-dtoa.cc +++ b/test/cctest/test-fixed-dtoa.cc @@ -27,13 +27,13 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "double.h" -#include "fixed-dtoa.h" -#include "gay-fixed.h" +#include "src/double.h" +#include "src/fixed-dtoa.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" +#include "test/cctest/gay-fixed.h" using namespace v8::internal; diff --git a/test/cctest/test-flags.cc b/test/cctest/test-flags.cc index a1d2405ad5..862b73adba 100644 --- a/test/cctest/test-flags.cc +++ b/test/cctest/test-flags.cc @@ -27,8 +27,8 @@ #include -#include "v8.h" -#include "cctest.h" +#include "src/v8.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-func-name-inference.cc b/test/cctest/test-func-name-inference.cc index f452b3ed3b..bc503b58c6 100644 --- a/test/cctest/test-func-name-inference.cc +++ b/test/cctest/test-func-name-inference.cc @@ -26,12 +26,12 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "debug.h" -#include "runtime.h" -#include "cctest.h" +#include "src/api.h" +#include "src/debug.h" +#include "src/runtime.h" +#include "test/cctest/cctest.h" using ::v8::internal::CStrVector; diff --git a/test/cctest/test-fuzz-arm64.cc b/test/cctest/test-fuzz-arm64.cc index 0ceb60f7b3..ada609fe78 100644 --- a/test/cctest/test-fuzz-arm64.cc +++ b/test/cctest/test-fuzz-arm64.cc @@ -23,11 +23,11 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include -#include "cctest.h" +#include "test/cctest/cctest.h" -#include "arm64/decoder-arm64.h" -#include "arm64/decoder-arm64-inl.h" -#include "arm64/disasm-arm64.h" +#include "src/arm64/decoder-arm64.h" +#include "src/arm64/decoder-arm64-inl.h" +#include "src/arm64/disasm-arm64.h" using namespace v8::internal; diff --git a/test/cctest/test-global-handles.cc b/test/cctest/test-global-handles.cc index 1ab90ec5ec..0a9a3f2a74 100644 --- a/test/cctest/test-global-handles.cc +++ b/test/cctest/test-global-handles.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "global-handles.h" +#include "src/global-handles.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; using v8::UniqueId; diff --git a/test/cctest/test-global-object.cc b/test/cctest/test-global-object.cc index bbec9df775..0e2c9408c6 100644 --- a/test/cctest/test-global-object.cc +++ b/test/cctest/test-global-object.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8; diff --git a/test/cctest/test-hashing.cc b/test/cctest/test-hashing.cc index 07e6d65200..a6e022ee4d 100644 --- a/test/cctest/test-hashing.cc +++ b/test/cctest/test-hashing.cc @@ -27,16 +27,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "factory.h" -#include "macro-assembler.h" -#include "cctest.h" -#include "code-stubs.h" -#include "objects.h" +#include "src/code-stubs.h" +#include "src/factory.h" +#include "src/macro-assembler.h" +#include "src/objects.h" +#include "test/cctest/cctest.h" #ifdef USE_SIMULATOR -#include "simulator.h" +#include "src/simulator.h" #endif using namespace v8::internal; diff --git a/test/cctest/test-hashmap.cc b/test/cctest/test-hashmap.cc index 70213c9aa8..a2c8d11b27 100644 --- a/test/cctest/test-hashmap.cc +++ b/test/cctest/test-hashmap.cc @@ -27,9 +27,9 @@ #include -#include "v8.h" -#include "hashmap.h" -#include "cctest.h" +#include "src/v8.h" +#include "src/hashmap.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc index 7e05e4fb15..ad7675dd19 100644 --- a/test/cctest/test-heap-profiler.cc +++ b/test/cctest/test-heap-profiler.cc @@ -29,16 +29,16 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "allocation-tracker.h" -#include "cctest.h" -#include "hashmap.h" -#include "heap-profiler.h" -#include "snapshot.h" -#include "debug.h" -#include "utils-inl.h" -#include "../include/v8-profiler.h" +#include "include/v8-profiler.h" +#include "src/allocation-tracker.h" +#include "src/debug.h" +#include "src/hashmap.h" +#include "src/heap-profiler.h" +#include "src/snapshot.h" +#include "src/utils-inl.h" +#include "test/cctest/cctest.h" using i::AllocationTraceNode; using i::AllocationTraceTree; diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc index bdad930fd7..44f3537e3c 100644 --- a/test/cctest/test-heap.cc +++ b/test/cctest/test-heap.cc @@ -28,15 +28,15 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "compilation-cache.h" -#include "execution.h" -#include "factory.h" -#include "macro-assembler.h" -#include "global-handles.h" -#include "stub-cache.h" -#include "cctest.h" +#include "src/compilation-cache.h" +#include "src/execution.h" +#include "src/factory.h" +#include "src/global-handles.h" +#include "src/macro-assembler.h" +#include "src/stub-cache.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-hydrogen-types.cc b/test/cctest/test-hydrogen-types.cc index 1d333c6c26..0ac53bde09 100644 --- a/test/cctest/test-hydrogen-types.cc +++ b/test/cctest/test-hydrogen-types.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "hydrogen-types.h" +#include "src/hydrogen-types.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-javascript-arm64.cc b/test/cctest/test-javascript-arm64.cc index bd7a2b2851..2b31f8f2a6 100644 --- a/test/cctest/test-javascript-arm64.cc +++ b/test/cctest/test-javascript-arm64.cc @@ -27,18 +27,18 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "isolate.h" -#include "compilation-cache.h" -#include "execution.h" -#include "snapshot.h" -#include "platform.h" -#include "utils.h" -#include "cctest.h" -#include "parser.h" -#include "unicode-inl.h" +#include "src/api.h" +#include "src/compilation-cache.h" +#include "src/execution.h" +#include "src/isolate.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/snapshot.h" +#include "src/unicode-inl.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" using ::v8::Context; using ::v8::Extension; diff --git a/test/cctest/test-js-arm64-variables.cc b/test/cctest/test-js-arm64-variables.cc index df3f4a8295..4ac14a0395 100644 --- a/test/cctest/test-js-arm64-variables.cc +++ b/test/cctest/test-js-arm64-variables.cc @@ -29,18 +29,18 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "isolate.h" -#include "compilation-cache.h" -#include "execution.h" -#include "snapshot.h" -#include "platform.h" -#include "utils.h" -#include "cctest.h" -#include "parser.h" -#include "unicode-inl.h" +#include "src/api.h" +#include "src/compilation-cache.h" +#include "src/execution.h" +#include "src/isolate.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/snapshot.h" +#include "src/unicode-inl.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" using ::v8::Context; using ::v8::Extension; diff --git a/test/cctest/test-libplatform-task-queue.cc b/test/cctest/test-libplatform-task-queue.cc index 4765515763..5d997d94d2 100644 --- a/test/cctest/test-libplatform-task-queue.cc +++ b/test/cctest/test-libplatform-task-queue.cc @@ -25,11 +25,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "libplatform/task-queue.h" -#include "test-libplatform.h" +#include "src/libplatform/task-queue.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-libplatform.h" using namespace v8::internal; diff --git a/test/cctest/test-libplatform-worker-thread.cc b/test/cctest/test-libplatform-worker-thread.cc index 090d6e1a18..994750fd3d 100644 --- a/test/cctest/test-libplatform-worker-thread.cc +++ b/test/cctest/test-libplatform-worker-thread.cc @@ -25,12 +25,12 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "libplatform/task-queue.h" -#include "libplatform/worker-thread.h" -#include "test-libplatform.h" +#include "src/libplatform/task-queue.h" +#include "src/libplatform/worker-thread.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-libplatform.h" using namespace v8::internal; diff --git a/test/cctest/test-libplatform.h b/test/cctest/test-libplatform.h index e32770eeda..815031619e 100644 --- a/test/cctest/test-libplatform.h +++ b/test/cctest/test-libplatform.h @@ -28,9 +28,9 @@ #ifndef TEST_LIBPLATFORM_H_ #define TEST_LIBPLATFORM_H_ -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-list.cc b/test/cctest/test-list.cc index a29972b583..20c13f6e65 100644 --- a/test/cctest/test-list.cc +++ b/test/cctest/test-list.cc @@ -27,8 +27,8 @@ #include #include -#include "v8.h" -#include "cctest.h" +#include "src/v8.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-liveedit.cc b/test/cctest/test-liveedit.cc index 1c64108c8d..bf8d1981fa 100644 --- a/test/cctest/test-liveedit.cc +++ b/test/cctest/test-liveedit.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "liveedit.h" -#include "cctest.h" +#include "src/liveedit.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-lockers.cc b/test/cctest/test-lockers.cc index 12b35a5c4d..f92a81e650 100644 --- a/test/cctest/test-lockers.cc +++ b/test/cctest/test-lockers.cc @@ -27,19 +27,19 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "isolate.h" -#include "compilation-cache.h" -#include "execution.h" -#include "smart-pointers.h" -#include "snapshot.h" -#include "platform.h" -#include "utils.h" -#include "cctest.h" -#include "parser.h" -#include "unicode-inl.h" +#include "src/api.h" +#include "src/compilation-cache.h" +#include "src/execution.h" +#include "src/isolate.h" +#include "src/parser.h" +#include "src/platform.h" +#include "src/smart-pointers.h" +#include "src/snapshot.h" +#include "src/unicode-inl.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" using ::v8::Context; using ::v8::Extension; diff --git a/test/cctest/test-log-stack-tracer.cc b/test/cctest/test-log-stack-tracer.cc index 5b6858e553..cae198856a 100644 --- a/test/cctest/test-log-stack-tracer.cc +++ b/test/cctest/test-log-stack-tracer.cc @@ -29,17 +29,17 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "cctest.h" -#include "codegen.h" -#include "disassembler.h" -#include "isolate.h" -#include "log.h" -#include "sampler.h" -#include "trace-extension.h" -#include "vm-state-inl.h" +#include "src/api.h" +#include "src/codegen.h" +#include "src/disassembler.h" +#include "src/isolate.h" +#include "src/log.h" +#include "src/sampler.h" +#include "src/vm-state-inl.h" +#include "test/cctest/cctest.h" +#include "test/cctest/trace-extension.h" using v8::Function; using v8::Local; diff --git a/test/cctest/test-log.cc b/test/cctest/test-log.cc index e6ed75e64d..29a172ac64 100644 --- a/test/cctest/test-log.cc +++ b/test/cctest/test-log.cc @@ -34,15 +34,16 @@ #include #endif // __linux__ -#include "v8.h" -#include "log.h" -#include "log-utils.h" -#include "cpu-profiler.h" -#include "natives.h" -#include "utils.h" -#include "v8threads.h" -#include "cctest.h" -#include "vm-state-inl.h" +#include "src/v8.h" + +#include "src/cpu-profiler.h" +#include "src/log-utils.h" +#include "src/log.h" +#include "src/natives.h" +#include "src/utils.h" +#include "src/v8threads.h" +#include "src/vm-state-inl.h" +#include "test/cctest/cctest.h" using v8::internal::Address; using v8::internal::EmbeddedVector; diff --git a/test/cctest/test-macro-assembler-arm.cc b/test/cctest/test-macro-assembler-arm.cc index 8aed4c27b5..30169cb9c9 100644 --- a/test/cctest/test-macro-assembler-arm.cc +++ b/test/cctest/test-macro-assembler-arm.cc @@ -27,11 +27,12 @@ #include -#include "v8.h" -#include "macro-assembler.h" -#include "arm/macro-assembler-arm.h" -#include "arm/simulator-arm.h" -#include "cctest.h" +#include "src/v8.h" + +#include "src/macro-assembler.h" +#include "src/arm/macro-assembler-arm.h" +#include "src/arm/simulator-arm.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-macro-assembler-ia32.cc b/test/cctest/test-macro-assembler-ia32.cc index 45af5571df..dde17cd96c 100644 --- a/test/cctest/test-macro-assembler-ia32.cc +++ b/test/cctest/test-macro-assembler-ia32.cc @@ -27,13 +27,13 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "factory.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/macro-assembler.h" +#include "src/factory.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-macro-assembler-mips.cc b/test/cctest/test-macro-assembler-mips.cc index a5045a8f01..8e4d54c9ee 100644 --- a/test/cctest/test-macro-assembler-mips.cc +++ b/test/cctest/test-macro-assembler-mips.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" -#include "macro-assembler.h" -#include "mips/macro-assembler-mips.h" -#include "mips/simulator-mips.h" -#include "cctest.h" +#include "src/v8.h" +#include "src/macro-assembler.h" +#include "src/mips/macro-assembler-mips.h" +#include "src/mips/simulator-mips.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-macro-assembler-x64.cc b/test/cctest/test-macro-assembler-x64.cc index 609bc69956..1b0274a430 100644 --- a/test/cctest/test-macro-assembler-x64.cc +++ b/test/cctest/test-macro-assembler-x64.cc @@ -27,13 +27,13 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "factory.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/macro-assembler.h" +#include "src/factory.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" namespace i = v8::internal; using i::Address; diff --git a/test/cctest/test-macro-assembler-x87.cc b/test/cctest/test-macro-assembler-x87.cc index bebc6cdd83..01a3604058 100644 --- a/test/cctest/test-macro-assembler-x87.cc +++ b/test/cctest/test-macro-assembler-x87.cc @@ -27,13 +27,13 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "factory.h" -#include "platform.h" -#include "serialize.h" -#include "cctest.h" +#include "src/macro-assembler.h" +#include "src/factory.h" +#include "src/platform.h" +#include "src/serialize.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc index 529bd242e4..bea0d34063 100644 --- a/test/cctest/test-mark-compact.cc +++ b/test/cctest/test-mark-compact.cc @@ -37,12 +37,12 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "full-codegen.h" -#include "global-handles.h" -#include "snapshot.h" -#include "cctest.h" +#include "src/full-codegen.h" +#include "src/global-handles.h" +#include "src/snapshot.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-mementos.cc b/test/cctest/test-mementos.cc index 4aee57c53e..c954c0c78c 100644 --- a/test/cctest/test-mementos.cc +++ b/test/cctest/test-mementos.cc @@ -25,7 +25,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-microtask-delivery.cc b/test/cctest/test-microtask-delivery.cc index e6f38b79bc..082bc1a3ed 100644 --- a/test/cctest/test-microtask-delivery.cc +++ b/test/cctest/test-microtask-delivery.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8; namespace i = v8::internal; diff --git a/test/cctest/test-mutex.cc b/test/cctest/test-mutex.cc index cdc829f156..4e141be574 100644 --- a/test/cctest/test-mutex.cc +++ b/test/cctest/test-mutex.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "platform/mutex.h" +#include "src/platform/mutex.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-object-observe.cc b/test/cctest/test-object-observe.cc index 7c7893238f..2a807bf1f0 100644 --- a/test/cctest/test-object-observe.cc +++ b/test/cctest/test-object-observe.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8; namespace i = v8::internal; diff --git a/test/cctest/test-ordered-hash-table.cc b/test/cctest/test-ordered-hash-table.cc index 884ac7cefc..7c4af410c6 100644 --- a/test/cctest/test-ordered-hash-table.cc +++ b/test/cctest/test-ordered-hash-table.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "factory.h" +#include "src/factory.h" +#include "test/cctest/cctest.h" namespace { diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc index 43f9d827ac..15fdbdc738 100644 --- a/test/cctest/test-parsing.cc +++ b/test/cctest/test-parsing.cc @@ -29,18 +29,18 @@ #include #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "compiler.h" -#include "execution.h" -#include "isolate.h" -#include "objects.h" -#include "parser.h" -#include "preparser.h" -#include "scanner-character-streams.h" -#include "token.h" -#include "utils.h" +#include "src/compiler.h" +#include "src/execution.h" +#include "src/isolate.h" +#include "src/objects.h" +#include "src/parser.h" +#include "src/preparser.h" +#include "src/scanner-character-streams.h" +#include "src/token.h" +#include "src/utils.h" +#include "test/cctest/cctest.h" TEST(ScanKeywords) { struct KeywordToken { diff --git a/test/cctest/test-platform-linux.cc b/test/cctest/test-platform-linux.cc index f289e94828..036039e59b 100644 --- a/test/cctest/test-platform-linux.cc +++ b/test/cctest/test-platform-linux.cc @@ -31,10 +31,10 @@ #include #include // for usleep() -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-platform-macos.cc b/test/cctest/test-platform-macos.cc index 5bc5f97849..a44e81f508 100644 --- a/test/cctest/test-platform-macos.cc +++ b/test/cctest/test-platform-macos.cc @@ -29,7 +29,7 @@ #include -#include "v8.h" -#include "cctest.h" +#include "src/v8.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-platform-tls.cc b/test/cctest/test-platform-tls.cc index 31501d9ef7..f6ad95a974 100644 --- a/test/cctest/test-platform-tls.cc +++ b/test/cctest/test-platform-tls.cc @@ -27,11 +27,11 @@ // // Tests of fast TLS support. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "checks.h" -#include "platform.h" +#include "src/checks.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using v8::internal::Thread; diff --git a/test/cctest/test-platform-win32.cc b/test/cctest/test-platform-win32.cc index d7fdab11ed..9b92327d7b 100644 --- a/test/cctest/test-platform-win32.cc +++ b/test/cctest/test-platform-win32.cc @@ -29,11 +29,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" -#include "win32-headers.h" +#include "src/platform.h" +#include "src/win32-headers.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-platform.cc b/test/cctest/test-platform.cc index 6b28b18953..1b6be8bee5 100644 --- a/test/cctest/test-platform.cc +++ b/test/cctest/test-platform.cc @@ -27,8 +27,8 @@ #include -#include "cctest.h" -#include "platform.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc index c3198b1512..c137e05fea 100644 --- a/test/cctest/test-profile-generator.cc +++ b/test/cctest/test-profile-generator.cc @@ -27,12 +27,13 @@ // // Tests of profiles generator and utilities. -#include "v8.h" -#include "profile-generator-inl.h" -#include "profiler-extension.h" -#include "cctest.h" -#include "cpu-profiler.h" -#include "../include/v8-profiler.h" +#include "src/v8.h" + +#include "include/v8-profiler.h" +#include "src/cpu-profiler.h" +#include "src/profile-generator-inl.h" +#include "test/cctest/cctest.h" +#include "test/cctest/profiler-extension.h" using i::CodeEntry; using i::CodeMap; diff --git a/test/cctest/test-random-number-generator.cc b/test/cctest/test-random-number-generator.cc index 93f3257003..b8cf860d19 100644 --- a/test/cctest/test-random-number-generator.cc +++ b/test/cctest/test-random-number-generator.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "utils/random-number-generator.h" +#include "src/utils/random-number-generator.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-regexp.cc b/test/cctest/test-regexp.cc index a6503a8eb5..82b430c0b3 100644 --- a/test/cctest/test-regexp.cc +++ b/test/cctest/test-regexp.cc @@ -28,53 +28,53 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "ast.h" -#include "char-predicates-inl.h" -#include "cctest.h" -#include "jsregexp.h" -#include "parser.h" -#include "regexp-macro-assembler.h" -#include "regexp-macro-assembler-irregexp.h" -#include "string-stream.h" -#include "zone-inl.h" +#include "src/ast.h" +#include "src/char-predicates-inl.h" +#include "src/jsregexp.h" +#include "src/parser.h" +#include "src/regexp-macro-assembler-irregexp.h" +#include "src/regexp-macro-assembler.h" +#include "src/string-stream.h" +#include "src/zone-inl.h" #ifdef V8_INTERPRETED_REGEXP -#include "interpreter-irregexp.h" +#include "src/interpreter-irregexp.h" #else // V8_INTERPRETED_REGEXP -#include "macro-assembler.h" -#include "code.h" +#include "src/macro-assembler.h" +#include "src/code.h" #if V8_TARGET_ARCH_ARM -#include "arm/assembler-arm.h" -#include "arm/macro-assembler-arm.h" -#include "arm/regexp-macro-assembler-arm.h" +#include "src/arm/assembler-arm.h" +#include "src/arm/macro-assembler-arm.h" +#include "src/arm/regexp-macro-assembler-arm.h" #endif #if V8_TARGET_ARCH_ARM64 -#include "arm64/assembler-arm64.h" -#include "arm64/macro-assembler-arm64.h" -#include "arm64/regexp-macro-assembler-arm64.h" +#include "src/arm64/assembler-arm64.h" +#include "src/arm64/macro-assembler-arm64.h" +#include "src/arm64/regexp-macro-assembler-arm64.h" #endif #if V8_TARGET_ARCH_MIPS -#include "mips/assembler-mips.h" -#include "mips/macro-assembler-mips.h" -#include "mips/regexp-macro-assembler-mips.h" +#include "src/mips/assembler-mips.h" +#include "src/mips/macro-assembler-mips.h" +#include "src/mips/regexp-macro-assembler-mips.h" #endif #if V8_TARGET_ARCH_X64 -#include "x64/assembler-x64.h" -#include "x64/macro-assembler-x64.h" -#include "x64/regexp-macro-assembler-x64.h" +#include "src/x64/assembler-x64.h" +#include "src/x64/macro-assembler-x64.h" +#include "src/x64/regexp-macro-assembler-x64.h" #endif #if V8_TARGET_ARCH_IA32 -#include "ia32/assembler-ia32.h" -#include "ia32/macro-assembler-ia32.h" -#include "ia32/regexp-macro-assembler-ia32.h" +#include "src/ia32/assembler-ia32.h" +#include "src/ia32/macro-assembler-ia32.h" +#include "src/ia32/regexp-macro-assembler-ia32.h" #endif #if V8_TARGET_ARCH_X87 -#include "x87/assembler-x87.h" -#include "x87/macro-assembler-x87.h" -#include "x87/regexp-macro-assembler-x87.h" +#include "src/x87/assembler-x87.h" +#include "src/x87/macro-assembler-x87.h" +#include "src/x87/regexp-macro-assembler-x87.h" #endif #endif // V8_INTERPRETED_REGEXP +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-reloc-info.cc b/test/cctest/test-reloc-info.cc index 5ab9e803c2..94ed287c44 100644 --- a/test/cctest/test-reloc-info.cc +++ b/test/cctest/test-reloc-info.cc @@ -26,8 +26,8 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "cctest.h" -#include "assembler.h" +#include "src/assembler.h" +#include "test/cctest/cctest.h" namespace v8 { namespace internal { diff --git a/test/cctest/test-representation.cc b/test/cctest/test-representation.cc index 95a65cbbf7..a3fec6edfd 100644 --- a/test/cctest/test-representation.cc +++ b/test/cctest/test-representation.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "cctest.h" -#include "types.h" -#include "property-details.h" +#include "src/types.h" +#include "src/property-details.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-semaphore.cc b/test/cctest/test-semaphore.cc index fd1629c032..027f7cda75 100644 --- a/test/cctest/test-semaphore.cc +++ b/test/cctest/test-semaphore.cc @@ -27,10 +27,10 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "cctest.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" using namespace ::v8::internal; diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc index 59ce2da67d..4c9d3feb2d 100644 --- a/test/cctest/test-serialize.cc +++ b/test/cctest/test-serialize.cc @@ -27,21 +27,21 @@ #include -#include "sys/stat.h" +#include -#include "v8.h" +#include "src/v8.h" -#include "debug.h" -#include "ic-inl.h" -#include "runtime.h" -#include "serialize.h" -#include "scopeinfo.h" -#include "snapshot.h" -#include "cctest.h" -#include "spaces.h" -#include "objects.h" -#include "natives.h" -#include "bootstrapper.h" +#include "src/bootstrapper.h" +#include "src/debug.h" +#include "src/ic-inl.h" +#include "src/natives.h" +#include "src/objects.h" +#include "src/runtime.h" +#include "src/scopeinfo.h" +#include "src/serialize.h" +#include "src/snapshot.h" +#include "src/spaces.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-spaces.cc b/test/cctest/test-spaces.cc index faeb50a3c7..16ba98f2fb 100644 --- a/test/cctest/test-spaces.cc +++ b/test/cctest/test-spaces.cc @@ -27,8 +27,8 @@ #include -#include "v8.h" -#include "cctest.h" +#include "src/v8.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc index cdc4913dac..904e207e2a 100644 --- a/test/cctest/test-strings.cc +++ b/test/cctest/test-strings.cc @@ -32,12 +32,12 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "factory.h" -#include "objects.h" -#include "cctest.h" +#include "src/api.h" +#include "src/factory.h" +#include "src/objects.h" +#include "test/cctest/cctest.h" // Adapted from http://en.wikipedia.org/wiki/Multiply-with-carry class MyRandomNumberGenerator { diff --git a/test/cctest/test-strtod.cc b/test/cctest/test-strtod.cc index bebf4d14b0..7fed67df3e 100644 --- a/test/cctest/test-strtod.cc +++ b/test/cctest/test-strtod.cc @@ -27,14 +27,14 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "bignum.h" -#include "cctest.h" -#include "diy-fp.h" -#include "double.h" -#include "strtod.h" -#include "utils/random-number-generator.h" +#include "src/bignum.h" +#include "src/diy-fp.h" +#include "src/double.h" +#include "src/strtod.h" +#include "src/utils/random-number-generator.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-symbols.cc b/test/cctest/test-symbols.cc index f0d0ed1606..389145d66f 100644 --- a/test/cctest/test-symbols.cc +++ b/test/cctest/test-symbols.cc @@ -5,10 +5,10 @@ // of ConsStrings. These operations may not be very fast, but they // should be possible without getting errors due to too deep recursion. -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "objects.h" +#include "src/objects.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-thread-termination.cc b/test/cctest/test-thread-termination.cc index e949569be3..b4048ae819 100644 --- a/test/cctest/test-thread-termination.cc +++ b/test/cctest/test-thread-termination.cc @@ -25,9 +25,9 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" -#include "platform.h" -#include "cctest.h" +#include "src/v8.h" +#include "src/platform.h" +#include "test/cctest/cctest.h" v8::internal::Semaphore* semaphore = NULL; diff --git a/test/cctest/test-threads.cc b/test/cctest/test-threads.cc index 24fb1d1d75..ca8ccaf917 100644 --- a/test/cctest/test-threads.cc +++ b/test/cctest/test-threads.cc @@ -25,12 +25,12 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "platform.h" -#include "isolate.h" +#include "src/platform.h" +#include "src/isolate.h" -#include "cctest.h" +#include "test/cctest/cctest.h" enum Turn { diff --git a/test/cctest/test-time.cc b/test/cctest/test-time.cc index 1ef9e08f65..590ebf30c7 100644 --- a/test/cctest/test-time.cc +++ b/test/cctest/test-time.cc @@ -25,15 +25,15 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" #if V8_OS_POSIX #include // NOLINT #endif -#include "cctest.h" +#include "test/cctest/cctest.h" #if V8_OS_WIN -#include "win32-headers.h" +#include "src/win32-headers.h" #endif using namespace v8::internal; diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc index 41863bc7ff..0b551c60f6 100644 --- a/test/cctest/test-types.cc +++ b/test/cctest/test-types.cc @@ -27,10 +27,10 @@ #include -#include "cctest.h" -#include "hydrogen-types.h" -#include "types.h" -#include "utils/random-number-generator.h" +#include "src/hydrogen-types.h" +#include "src/types.h" +#include "src/utils/random-number-generator.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-unbound-queue.cc b/test/cctest/test-unbound-queue.cc index dd9b9c142b..5f5f50ec39 100644 --- a/test/cctest/test-unbound-queue.cc +++ b/test/cctest/test-unbound-queue.cc @@ -27,9 +27,9 @@ // // Tests of the unbound queue. -#include "v8.h" -#include "unbound-queue-inl.h" -#include "cctest.h" +#include "src/v8.h" +#include "src/unbound-queue-inl.h" +#include "test/cctest/cctest.h" using i::UnboundQueue; diff --git a/test/cctest/test-unique.cc b/test/cctest/test-unique.cc index ad14ff1334..302539a96d 100644 --- a/test/cctest/test-unique.cc +++ b/test/cctest/test-unique.cc @@ -27,12 +27,12 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "factory.h" -#include "global-handles.h" -#include "unique.h" -#include "cctest.h" +#include "src/factory.h" +#include "src/global-handles.h" +#include "src/unique.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-utils-arm64.cc b/test/cctest/test-utils-arm64.cc index 9eb32b002e..dd6b11f998 100644 --- a/test/cctest/test-utils-arm64.cc +++ b/test/cctest/test-utils-arm64.cc @@ -25,12 +25,12 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "arm64/utils-arm64.h" -#include "cctest.h" -#include "test-utils-arm64.h" +#include "src/macro-assembler.h" +#include "src/arm64/utils-arm64.h" +#include "test/cctest/cctest.h" +#include "test/cctest/test-utils-arm64.h" using namespace v8::internal; diff --git a/test/cctest/test-utils-arm64.h b/test/cctest/test-utils-arm64.h index 2ff26e49cc..dbb095e31f 100644 --- a/test/cctest/test-utils-arm64.h +++ b/test/cctest/test-utils-arm64.h @@ -28,12 +28,12 @@ #ifndef V8_ARM64_TEST_UTILS_ARM64_H_ #define V8_ARM64_TEST_UTILS_ARM64_H_ -#include "v8.h" +#include "src/v8.h" -#include "macro-assembler.h" -#include "arm64/macro-assembler-arm64.h" -#include "arm64/utils-arm64.h" -#include "cctest.h" +#include "src/macro-assembler.h" +#include "src/arm64/macro-assembler-arm64.h" +#include "src/arm64/utils-arm64.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc index 4eb256becb..1677411fef 100644 --- a/test/cctest/test-utils.cc +++ b/test/cctest/test-utils.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "cctest.h" -#include "platform.h" -#include "utils-inl.h" +#include "src/platform.h" +#include "src/utils-inl.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-version.cc b/test/cctest/test-version.cc index 6bec4b75ee..231451d11a 100644 --- a/test/cctest/test-version.cc +++ b/test/cctest/test-version.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "v8.h" +#include "src/v8.h" -#include "version.h" -#include "cctest.h" +#include "src/version.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-weakmaps.cc b/test/cctest/test-weakmaps.cc index 2684deb415..2f28cb6c11 100644 --- a/test/cctest/test-weakmaps.cc +++ b/test/cctest/test-weakmaps.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "global-handles.h" -#include "snapshot.h" -#include "cctest.h" +#include "src/global-handles.h" +#include "src/snapshot.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-weaksets.cc b/test/cctest/test-weaksets.cc index 0e1ef17c05..12efea32ba 100644 --- a/test/cctest/test-weaksets.cc +++ b/test/cctest/test-weaksets.cc @@ -27,11 +27,11 @@ #include -#include "v8.h" +#include "src/v8.h" -#include "global-handles.h" -#include "snapshot.h" -#include "cctest.h" +#include "src/global-handles.h" +#include "src/snapshot.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/test-weaktypedarrays.cc b/test/cctest/test-weaktypedarrays.cc index daf07eed02..78b0e9585d 100644 --- a/test/cctest/test-weaktypedarrays.cc +++ b/test/cctest/test-weaktypedarrays.cc @@ -27,12 +27,12 @@ #include -#include "v8.h" -#include "api.h" -#include "heap.h" -#include "objects.h" +#include "src/v8.h" +#include "src/api.h" +#include "src/heap.h" +#include "src/objects.h" -#include "cctest.h" +#include "test/cctest/cctest.h" using namespace v8::internal; diff --git a/test/cctest/trace-extension.cc b/test/cctest/trace-extension.cc index 2da6813166..8f390e4bc5 100644 --- a/test/cctest/trace-extension.cc +++ b/test/cctest/trace-extension.cc @@ -25,10 +25,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "trace-extension.h" +#include "test/cctest/trace-extension.h" -#include "cctest.h" -#include "sampler.h" +#include "src/sampler.h" +#include "test/cctest/cctest.h" namespace v8 { namespace internal { diff --git a/test/cctest/trace-extension.h b/test/cctest/trace-extension.h index b80b3d45dc..919eda5bb5 100644 --- a/test/cctest/trace-extension.h +++ b/test/cctest/trace-extension.h @@ -28,7 +28,7 @@ #ifndef V8_TEST_CCTEST_TRACE_EXTENSION_H_ #define V8_TEST_CCTEST_TRACE_EXTENSION_H_ -#include "v8.h" +#include "src/v8.h" namespace v8 { namespace internal { diff --git a/tools/generate-trig-table.py b/tools/generate-trig-table.py index c03cf73e2f..0a4fe28618 100644 --- a/tools/generate-trig-table.py +++ b/tools/generate-trig-table.py @@ -39,8 +39,8 @@ TEMPLATE = """\ // This file was generated from a python script. -#include "v8.h" -#include "trig-table.h" +#include "src/v8.h" +#include "src/trig-table.h" namespace v8 { namespace internal { diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index 5e0765d409..e499eb553f 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -138,7 +138,7 @@ 'v8_base', ], 'include_dirs+': [ - '../../src', + '../..', ], 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', @@ -181,7 +181,7 @@ 'v8_base', ], 'include_dirs+': [ - '../../src', + '../..', ], 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', @@ -241,7 +241,7 @@ 'optimize': 'max', }, 'include_dirs+': [ - '../../src', + '../..', ], 'sources': [ ### gcmole(all) ### '../../src/accessors.cc', @@ -1060,7 +1060,7 @@ 'optimize': 'max', }, 'include_dirs+': [ - '../../src', + '../..', ], 'sources': [ '../../src/base/build_config.h', @@ -1211,7 +1211,7 @@ 'type': 'executable', 'dependencies': ['v8_base', 'v8_nosnapshot'], 'include_dirs+': [ - '../../src', + '../..', ], 'sources': [ '../../src/mksnapshot.cc', diff --git a/tools/js2c.py b/tools/js2c.py index 1718210920..bda4656ea0 100755 --- a/tools/js2c.py +++ b/tools/js2c.py @@ -225,9 +225,9 @@ HEADER_TEMPLATE = """\ // want to make changes to this file you should either change the // javascript source files or the GYP script. -#include "v8.h" -#include "natives.h" -#include "utils.h" +#include "src/v8.h" +#include "src/natives.h" +#include "src/utils.h" namespace v8 { namespace internal { diff --git a/tools/lexer-shell.cc b/tools/lexer-shell.cc index a85dc7dbee..6ef8b0b3e7 100644 --- a/tools/lexer-shell.cc +++ b/tools/lexer-shell.cc @@ -31,17 +31,17 @@ #include #include #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "messages.h" -#include "platform.h" -#include "runtime.h" -#include "scanner-character-streams.h" -#include "scopeinfo.h" -#include "shell-utils.h" -#include "string-stream.h" -#include "scanner.h" +#include "src/api.h" +#include "src/messages.h" +#include "src/platform.h" +#include "src/runtime.h" +#include "src/scanner-character-streams.h" +#include "src/scopeinfo.h" +#include "tools/shell-utils.h" +#include "src/string-stream.h" +#include "src/scanner.h" using namespace v8::internal; diff --git a/tools/lexer-shell.gyp b/tools/lexer-shell.gyp index 623a503a0a..6fd129ac69 100644 --- a/tools/lexer-shell.gyp +++ b/tools/lexer-shell.gyp @@ -47,7 +47,7 @@ }], ], 'include_dirs+': [ - '../src', + '..', ], 'sources': [ 'lexer-shell.cc', @@ -69,7 +69,7 @@ }], ], 'include_dirs+': [ - '../src', + '..', ], 'sources': [ 'parser-shell.cc', diff --git a/tools/parser-shell.cc b/tools/parser-shell.cc index 4acdf7c034..c2291857f0 100644 --- a/tools/parser-shell.cc +++ b/tools/parser-shell.cc @@ -31,16 +31,16 @@ #include #include #include -#include "v8.h" +#include "src/v8.h" -#include "api.h" -#include "compiler.h" -#include "scanner-character-streams.h" -#include "shell-utils.h" -#include "parser.h" -#include "preparse-data-format.h" -#include "preparse-data.h" -#include "preparser.h" +#include "src/api.h" +#include "src/compiler.h" +#include "src/scanner-character-streams.h" +#include "tools/shell-utils.h" +#include "src/parser.h" +#include "src/preparse-data-format.h" +#include "src/preparse-data.h" +#include "src/preparser.h" using namespace v8::internal;