summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm/codegen_arm.h
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2015-02-18 14:33:14 -0800
committerMathieu Chartier <mathieuc@google.com>2015-02-19 09:59:50 -0800
commitb666f4805c8ae707ea6fd7f6c7f375e0b000dba8 (patch)
treea61439a9bcb555dc575286f3e0bb5e50ce185982 /compiler/dex/quick/arm/codegen_arm.h
parent39109a06015c91188232e59fa9e60e0915d24cd7 (diff)
downloadandroid_art-b666f4805c8ae707ea6fd7f6c7f375e0b000dba8.tar.gz
android_art-b666f4805c8ae707ea6fd7f6c7f375e0b000dba8.tar.bz2
android_art-b666f4805c8ae707ea6fd7f6c7f375e0b000dba8.zip
Move arenas into runtime
Moved arena pool into the runtime. Motivation: Allow GC to use arena allocators, recycle arena pool for linear alloc. Bug: 19264997 Change-Id: I8ddbb6d55ee923a980b28fb656c758c5d7697c2f
Diffstat (limited to 'compiler/dex/quick/arm/codegen_arm.h')
-rw-r--r--compiler/dex/quick/arm/codegen_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/arm/codegen_arm.h b/compiler/dex/quick/arm/codegen_arm.h
index 025e69f0ba..75179bff06 100644
--- a/compiler/dex/quick/arm/codegen_arm.h
+++ b/compiler/dex/quick/arm/codegen_arm.h
@@ -18,9 +18,9 @@
#define ART_COMPILER_DEX_QUICK_ARM_CODEGEN_ARM_H_
#include "arm_lir.h"
+#include "base/arena_containers.h"
#include "base/logging.h"
#include "dex/quick/mir_to_lir.h"
-#include "utils/arena_containers.h"
namespace art {