OSDN Git Service

Break apart header files.
authorIan Rogers <irogers@google.com>
Tue, 15 Jul 2014 22:36:11 +0000 (15:36 -0700)
committerIan Rogers <irogers@google.com>
Wed, 16 Jul 2014 00:07:49 +0000 (17:07 -0700)
commite63db27db913f1a88e2095a1ee8239b2bb9124e8
tree893dee6783bca6717259321a6e4ba029c9c123e2
parent07b8441303ea82fca3cb85d71ecf8752d73cedd7
Break apart header files.

Create libart-gtest for common runtime and compiler gtest routines.
Rename CompilerCallbacksImpl that is quick compiler specific.
Rename trace clock source constants to not use the overloaded profiler term.

Change-Id: I4aac4bdc7e7850c68335f81e59a390133b54e933
78 files changed:
build/Android.gtest.mk
compiler/Android.mk
compiler/common_compiler_test.cc [new file with mode: 0644]
compiler/common_compiler_test.h
compiler/dex/quick_compiler_callbacks.cc [new file with mode: 0644]
compiler/dex/quick_compiler_callbacks.h [moved from compiler/driver/compiler_callbacks_impl.h with 54% similarity]
compiler/driver/compiler_driver_test.cc
compiler/elf_writer_test.cc
compiler/image_test.cc
compiler/jni/quick/calling_convention.h
compiler/oat_test.cc
compiler/optimizing/nodes.h
compiler/optimizing/register_allocator.h
compiler/output_stream_test.cc
dex2oat/dex2oat.cc
oatdump/oatdump.cc
patchoat/patchoat.cc
runtime/arch/arm/entrypoints_init_arm.cc
runtime/arch/stub_test.cc
runtime/barrier_test.cc
runtime/base/mutex_test.cc
runtime/base/scoped_flock_test.cc
runtime/class_linker_test.cc
runtime/common_runtime_test.cc
runtime/common_runtime_test.h
runtime/dex_file_test.cc
runtime/dex_file_verifier_test.cc
runtime/dex_method_iterator_test.cc
runtime/entrypoints_order_test.cc
runtime/gc/allocator/rosalloc.h
runtime/gc/collector/immune_region.h
runtime/gc/collector/mark_compact.h
runtime/gc/collector/semi_space.h
runtime/gc/heap_test.cc
runtime/gc/space/dlmalloc_space_base_test.cc
runtime/gc/space/dlmalloc_space_random_test.cc
runtime/gc/space/dlmalloc_space_static_test.cc
runtime/gc/space/space_test.h
runtime/globals.h
runtime/handle_scope.h
runtime/indirect_reference_table_test.cc
runtime/instrumentation.cc
runtime/intern_table_test.cc
runtime/jdwp/object_registry.cc
runtime/jdwp/object_registry.h
runtime/jni_internal.cc
runtime/jni_internal_test.cc
runtime/mirror/art_method.cc
runtime/mirror/dex_cache_test.cc
runtime/mirror/object_test.cc
runtime/mirror/string.h
runtime/monitor_pool_test.cc
runtime/monitor_test.cc
runtime/noop_compiler_callbacks.h
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/parsed_options_test.cc
runtime/proxy_test.cc
runtime/quick_exception_handler.cc
runtime/reference_table_test.cc
runtime/reflection.cc
runtime/reflection_test.cc
runtime/runtime-inl.h
runtime/runtime.cc
runtime/runtime.h
runtime/stack.cc
runtime/stack.h
runtime/thread.cc
runtime/thread.h
runtime/thread_pool_test.cc
runtime/trace.cc
runtime/trace.h
runtime/transaction_test.cc
runtime/utils.cc
runtime/utils.h
runtime/verifier/method_verifier_test.cc
runtime/verifier/reg_type_test.cc
runtime/zip_archive_test.cc