OSDN Git Service

ART: Replace COMPILE_ASSERT with static_assert (runtime)
authorAndreas Gampe <agampe@google.com>
Tue, 4 Nov 2014 07:41:03 +0000 (23:41 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 4 Nov 2014 07:41:03 +0000 (23:41 -0800)
commit575e78c41ece0dec969d31f46be563d4eb7ae43b
tree16906df0ba0912a6cb01b3139ba7c60d5f9d09b7
parent2998e9cdc9f19c30c4944a4726ed9f147de79ebd
ART: Replace COMPILE_ASSERT with static_assert (runtime)

Replace all occurrences of COMPILE_ASSERT in the runtime tree.

Change-Id: I01e420899c760094fb342cc6cb9e692dd670a0b2
21 files changed:
runtime/atomic.h
runtime/base/allocator.h
runtime/base/bit_vector.cc
runtime/base/casts.h
runtime/base/logging.cc
runtime/base/mutex.h
runtime/class_linker.cc
runtime/dex_file.h
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/gc/accounting/card_table.cc
runtime/gc/space/bump_pointer_space.h
runtime/handle_scope-inl.h
runtime/hprof/hprof.cc
runtime/mirror/class-inl.h
runtime/mirror/class.cc
runtime/mirror/class.h
runtime/quick/inline_method_analyser.cc
runtime/quick/inline_method_analyser.h
runtime/thread.h
runtime/utils.h
runtime/verifier/instruction_flags.h