commit | 88474b416eb257078e590bf9bc7957cee604a186 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Wed Oct 23 16:24:40 2013 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Tue Oct 29 12:01:28 2013 -0700 |
tree | 7c59aa370bec9b0f2d37cb7a96d3b2effb3d92ce | |
parent | 9780099e445884d8bc9444c8c1261b02d80a26c7 [diff] [blame] |
Implement Interface Method Tables (IMT). Change-Id: Idf7fe85e1293453a8ad862ff2380dcd5db4e3a39
diff --git a/runtime/image.h b/runtime/image.h index 2cb468f..246f106 100644 --- a/runtime/image.h +++ b/runtime/image.h
@@ -90,6 +90,8 @@ enum ImageRoot { kResolutionMethod, + kImtConflictMethod, + kDefaultImt, kCalleeSaveMethod, kRefsOnlySaveMethod, kRefsAndArgsSaveMethod,