diff options
Diffstat (limited to 'runtime/thread.cc')
-rw-r--r-- | runtime/thread.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/thread.cc b/runtime/thread.cc index 3862ae2520..f843ae5714 100644 --- a/runtime/thread.cc +++ b/runtime/thread.cc @@ -40,6 +40,7 @@ #include "debugger.h" #include "dex_file-inl.h" #include "entrypoints/entrypoint_utils.h" +#include "entrypoints/quick/quick_alloc_entrypoints.h" #include "gc_map.h" #include "gc/accounting/card_table-inl.h" #include "gc/heap.h" @@ -109,8 +110,6 @@ void Thread::InitTlsEntryPoints() { &quick_entrypoints_); } -void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints); - void Thread::ResetQuickAllocEntryPointsForThread() { ResetQuickAllocEntryPoints(&quick_entrypoints_); } |