summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/gen_invoke.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2013-07-26 12:05:57 -0700
committerIan Rogers <irogers@google.com>2013-07-29 09:52:11 -0700
commit166db04e259ca51838c311891598664deeed85ad (patch)
tree5ffa63c1b3bf58e92be2890c54f0ba6fdec2059e /compiler/dex/quick/gen_invoke.cc
parentd41119e863a9f9c5809b7732d30870ffd237b60c (diff)
downloadandroid_art-166db04e259ca51838c311891598664deeed85ad.tar.gz
android_art-166db04e259ca51838c311891598664deeed85ad.tar.bz2
android_art-166db04e259ca51838c311891598664deeed85ad.zip
Move assembler out of runtime into compiler/utils.
Other directory layout bits of clean up. There is still work to separate quick and portable in some files (e.g. argument visitor, proxy..). Change-Id: If8fecffda8ba5c4c47a035f0c622c538c6b58351
Diffstat (limited to 'compiler/dex/quick/gen_invoke.cc')
-rw-r--r--compiler/dex/quick/gen_invoke.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/gen_invoke.cc b/compiler/dex/quick/gen_invoke.cc
index cae13190ec..91f250075a 100644
--- a/compiler/dex/quick/gen_invoke.cc
+++ b/compiler/dex/quick/gen_invoke.cc
@@ -16,11 +16,11 @@
#include "dex/compiler_ir.h"
#include "dex_file-inl.h"
+#include "entrypoints/quick/quick_entrypoints.h"
#include "invoke_type.h"
#include "mirror/array.h"
#include "mirror/string.h"
#include "mir_to_lir-inl.h"
-#include "oat/runtime/oat_support_entrypoints.h"
#include "x86/codegen_x86.h"
namespace art {