summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm64/constants_arm64.h
diff options
context:
space:
mode:
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