diff options
author | Brian Carlstrom <bdc@google.com> | 2013-10-15 21:56:36 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-10-20 21:38:53 -0700 |
commit | e810452722ac83b294d1f7aa80bdd88e547d5af0 (patch) | |
tree | 6000d7851d7e60936a2ec6e7ef6ca935bc374832 /runtime/dex_file.h | |
parent | 67fe2b41a6afccf6ab1a58879eae3e0e8f3d6c7a (diff) | |
download | android_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.h | 2 |
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; |