commit | 7655f29fabc0a12765de828914a18314382e5a35 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Jul 29 11:07:13 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Jul 30 16:00:24 2013 -0700 |
tree | 219f2df20cf7f053a73a345ae20e131a73759c79 | |
parent | 1a8080d4c2e1772cfcc5e9d6587bc63bba3945d9 [diff] [blame] |
Portable refactorings. Separate quick from portable entrypoints. Move architectural dependencies into arch. Change-Id: I9adbc0a9782e2959fdc3308215f01e3107632b7c
diff --git a/runtime/entrypoints/quick/quick_alloc_entrypoints.cc b/runtime/entrypoints/quick/quick_alloc_entrypoints.cc index f66fc84..9ed802a 100644 --- a/runtime/entrypoints/quick/quick_alloc_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_alloc_entrypoints.cc
@@ -15,11 +15,11 @@ */ #include "callee_save_frame.h" +#include "entrypoints/entrypoint_utils.h" #include "mirror/class-inl.h" #include "mirror/abstract_method-inl.h" #include "mirror/object_array-inl.h" #include "mirror/object-inl.h" -#include "runtime_support.h" namespace art {