summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-10-15 21:56:36 -0700
committerBrian Carlstrom <bdc@google.com>2013-10-20 21:38:53 -0700
commite810452722ac83b294d1f7aa80bdd88e547d5af0 (patch)
tree6000d7851d7e60936a2ec6e7ef6ca935bc374832 /runtime/dex_file.h
parent67fe2b41a6afccf6ab1a58879eae3e0e8f3d6c7a (diff)
downloadandroid_art-e810452722ac83b294d1f7aa80bdd88e547d5af0.tar.gz
android_art-e810452722ac83b294d1f7aa80bdd88e547d5af0.tar.bz2
android_art-e810452722ac83b294d1f7aa80bdd88e547d5af0.zip
Preload DexCaches
Bug: 11045348 Change-Id: I6f9c0d11613b6b4933a04ae23dbf4bc7879cea65
Diffstat (limited to 'runtime/dex_file.h')
-rw-r--r--runtime/dex_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h
index 346154cc89..cef4ce4b87 100644
--- a/runtime/dex_file.h
+++ b/runtime/dex_file.h
@@ -33,6 +33,8 @@
namespace art {
+// TODO: remove dependencies on mirror classes, primarily by moving
+// EncodedStaticFieldValueIterator to its own file.
namespace mirror {
class ArtField;
class ArtMethod;