commit | 8228cdf4ad6322ec8133564aaa51f966d36c0f17 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue May 30 15:03:54 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Jun 08 13:13:15 2017 -0700 |
tree | 6d2f5cf4e742ad644ad30eb96a9f943c9ebcb34b | |
parent | 83b140474aa1759739c8ee4464bf226c4fa0f6d7 [diff] [blame] |
ART: Move CalleeSaveType to callee_save_type.h Move the type out of runtime to decrease dependencies. Make it a proper enum class. Fix up usage. Test: m test-art-host Change-Id: Id84c44bf3c59f37c8a43548e720c5fb65707b198
diff --git a/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc b/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc index 5762e4f..53f0727 100644 --- a/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc
@@ -21,6 +21,7 @@ #include "interpreter/interpreter.h" #include "obj_ptr-inl.h" // TODO: Find the other include that isn't complete, and clean this up. #include "quick_exception_handler.h" +#include "runtime.h" #include "thread.h" namespace art {