summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_VMClassLoader.cc
AgeCommit message (Expand)Author
2016-06-07Wrap certain exception types when loading an erroneous class. Jeff Hao
2015-08-04Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" Igor Murashkin
2015-07-31runtime: cleanup class_linker out-parameters and formatting Igor Murashkin
2015-06-04Revert "Revert "Modification to the way boot classpath resources are loaded"" Neil Fuller
2015-06-03Revert "Modification to the way boot classpath resources are loaded" Neil Fuller
2015-05-22Modification to the way boot classpath resources are loaded Neil Fuller
2015-04-14ART: Make the PathClassLoader fast-path recursive Andreas Gampe
2014-11-07Add hash map, reduce excessive hashing Mathieu Chartier
2014-11-04ART: More warnings Andreas Gampe
2014-09-12Compile time performance improvements focusing on interpret-only. Ian Rogers
2014-09-11Add fast path to VMClassLoader.findLoadedClass Mathieu Chartier
2014-07-24ART: Account for multidex location strings in VMClassLoader Andreas Gampe
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-03-14Refactor reflective method invocation. Ian Rogers
2013-12-09Use libziparchive for art zip processing. Narayan Kamath
2013-10-21Throw IOException at source of failing to open a dex file. Ian Rogers
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom