summaryrefslogtreecommitdiffstats
path: root/runtime/method_reference.h
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2014-01-24 17:55:18 +0000
committerVladimir Marko <vmarko@google.com>2014-01-28 11:22:42 +0000
commitc7f832061fea59fd6abd125f26c8ca1faec695a5 (patch)
tree183afb5dfc1f4e6fb81f14707caffa558d31dbcc /runtime/method_reference.h
parent7ea5dafc81b2bba7cabad26130bb75dc8f709803 (diff)
downloadart-c7f832061fea59fd6abd125f26c8ca1faec695a5.tar.gz
art-c7f832061fea59fd6abd125f26c8ca1faec695a5.tar.bz2
art-c7f832061fea59fd6abd125f26c8ca1faec695a5.zip
Refactor verification results.
Rename VerificationMethodsData to VerificationResults. Create new class VerifiedMethod to hold all the data for a given method. Change-Id: Ife1ac67cede20f3a2f9c7f5345f08a851cf1ed20
Diffstat (limited to 'runtime/method_reference.h')
-rw-r--r--runtime/method_reference.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/method_reference.h b/runtime/method_reference.h
index 1ff4ea0942..8e46d7e607 100644
--- a/runtime/method_reference.h
+++ b/runtime/method_reference.h
@@ -17,6 +17,8 @@
#ifndef ART_RUNTIME_METHOD_REFERENCE_H_
#define ART_RUNTIME_METHOD_REFERENCE_H_
+#include <stdint.h>
+
namespace art {
class DexFile;