Rename ASSERT* to DCHECK*.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Aug 2014 11:34:54 +0000 (11:34 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Aug 2014 11:34:54 +0000 (11:34 +0000)
commitd07a2eb806d400374faf4df46fdef396e3998c1c
treeb0d1389f2f7a8cdfb07a6a72514742a7ac91ddb6
parentf86ef7c9ef77478d0141f13d72e2efc95d86d717
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.

R=jochen@chromium.org, svenpanne@chromium.org

Review URL: https://codereview.chromium.org/430503007

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22812 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
513 files changed:
src/accessors.cc
src/allocation-site-scopes.cc
src/allocation-site-scopes.h
src/allocation-tracker.cc
src/allocation.cc
src/api.cc
src/api.h
src/arguments.h
src/arm/assembler-arm-inl.h
src/arm/assembler-arm.cc
src/arm/assembler-arm.h
src/arm/builtins-arm.cc
src/arm/code-stubs-arm.cc
src/arm/code-stubs-arm.h
src/arm/codegen-arm.cc
src/arm/constants-arm.cc
src/arm/constants-arm.h
src/arm/debug-arm.cc
src/arm/deoptimizer-arm.cc
src/arm/disasm-arm.cc
src/arm/frames-arm.cc
src/arm/full-codegen-arm.cc
src/arm/ic-arm.cc
src/arm/lithium-arm.cc
src/arm/lithium-arm.h
src/arm/lithium-codegen-arm.cc
src/arm/lithium-codegen-arm.h
src/arm/lithium-gap-resolver-arm.cc
src/arm/macro-assembler-arm.cc
src/arm/macro-assembler-arm.h
src/arm/regexp-macro-assembler-arm.cc
src/arm/simulator-arm.cc
src/arm/stub-cache-arm.cc
src/arm64/assembler-arm64-inl.h
src/arm64/assembler-arm64.cc
src/arm64/assembler-arm64.h
src/arm64/builtins-arm64.cc
src/arm64/code-stubs-arm64.cc
src/arm64/code-stubs-arm64.h
src/arm64/codegen-arm64.cc
src/arm64/constants-arm64.h
src/arm64/cpu-arm64.cc
src/arm64/debug-arm64.cc
src/arm64/decoder-arm64-inl.h
src/arm64/decoder-arm64.cc
src/arm64/delayed-masm-arm64-inl.h
src/arm64/delayed-masm-arm64.cc
src/arm64/delayed-masm-arm64.h
src/arm64/deoptimizer-arm64.cc
src/arm64/disasm-arm64.cc
src/arm64/full-codegen-arm64.cc
src/arm64/ic-arm64.cc
src/arm64/instructions-arm64.cc
src/arm64/instructions-arm64.h
src/arm64/instrument-arm64.cc
src/arm64/lithium-arm64.cc
src/arm64/lithium-arm64.h
src/arm64/lithium-codegen-arm64.cc
src/arm64/lithium-codegen-arm64.h
src/arm64/lithium-gap-resolver-arm64.cc
src/arm64/lithium-gap-resolver-arm64.h
src/arm64/macro-assembler-arm64-inl.h
src/arm64/macro-assembler-arm64.cc
src/arm64/macro-assembler-arm64.h
src/arm64/regexp-macro-assembler-arm64.cc
src/arm64/regexp-macro-assembler-arm64.h
src/arm64/simulator-arm64.cc
src/arm64/simulator-arm64.h
src/arm64/stub-cache-arm64.cc
src/arm64/utils-arm64.cc
src/arm64/utils-arm64.h
src/assembler.cc
src/assembler.h
src/ast-value-factory.cc
src/ast-value-factory.h
src/ast.cc
src/ast.h
src/base/cpu.cc
src/base/logging.h
src/base/macros.h
src/base/platform/condition-variable.cc
src/base/platform/elapsed-timer.h
src/base/platform/mutex.cc
src/base/platform/mutex.h
src/base/platform/platform-cygwin.cc
src/base/platform/platform-freebsd.cc
src/base/platform/platform-linux.cc
src/base/platform/platform-macos.cc
src/base/platform/platform-openbsd.cc
src/base/platform/platform-posix.cc
src/base/platform/platform-qnx.cc
src/base/platform/platform-solaris.cc
src/base/platform/platform-win32.cc
src/base/platform/platform.h
src/base/platform/semaphore.cc
src/base/platform/time.cc
src/base/safe_conversions_impl.h
src/base/utils/random-number-generator.cc
src/base/win32-math.cc
src/bignum-dtoa.cc
src/bignum.cc
src/bootstrapper.cc
src/bootstrapper.h
src/builtins.cc
src/builtins.h
src/cached-powers.cc
src/char-predicates-inl.h
src/checks.h
src/code-stubs-hydrogen.cc
src/code-stubs.cc
src/code-stubs.h
src/code.h
src/codegen.cc
src/compilation-cache.cc
src/compilation-cache.h
src/compiler.cc
src/compiler.h
src/compiler/arm/code-generator-arm.cc
src/compiler/arm/instruction-selector-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/arm64/instruction-selector-arm64.cc
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/code-generator-impl.h
src/compiler/code-generator.cc
src/compiler/common-operator.h
src/compiler/frame.h
src/compiler/gap-resolver.cc
src/compiler/generic-algorithm.h
src/compiler/generic-node-inl.h
src/compiler/generic-node.h
src/compiler/graph-builder.cc
src/compiler/graph.cc
src/compiler/graph.h
src/compiler/ia32/code-generator-ia32.cc
src/compiler/ia32/instruction-selector-ia32.cc
src/compiler/instruction-selector-impl.h
src/compiler/instruction-selector.cc
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/js-context-specialization.cc
src/compiler/js-graph.h
src/compiler/js-operator.h
src/compiler/js-typed-lowering.cc
src/compiler/linkage-impl.h
src/compiler/linkage.cc
src/compiler/linkage.h
src/compiler/node-matchers.h
src/compiler/node-properties-inl.h
src/compiler/node.cc
src/compiler/node.h
src/compiler/phi-reducer.h
src/compiler/pipeline.cc
src/compiler/raw-machine-assembler.cc
src/compiler/raw-machine-assembler.h
src/compiler/register-allocator.cc
src/compiler/register-allocator.h
src/compiler/representation-change.h
src/compiler/schedule.h
src/compiler/scheduler.cc
src/compiler/scheduler.h
src/compiler/simplified-lowering.cc
src/compiler/simplified-operator.h
src/compiler/source-position.cc
src/compiler/structured-machine-assembler.cc
src/compiler/structured-machine-assembler.h
src/compiler/typer.cc
src/compiler/x64/code-generator-x64.cc
src/compiler/x64/instruction-selector-x64.cc
src/contexts.cc
src/contexts.h
src/conversions-inl.h
src/conversions.cc
src/conversions.h
src/counters.h
src/cpu-profiler.cc
src/d8.cc
src/d8.h
src/data-flow.h
src/date.cc
src/date.h
src/dateparser-inl.h
src/dateparser.cc
src/dateparser.h
src/debug.cc
src/debug.h
src/deoptimizer.cc
src/deoptimizer.h
src/disassembler.cc
src/diy-fp.h
src/double.h
src/dtoa.cc
src/effects.h
src/elements-kind.cc
src/elements-kind.h
src/elements.cc
src/elements.h
src/execution.cc
src/extensions/externalize-string-extension.cc
src/extensions/statistics-extension.cc
src/extensions/trigger-failure-extension.cc
src/factory.cc
src/factory.h
src/fast-dtoa.cc
src/field-index-inl.h
src/field-index.h
src/fixed-dtoa.cc
src/flag-definitions.h
src/flags.cc
src/frames-inl.h
src/frames.cc
src/frames.h
src/full-codegen.cc
src/full-codegen.h
src/func-name-inferrer.h
src/gc-tracer.h
src/gdb-jit.cc
src/global-handles.cc
src/global-handles.h
src/handles-inl.h
src/handles.cc
src/handles.h
src/hashmap.h
src/heap-inl.h
src/heap-profiler.cc
src/heap-snapshot-generator-inl.h
src/heap-snapshot-generator.cc
src/heap-snapshot-generator.h
src/heap.cc
src/heap.h
src/hydrogen-bce.cc
src/hydrogen-bch.cc
src/hydrogen-check-elimination.cc
src/hydrogen-check-elimination.h
src/hydrogen-dce.cc
src/hydrogen-environment-liveness.cc
src/hydrogen-escape-analysis.cc
src/hydrogen-flow-engine.h
src/hydrogen-gvn.cc
src/hydrogen-gvn.h
src/hydrogen-infer-types.cc
src/hydrogen-instructions.cc
src/hydrogen-instructions.h
src/hydrogen-load-elimination.cc
src/hydrogen-mark-deoptimize.cc
src/hydrogen-osr.cc
src/hydrogen-range-analysis.cc
src/hydrogen-redundant-phi.cc
src/hydrogen-removable-simulates.cc
src/hydrogen-representation-changes.cc
src/hydrogen-types.cc
src/hydrogen-uint32-analysis.cc
src/hydrogen.cc
src/hydrogen.h
src/ia32/assembler-ia32-inl.h
src/ia32/assembler-ia32.cc
src/ia32/assembler-ia32.h
src/ia32/builtins-ia32.cc
src/ia32/code-stubs-ia32.cc
src/ia32/code-stubs-ia32.h
src/ia32/codegen-ia32.cc
src/ia32/debug-ia32.cc
src/ia32/deoptimizer-ia32.cc
src/ia32/disasm-ia32.cc
src/ia32/full-codegen-ia32.cc
src/ia32/ic-ia32.cc
src/ia32/lithium-codegen-ia32.cc
src/ia32/lithium-codegen-ia32.h
src/ia32/lithium-gap-resolver-ia32.cc
src/ia32/lithium-ia32.cc
src/ia32/lithium-ia32.h
src/ia32/macro-assembler-ia32.cc
src/ia32/macro-assembler-ia32.h
src/ia32/regexp-macro-assembler-ia32.cc
src/ia32/stub-cache-ia32.cc
src/ic-inl.h
src/ic.cc
src/ic.h
src/incremental-marking-inl.h
src/incremental-marking.cc
src/incremental-marking.h
src/interface.cc
src/interface.h
src/interpreter-irregexp.cc
src/isolate.cc
src/isolate.h
src/json-parser.h
src/json-stringifier.h
src/jsregexp.cc
src/jsregexp.h
src/libplatform/default-platform.cc
src/libplatform/task-queue.cc
src/list-inl.h
src/list.h
src/lithium-allocator-inl.h
src/lithium-allocator.cc
src/lithium-allocator.h
src/lithium-codegen.cc
src/lithium-inl.h
src/lithium.cc
src/lithium.h
src/liveedit.cc
src/log-utils.cc
src/log-utils.h
src/log.cc
src/lookup.cc
src/lookup.h
src/macro-assembler.h
src/mark-compact-inl.h
src/mark-compact.cc
src/mark-compact.h
src/mips/assembler-mips-inl.h
src/mips/assembler-mips.cc
src/mips/assembler-mips.h
src/mips/builtins-mips.cc
src/mips/code-stubs-mips.cc
src/mips/code-stubs-mips.h
src/mips/codegen-mips.cc
src/mips/constants-mips.h
src/mips/debug-mips.cc
src/mips/deoptimizer-mips.cc
src/mips/disasm-mips.cc
src/mips/full-codegen-mips.cc
src/mips/ic-mips.cc
src/mips/lithium-codegen-mips.cc
src/mips/lithium-codegen-mips.h
src/mips/lithium-gap-resolver-mips.cc
src/mips/lithium-mips.cc
src/mips/lithium-mips.h
src/mips/macro-assembler-mips.cc
src/mips/macro-assembler-mips.h
src/mips/regexp-macro-assembler-mips.cc
src/mips/simulator-mips.cc
src/mips/stub-cache-mips.cc
src/mips64/assembler-mips64-inl.h
src/mips64/assembler-mips64.cc
src/mips64/assembler-mips64.h
src/mips64/builtins-mips64.cc
src/mips64/code-stubs-mips64.cc
src/mips64/code-stubs-mips64.h
src/mips64/codegen-mips64.cc
src/mips64/constants-mips64.h
src/mips64/debug-mips64.cc
src/mips64/deoptimizer-mips64.cc
src/mips64/disasm-mips64.cc
src/mips64/full-codegen-mips64.cc
src/mips64/ic-mips64.cc
src/mips64/lithium-codegen-mips64.cc
src/mips64/lithium-codegen-mips64.h
src/mips64/lithium-gap-resolver-mips64.cc
src/mips64/lithium-mips64.cc
src/mips64/lithium-mips64.h
src/mips64/macro-assembler-mips64.cc
src/mips64/macro-assembler-mips64.h
src/mips64/regexp-macro-assembler-mips64.cc
src/mips64/simulator-mips64.cc
src/mips64/stub-cache-mips64.cc
src/mksnapshot.cc
src/natives-external.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-visiting-inl.h
src/objects-visiting.cc
src/objects-visiting.h
src/objects.cc
src/objects.h
src/optimizing-compiler-thread.cc
src/optimizing-compiler-thread.h
src/parser.cc
src/parser.h
src/perf-jit.cc
src/preparse-data.cc
src/preparse-data.h
src/preparser.cc
src/preparser.h
src/prettyprinter.cc
src/profile-generator.cc
src/property-details.h
src/property.h
src/prototype.h
src/regexp-macro-assembler-irregexp-inl.h
src/regexp-macro-assembler-irregexp.cc
src/regexp-macro-assembler-tracer.cc
src/regexp-macro-assembler.cc
src/regexp-stack.h
src/rewriter.cc
src/runtime-profiler.cc
src/runtime.cc
src/safepoint-table.cc
src/safepoint-table.h
src/sampler.cc
src/scanner-character-streams.cc
src/scanner-character-streams.h
src/scanner.cc
src/scanner.h
src/scopeinfo.cc
src/scopeinfo.h
src/scopes.cc
src/scopes.h
src/serialize.cc
src/serialize.h
src/small-pointer-list.h
src/smart-pointers.h
src/snapshot-external.cc
src/snapshot-source-sink.cc
src/snapshot-source-sink.h
src/spaces-inl.h
src/spaces.cc
src/spaces.h
src/store-buffer-inl.h
src/store-buffer.cc
src/store-buffer.h
src/string-search.h
src/string-stream.cc
src/strtod.cc
src/stub-cache.cc
src/stub-cache.h
src/sweeper-thread.cc
src/token.h
src/transitions-inl.h
src/transitions.cc
src/type-info.cc
src/types-inl.h
src/types.cc
src/types.h
src/typing.cc
src/unicode-inl.h
src/unicode.cc
src/unique.h
src/uri.h
src/utils.cc
src/utils.h
src/v8.cc
src/v8threads.cc
src/variables.cc
src/variables.h
src/vector.h
src/x64/assembler-x64-inl.h
src/x64/assembler-x64.cc
src/x64/assembler-x64.h
src/x64/builtins-x64.cc
src/x64/code-stubs-x64.cc
src/x64/code-stubs-x64.h
src/x64/codegen-x64.cc
src/x64/codegen-x64.h
src/x64/debug-x64.cc
src/x64/deoptimizer-x64.cc
src/x64/disasm-x64.cc
src/x64/full-codegen-x64.cc
src/x64/ic-x64.cc
src/x64/lithium-codegen-x64.cc
src/x64/lithium-codegen-x64.h
src/x64/lithium-gap-resolver-x64.cc
src/x64/lithium-x64.cc
src/x64/lithium-x64.h
src/x64/macro-assembler-x64.cc
src/x64/macro-assembler-x64.h
src/x64/regexp-macro-assembler-x64.cc
src/x64/stub-cache-x64.cc
src/x87/assembler-x87-inl.h
src/x87/assembler-x87.cc
src/x87/assembler-x87.h
src/x87/builtins-x87.cc
src/x87/code-stubs-x87.cc
src/x87/code-stubs-x87.h
src/x87/codegen-x87.cc
src/x87/debug-x87.cc
src/x87/deoptimizer-x87.cc
src/x87/disasm-x87.cc
src/x87/full-codegen-x87.cc
src/x87/ic-x87.cc
src/x87/lithium-codegen-x87.cc
src/x87/lithium-codegen-x87.h
src/x87/lithium-gap-resolver-x87.cc
src/x87/lithium-x87.cc
src/x87/lithium-x87.h
src/x87/macro-assembler-x87.cc
src/x87/macro-assembler-x87.h
src/x87/regexp-macro-assembler-x87.cc
src/x87/stub-cache-x87.cc
src/zone-inl.h
src/zone.cc
test/cctest/compiler/graph-builder-tester.cc
test/cctest/compiler/simplified-graph-builder.cc
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-structured-ifbuilder-fuzzer.cc
test/cctest/test-alloc.cc
test/cctest/test-api.cc
test/cctest/test-assembler-arm.cc
test/cctest/test-assembler-arm64.cc
test/cctest/test-disasm-arm64.cc
test/cctest/test-global-handles.cc
test/cctest/test-hashing.cc
test/cctest/test-heap-profiler.cc
test/cctest/test-heap.cc
test/cctest/test-libplatform-worker-thread.cc
test/cctest/test-liveedit.cc
test/cctest/test-macro-assembler-x64.cc
test/cctest/test-mark-compact.cc
test/cctest/test-parsing.cc
test/cctest/test-regexp.cc
test/cctest/test-semaphore.cc
test/cctest/test-serialize.cc
test/cctest/test-strings.cc
test/cctest/test-utils-arm64.cc
test/cctest/test-utils-arm64.h
test/cctest/test-weakmaps.cc
test/cctest/test-weaksets.cc
tools/js2c.py
tools/lexer-shell.cc
tools/parser-shell.cc
tools/presubmit.py