Reviewers: jochen, Sven Panne,

Message:
PTAL

Description:
Rename ASSERT* to DCHECK*.

This way we don't clash with the ASSERT* macros
defined by GoogleTest, and we are one step closer
to being able to replace our homegrown base/ with
base/ from Chrome.

[email protected],[email protected]

Please review this at https://codereview.chromium.org/430503007/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+16556, -16557 lines):
  M src/accessors.cc
  M src/allocation.cc
  M src/allocation-site-scopes.h
  M src/allocation-site-scopes.cc
  M src/allocation-tracker.cc
  M src/api.h
  M src/api.cc
  M src/arguments.h
  M src/arm/assembler-arm.h
  M src/arm/assembler-arm.cc
  M src/arm/assembler-arm-inl.h
  M src/arm/builtins-arm.cc
  M src/arm/code-stubs-arm.h
  M src/arm/code-stubs-arm.cc
  M src/arm/codegen-arm.cc
  M src/arm/constants-arm.h
  M src/arm/constants-arm.cc
  M src/arm/debug-arm.cc
  M src/arm/deoptimizer-arm.cc
  M src/arm/disasm-arm.cc
  M src/arm/frames-arm.cc
  M src/arm/full-codegen-arm.cc
  M src/arm/ic-arm.cc
  M src/arm/lithium-arm.h
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.h
  M src/arm/lithium-codegen-arm.cc
  M src/arm/lithium-gap-resolver-arm.cc
  M src/arm/macro-assembler-arm.h
  M src/arm/macro-assembler-arm.cc
  M src/arm/regexp-macro-assembler-arm.cc
  M src/arm/simulator-arm.cc
  M src/arm/stub-cache-arm.cc
  M src/arm64/assembler-arm64.h
  M src/arm64/assembler-arm64.cc
  M src/arm64/assembler-arm64-inl.h
  M src/arm64/builtins-arm64.cc
  M src/arm64/code-stubs-arm64.h
  M src/arm64/code-stubs-arm64.cc
  M src/arm64/codegen-arm64.cc
  M src/arm64/constants-arm64.h
  M src/arm64/cpu-arm64.cc
  M src/arm64/debug-arm64.cc
  M src/arm64/decoder-arm64.cc
  M src/arm64/decoder-arm64-inl.h
  M src/arm64/delayed-masm-arm64.h
  M src/arm64/delayed-masm-arm64.cc
  M src/arm64/delayed-masm-arm64-inl.h
  M src/arm64/deoptimizer-arm64.cc
  M src/arm64/disasm-arm64.cc
  M src/arm64/full-codegen-arm64.cc
  M src/arm64/ic-arm64.cc
  M src/arm64/instructions-arm64.h
  M src/arm64/instructions-arm64.cc
  M src/arm64/instrument-arm64.cc
  M src/arm64/lithium-arm64.h
  M src/arm64/lithium-arm64.cc
  M src/arm64/lithium-codegen-arm64.h
  M src/arm64/lithium-codegen-arm64.cc
  M src/arm64/lithium-gap-resolver-arm64.h
  M src/arm64/lithium-gap-resolver-arm64.cc
  M src/arm64/macro-assembler-arm64.h
  M src/arm64/macro-assembler-arm64.cc
  M src/arm64/macro-assembler-arm64-inl.h
  M src/arm64/regexp-macro-assembler-arm64.h
  M src/arm64/regexp-macro-assembler-arm64.cc
  M src/arm64/simulator-arm64.h
  M src/arm64/simulator-arm64.cc
  M src/arm64/stub-cache-arm64.cc
  M src/arm64/utils-arm64.h
  M src/arm64/utils-arm64.cc
  M src/assembler.h
  M src/assembler.cc
  M src/assert-scope.h
  M src/ast.h
  M src/ast.cc
  M src/ast-value-factory.h
  M src/ast-value-factory.cc
  M src/base/cpu.cc
  M src/base/logging.h
  M src/base/macros.h
  M src/base/platform/condition-variable.cc
  M src/base/platform/elapsed-timer.h
  M src/base/platform/mutex.h
  M src/base/platform/mutex.cc
  M src/base/platform/platform.h
  M src/base/platform/platform-cygwin.cc
  M src/base/platform/platform-freebsd.cc
  M src/base/platform/platform-linux.cc
  M src/base/platform/platform-macos.cc
  M src/base/platform/platform-openbsd.cc
  M src/base/platform/platform-posix.cc
  M src/base/platform/platform-qnx.cc
  M src/base/platform/platform-solaris.cc
  M src/base/platform/platform-win32.cc
  M src/base/platform/semaphore.cc
  M src/base/platform/time.cc
  M src/base/safe_conversions_impl.h
  M src/base/utils/random-number-generator.cc
  M src/base/win32-math.cc
  M src/bignum.cc
  M src/bignum-dtoa.cc
  M src/bootstrapper.h
  M src/bootstrapper.cc
  M src/builtins.h
  M src/builtins.cc
  M src/cached-powers.cc
  M src/char-predicates-inl.h
  M src/checks.h
  M src/code.h
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/code-stubs-hydrogen.cc
  M src/codegen.cc
  M src/compilation-cache.h
  M src/compilation-cache.cc
  M src/compiler.h
  M src/compiler.cc
  M src/compiler/arm/code-generator-arm.cc
  M src/compiler/arm/instruction-selector-arm.cc
  M src/compiler/arm64/code-generator-arm64.cc
  M src/compiler/arm64/instruction-selector-arm64.cc
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/code-generator.cc
  M src/compiler/code-generator-impl.h
  M src/compiler/common-operator.h
  M src/compiler/frame.h
  M src/compiler/gap-resolver.cc
  M src/compiler/generic-algorithm.h
  M src/compiler/generic-node.h
  M src/compiler/generic-node-inl.h
  M src/compiler/graph.h
  M src/compiler/graph.cc
  M src/compiler/graph-builder.cc
  M src/compiler/ia32/code-generator-ia32.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/instruction.h
  M src/compiler/instruction.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/instruction-selector-impl.h
  M src/compiler/js-context-specialization.cc
  M src/compiler/js-graph.h
  M src/compiler/js-operator.h
  M src/compiler/js-typed-lowering.cc
  M src/compiler/linkage.h
  M src/compiler/linkage.cc
  M src/compiler/linkage-impl.h
  M src/compiler/node.h
  M src/compiler/node.cc
  M src/compiler/node-matchers.h
  M src/compiler/node-properties-inl.h
  M src/compiler/phi-reducer.h
  M src/compiler/pipeline.cc
  M src/compiler/raw-machine-assembler.h
  M src/compiler/raw-machine-assembler.cc
  M src/compiler/register-allocator.h
  M src/compiler/register-allocator.cc
  M src/compiler/representation-change.h
  M src/compiler/schedule.h
  M src/compiler/scheduler.h
  M src/compiler/scheduler.cc
  M src/compiler/simplified-lowering.cc
  M src/compiler/simplified-operator.h
  M src/compiler/source-position.cc
  M src/compiler/structured-machine-assembler.h
  M src/compiler/structured-machine-assembler.cc
  M src/compiler/typer.cc
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x64/instruction-selector-x64.cc
  M src/contexts.h
  M src/contexts.cc
  M src/conversions.h
  M src/conversions.cc
  M src/conversions-inl.h
  M src/counters.h
  M src/cpu-profiler.cc
  M src/d8.h
  M src/d8.cc
  M src/data-flow.h
  M src/date.h
  M src/date.cc
  M src/dateparser.h
  M src/dateparser.cc
  M src/dateparser-inl.h
  M src/debug.h
  M src/debug.cc
  M src/deoptimizer.h
  M src/deoptimizer.cc
  M src/disassembler.cc
  M src/diy-fp.h
  M src/double.h
  M src/dtoa.cc
  M src/effects.h
  M src/elements.h
  M src/elements.cc
  M src/elements-kind.h
  M src/elements-kind.cc
  M src/execution.cc
  M src/extensions/externalize-string-extension.cc
  [[ 316 additional files ]]


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to