summaryrefslogtreecommitdiff
path: root/src/thread.h
diff options
context:
space:
mode:
author Shih-wei Liao <sliao@google.com> 2012-06-12 05:55:00 -0700
committer Shih-wei Liao <sliao@google.com> 2012-09-15 04:15:17 -0700
commit21d28f510eb590f52810c83f1f3f37fe5f4adf46 (patch)
treef937b4d39aab322541b9b83cc5dd59d8e3f2fddd /src/thread.h
parent0967a25d1482d8f7b4a26c5926263e7ffa63189f (diff)
GBC Expander. Removed lir.
Change-Id: If8d13e36f1e6d82c2a7f7bfec62b8fb41fd8cdaa
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h
index e37e17aea3..6fbf1d2e4f 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -38,6 +38,9 @@
#include "stack.h"
#include "trace.h"
#include "UniquePtr.h"
+#ifdef ART_USE_GREENLAND_COMPILER
+#include "greenland/runtime_entry_points.h"
+#endif
namespace art {
@@ -791,6 +794,9 @@ class PACKED Thread {
// Runtime support function pointers
// TODO: move this near the top, since changing its offset requires all oats to be recompiled!
EntryPoints entrypoints_;
+#ifdef ART_USE_GREENLAND_COMPILER
+ RuntimeEntryPoints runtime_entry_points_;
+#endif
private:
// How many times has our pthread key's destructor been called?