OSDN Git Service

Header file clean up.
authorIan Rogers <irogers@google.com>
Wed, 8 Oct 2014 18:47:24 +0000 (11:47 -0700)
committerIan Rogers <irogers@google.com>
Wed, 8 Oct 2014 18:57:59 +0000 (11:57 -0700)
commit7e70b002c4552347ed1af8c002a0e13f08864f20
tree79d5ee5444a5be70130d9a75dd51831c4b15687b
parentedc34c88b8f8abd04f9c4668787403608cf0b2d4
Header file clean up.

Remove runtime.h from object.h.
Move TypeStaticIf to its own header file to avoid bringing utils.h into
allocator.h.
Move Array::DataOffset into -inl.h as it now has a utils.h dependency.
Fix include issues arising from this.

Change-Id: I4605b1aa4ff5f8dc15706a0132e15df03c7c8ba0
17 files changed:
compiler/dex/quick/arm/int_arm.cc
compiler/dex/quick/arm64/int_arm64.cc
compiler/dex/quick/mips/int_mips.cc
compiler/dex/quick/x86/int_x86.cc
compiler/dex/quick/x86/target_x86.cc
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
runtime/base/allocator.cc
runtime/base/allocator.h
runtime/base/type_static_if.h [new file with mode: 0644]
runtime/mirror/array-inl.h
runtime/mirror/array.h
runtime/mirror/class_loader.h
runtime/mirror/object.h
runtime/mirror/object_array-inl.h
runtime/utils.h