summaryrefslogtreecommitdiffstats
path: root/runtime/stack_map.h
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2015-03-31 12:27:44 +0100
committerRoland Levillain <rpl@google.com>2015-03-31 12:27:44 +0100
commitbdba92d48a01ab9c2d95159166ba12918df8d980 (patch)
tree50f8917d8e89191ab253857991319eb108b07afe /runtime/stack_map.h
parentfcee9d4ad44b70cb85aafa9056c08a194c5582e6 (diff)
downloadart-bdba92d48a01ab9c2d95159166ba12918df8d980.zip
art-bdba92d48a01ab9c2d95159166ba12918df8d980.tar.gz
art-bdba92d48a01ab9c2d95159166ba12918df8d980.tar.bz2
Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned.
Change-Id: Ib19fb93abec4789a111dfd48fcac6065e2d3ec82
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r--runtime/stack_map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h
index 6ec7cc8..2c6240a 100644
--- a/runtime/stack_map.h
+++ b/runtime/stack_map.h
@@ -28,9 +28,6 @@ namespace art {
// (signed) values.
static ssize_t constexpr kFrameSlotSize = 4;
-// Word alignment required on ARM, in bytes.
-static constexpr size_t kWordAlignment = 4;
-
// Size of Dex virtual registers.
static size_t constexpr kVRegSize = 4;