summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_mterp_impl.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2016-10-25 15:08:01 -0700
committer Mathieu Chartier <mathieuc@google.com> 2016-10-26 15:25:40 -0700
commitef41db7a3f322a1feb305fdb457410c4cea94d00 (patch)
treec03152c091ef62ab70f5be0a2fe3a965b189132c /runtime/interpreter/interpreter_mterp_impl.h
parent1458e0c09fe0a3b9fa5fd7beb9b6077d1fc46b1d (diff)
Move interpreter to ObjPtr
Moved most of interpreter, interpreter_common, interpreter_switch_impl, and some of mterp to ObjPtr. Bug: 31113334 Test: test-art-host ART_TEST_INTERPRETER=true Test: art/tools/run-libcore-tests.sh '--mode=host' '--variant=X32' --debug Change-Id: I0935d18287e1332205c17c5a018aa167788ab897
Diffstat (limited to 'runtime/interpreter/interpreter_mterp_impl.h')
-rw-r--r--runtime/interpreter/interpreter_mterp_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/interpreter_mterp_impl.h b/runtime/interpreter/interpreter_mterp_impl.h
index 90d9f89d67..1be20fab25 100644
--- a/runtime/interpreter/interpreter_mterp_impl.h
+++ b/runtime/interpreter/interpreter_mterp_impl.h
@@ -21,6 +21,7 @@
#include "base/mutex.h"
#include "dex_file.h"
#include "jvalue.h"
+#include "obj_ptr.h"
namespace art {