summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-01-24 12:42:14 -0800
committer Ian Rogers <irogers@google.com> 2013-01-30 16:48:31 -0800
commit2dd0e2cea360bc9206eb88ecc40d259e796c239d (patch)
tree9d619dc9508cbe73e4793bf6f08cbc761abfb48a /src/compiler_llvm/method_compiler.h
parentac21b797b3a425975d656d6b84a7b24401d35f42 (diff)
Directory restructuring of object.h
Break object.h into constituent files. Reduce number of #includes in other GC header files. Introduce -inl.h files to avoid mirror files #include-ing each other. Check invariants of verifier RegTypes for all constructors. Change-Id: Iecf1171c02910ac152d52947330ef456df4043bc
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index f67866affd..dd9d1829c3 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -34,17 +34,20 @@
namespace art {
class ClassLinker;
- class ClassLoader;
class CompiledMethod;
class Compiler;
- class DexCache;
- class Field;
class OatCompilationUnit;
+ namespace mirror {
+ class ClassLoader;
+ class DexCache;
+ class Field;
+ } // namespace mirror
+
namespace greenland {
class InferredRegCategoryMap;
- }
-}
+ } // namespace greenland
+} // namespace art
namespace llvm {
@@ -55,7 +58,7 @@ namespace llvm {
class LLVMContext;
class Module;
class Type;
-}
+} // namespace llvm
namespace art {