commit | 1cc7dbabd03e0a6c09d68161417a21bd6f9df371 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Dec 17 18:43:01 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Mon Dec 29 10:52:02 2014 -0800 |
tree | 8557bdff971e366909351af95a7c8ead82792986 | |
parent | 5e0a9849d4e353c3726095b65ab07cefce40a636 [diff] [blame] |
ART: Reorder entrypoint argument order Shuffle the ArtMethod* referrer backwards for easier removal. Clean up ARM & MIPS assembly code. Change some macros to make future changes easier. Change-Id: Ie2862b68bd6e519438e83eecd9e1611df51d7945
diff --git a/runtime/entrypoints/quick/quick_entrypoints.h b/runtime/entrypoints/quick/quick_entrypoints.h index 8c108a8..db8c0e3 100644 --- a/runtime/entrypoints/quick/quick_entrypoints.h +++ b/runtime/entrypoints/quick/quick_entrypoints.h
@@ -28,6 +28,7 @@ namespace art { namespace mirror { +class Array; class ArtMethod; class Class; class Object;