summaryrefslogtreecommitdiff
path: root/runtime/asm_support.h
diff options
context:
space:
mode:
author Christina Wadsworth <cwadsworth@google.com> 2016-08-19 11:23:48 -0700
committer Christina Wadsworth <cwadsworth@google.com> 2016-08-22 10:46:24 -0700
commit97a8a9a3385024d7a070a4b79d45afe9a64587cd (patch)
treefdff406b49ba7baa296955ad21bcba85446df212 /runtime/asm_support.h
parentda0f5e72cc5f2747a330b21afa34e7d798fc5c54 (diff)
ART: Adding asm support for string dex cache
Added constants and offsets for the string dex cache fast paths that will be introduced into entrypoints in subsequent commits. Test: test-art-host Change-Id: I19f97526e06cbedc782d5ef11359796731cdad82
Diffstat (limited to 'runtime/asm_support.h')
-rw-r--r--runtime/asm_support.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index 848f8e532c..102b993686 100644
--- a/runtime/asm_support.h
+++ b/runtime/asm_support.h
@@ -19,12 +19,15 @@
#if defined(__cplusplus)
#include "art_method.h"
+#include "base/bit_utils.h"
#include "gc/allocator/rosalloc.h"
#include "gc/heap.h"
#include "jit/jit.h"
#include "lock_word.h"
#include "mirror/class.h"
+#include "mirror/dex_cache.h"
#include "mirror/string.h"
+#include "utils/dex_cache_arrays_layout.h"
#include "runtime.h"
#include "thread.h"
#endif