summaryrefslogtreecommitdiff
path: root/runtime/interpreter/unstarted_runtime.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-10-24 15:18:21 -0700
committer Andreas Gampe <agampe@google.com> 2018-10-26 08:44:12 -0700
commit52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (patch)
tree7a8ee84cad0df34ab33bdcb0115fc0c79d6c83be /runtime/interpreter/unstarted_runtime.cc
parentc2099b0b0c052dd61137b9cf5f9f8b30bab1a7a8 (diff)
ART: Add object-array-alloc-inl.h
In an effort to reduce the (transitive) proliferation of heap-inl add a specific inline header for object array allocation. Bug: 118385392 Test: mmma art Test: m test-art-host Change-Id: I0d7c40ed53708d4c759190961b40f0cac3fe696d
Diffstat (limited to 'runtime/interpreter/unstarted_runtime.cc')
-rw-r--r--runtime/interpreter/unstarted_runtime.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/unstarted_runtime.cc b/runtime/interpreter/unstarted_runtime.cc
index eae3fbc9ed..0568bfc870 100644
--- a/runtime/interpreter/unstarted_runtime.cc
+++ b/runtime/interpreter/unstarted_runtime.cc
@@ -50,6 +50,7 @@
#include "mirror/field-inl.h"
#include "mirror/method.h"
#include "mirror/object-inl.h"
+#include "mirror/object_array-alloc-inl.h"
#include "mirror/object_array-inl.h"
#include "mirror/string-inl.h"
#include "nativehelper/scoped_local_ref.h"