OSDN Git Service

Add some more DISALLOW_COPY_AND_ASSIGN
authorMathieu Chartier <mathieuc@google.com>
Sun, 3 May 2015 22:20:23 +0000 (15:20 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 4 May 2015 16:39:23 +0000 (09:39 -0700)
commit414369a2e3f23e1408fc1cbf4f623014bd95cb8f
tree6baba5e4eb1d274c85b03c6c1e036643a0bfb84f
parent6f1be4493a558e8dabdc981b37852a2008f7bef1
Add some more DISALLOW_COPY_AND_ASSIGN

May help prevent bugs maybe.

(cherry picked from commit 3130cdf29eb203be0c38d1107a65d920ec39c106)

Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
21 files changed:
compiler/jit/jit_compiler.h
runtime/gc/accounting/bitmap.h
runtime/gc/accounting/card_table.h
runtime/gc/collector/concurrent_copying.h
runtime/gc/collector/garbage_collector.h
runtime/gc/collector/mark_compact.h
runtime/gc/collector/mark_sweep.h
runtime/gc/collector/partial_mark_sweep.h
runtime/gc/collector/semi_space.h
runtime/gc/collector/sticky_mark_sweep.h
runtime/gc/heap-inl.h
runtime/gc/heap.h
runtime/gc/reference_processor.h
runtime/gc/reference_queue.h
runtime/gc/space/space.h
runtime/gc/task_processor.h
runtime/jit/jit.h
runtime/jit/jit_code_cache.h
runtime/jit/jit_instrumentation.cc
runtime/jit/jit_instrumentation.h
runtime/linear_alloc.h