commit | 9323e6e44060545d6c4f925139572868f65b7fe3 | [log] [tgz] |
---|---|---|
author | David Sehr <sehr@google.com> | Tue Sep 13 08:58:35 2016 -0700 |
committer | David Sehr <sehr@google.com> | Wed Sep 14 08:01:39 2016 -0700 |
tree | 65f3f380605d75f34d49aec49fca494bec26ef5b | |
parent | 58735fbfbb2da0c0a19b3239da07c2353c40767d [diff] [blame] |
Separate annotations from dexfile reading. Bug: 22322814 Change-Id: I867d66da407dd80394a10d19903ebbc1ec3986ff Test: test-art
diff --git a/runtime/quick/inline_method_analyser.h b/runtime/quick/inline_method_analyser.h index 356e290..2df2ced 100644 --- a/runtime/quick/inline_method_analyser.h +++ b/runtime/quick/inline_method_analyser.h
@@ -33,6 +33,7 @@ namespace verifier { class MethodVerifier; } // namespace verifier +class ArtMethod; enum InlineMethodOpcode : uint16_t { kIntrinsicDoubleCvt,