summaryrefslogtreecommitdiff
path: root/runtime/quick/inline_method_analyser.h
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2016-09-13 08:58:35 -0700
committer David Sehr <sehr@google.com> 2016-09-14 08:01:39 -0700
commit9323e6e44060545d6c4f925139572868f65b7fe3 (patch)
tree65f3f380605d75f34d49aec49fca494bec26ef5b /runtime/quick/inline_method_analyser.h
parent58735fbfbb2da0c0a19b3239da07c2353c40767d (diff)
Separate annotations from dexfile reading.
Bug: 22322814 Change-Id: I867d66da407dd80394a10d19903ebbc1ec3986ff Test: test-art
Diffstat (limited to 'runtime/quick/inline_method_analyser.h')
-rw-r--r--runtime/quick/inline_method_analyser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/quick/inline_method_analyser.h b/runtime/quick/inline_method_analyser.h
index 356e290843..2df2ced7f4 100644
--- a/runtime/quick/inline_method_analyser.h
+++ b/runtime/quick/inline_method_analyser.h
@@ -33,6 +33,7 @@ namespace art {
namespace verifier {
class MethodVerifier;
} // namespace verifier
+class ArtMethod;
enum InlineMethodOpcode : uint16_t {
kIntrinsicDoubleCvt,