summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-05-22 15:33:48 +0100
committerVladimir Marko <vmarko@google.com>2018-05-23 13:48:31 +0100
commit6ec2a1bf1cbecf17546df780dd0ad769042e1874 (patch)
tree09f7430f020e04dc892ff2c2152bb773cd45c0dd /runtime/entrypoints/quick
parent2d3065e6ca0bd707bc998b7d260bb8e8ec07cf87 (diff)
downloadart-6ec2a1bf1cbecf17546df780dd0ad769042e1874.tar.gz
art-6ec2a1bf1cbecf17546df780dd0ad769042e1874.tar.bz2
art-6ec2a1bf1cbecf17546df780dd0ad769042e1874.zip
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
Test: Rely on TreeHugger. Bug: 31113334 Change-Id: I35f76c3e3b94dfca18dbe67aba065a1270f4e5ee
Diffstat (limited to 'runtime/entrypoints/quick')
-rw-r--r--runtime/entrypoints/quick/quick_trampoline_entrypoints.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
index 0a186f4dc5..4ca12fe472 100644
--- a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
+++ b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
@@ -33,6 +33,7 @@
#include "index_bss_mapping.h"
#include "instrumentation.h"
#include "interpreter/interpreter.h"
+#include "interpreter/shadow_frame-inl.h"
#include "jit/jit.h"
#include "linear_alloc.h"
#include "method_handles.h"