summaryrefslogtreecommitdiffstats
path: root/runtime/stack_map.h
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2018-05-21 10:27:06 +0000
committerDavid Srbecky <dsrbecky@google.com>2018-05-21 10:45:58 +0000
commitb674a1435c552e26dbd81aa77c22f4db454f0006 (patch)
tree09223362714ffd32c6de9ca3d761259217aed207 /runtime/stack_map.h
parenta9d5ccdf887ef5c9f61481f036773bdfadd39fd7 (diff)
downloadart-b674a1435c552e26dbd81aa77c22f4db454f0006.tar.gz
art-b674a1435c552e26dbd81aa77c22f4db454f0006.tar.bz2
art-b674a1435c552e26dbd81aa77c22f4db454f0006.zip
Revert^2 "Move kVRegSize to globals.h to reduce include dependencies."
This crashed the linker before. I will try again. This reverts commit a9d5ccdf887ef5c9f61481f036773bdfadd39fd7. Change-Id: Ic204f9564a1fba97fcbf29cb4dc5ade25a9ce864
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 38397643b6..274e2b20b4 100644
--- a/runtime/stack_map.h
+++ b/runtime/stack_map.h
@@ -37,9 +37,6 @@ class VariableIndentationOutputStream;
// (signed) values.
static constexpr ssize_t kFrameSlotSize = 4;
-// Size of Dex virtual registers.
-static constexpr size_t kVRegSize = 4;
-
class ArtMethod;
class CodeInfo;
class StackMapEncoding;