summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm64/constants_arm64.h
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@arm.com>2014-10-08 18:41:21 +0100
committerIan Rogers <irogers@google.com>2014-10-09 09:21:33 -0700
commitcee7524afa53216fcd13df8122ece495548a829c (patch)
tree425ed45eec6823467734e8219b6320f8965e4189 /compiler/utils/arm64/constants_arm64.h
parent9e878d50567f624094f3c4940ac3aedbc5eff3b9 (diff)
downloadandroid_art-cee7524afa53216fcd13df8122ece495548a829c.tar.gz
android_art-cee7524afa53216fcd13df8122ece495548a829c.tar.bz2
android_art-cee7524afa53216fcd13df8122ece495548a829c.zip
ARM64: Update code after the VIXL 1.6 release.
We now leave the assembler buffer management to VIXL. Change-Id: Ieefe83cf5cf5e1ab8c924b0e7dc03af6a55053ae
Diffstat (limited to 'compiler/utils/arm64/constants_arm64.h')
-rw-r--r--compiler/utils/arm64/constants_arm64.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/utils/arm64/constants_arm64.h b/compiler/utils/arm64/constants_arm64.h
index 0cbbb1eeff..ffb54d322f 100644
--- a/compiler/utils/arm64/constants_arm64.h
+++ b/compiler/utils/arm64/constants_arm64.h
@@ -31,8 +31,7 @@ namespace arm64 {
constexpr unsigned int kJniRefSpillRegsSize = 11;
-// Vixl buffer size.
-constexpr size_t kBufferSizeArm64 = 4096*2;
+constexpr size_t kArm64BaseBufferSize = 4096;
} // namespace arm64
} // namespace art