summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils.cc
diff options
context:
space:
mode:
authorDragos Sbirlea <dragoss@google.com>2013-08-13 18:07:04 -0700
committerDragos Sbirlea <dragoss@google.com>2013-08-15 15:10:55 -0700
commitbd136a29f08486525d6abc7d0a0006ce5b4011c1 (patch)
tree71a61d4545e7fa871d2cafee23dd5e3beb6619ee /runtime/entrypoints/entrypoint_utils.cc
parent7d70a7932f0ba09eb01a93caab060aef1403d4e6 (diff)
downloadart-bd136a29f08486525d6abc7d0a0006ce5b4011c1.zip
art-bd136a29f08486525d6abc7d0a0006ce5b4011c1.tar.gz
art-bd136a29f08486525d6abc7d0a0006ce5b4011c1.tar.bz2
Get PORTABLE + SMALL on x86.
Implemented the portable resolution trampoline and the portable to interpreter bridge. Also work on integrating SEA_IR in the PORTABLE+SMALL framework. Refactor some naming and correct indenting. Change-Id: Ibd97da5e5b6f5148274c9bff368e3654b661ef51
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r--runtime/entrypoints/entrypoint_utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc
index bf0fffa..52f8c81 100644
--- a/runtime/entrypoints/entrypoint_utils.cc
+++ b/runtime/entrypoints/entrypoint_utils.cc
@@ -23,6 +23,7 @@
#include "mirror/art_method-inl.h"
#include "mirror/class-inl.h"
#include "mirror/object-inl.h"
+#include "object_utils.h"
#include "mirror/object_array-inl.h"
#include "mirror/proxy.h"
#include "reflection.h"