summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_VMClassLoader.cc
AgeCommit message (Expand)Author
2020-07-29Revert^3 "VIXL simulator for ART (Stage1)" Ulya Trafimovich
2020-07-17Revert^2 "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16Revert "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16VIXL simulator for ART (Stage1) Xueliang Zhong
2019-04-18Revert^2 "Fix correctness for fast path class loading" Andreas Gampe
2019-04-17Revert "Fix correctness for fast path class loading" Mathieu Chartier
2019-04-16Fix correctness for fast path class loading Mathieu Chartier
2018-10-25ART: Do some include-what-you-use Andreas Gampe
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. Vladimir Marko
2018-05-30Move String::SizeOf<> to string.h . Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-04-13Move profile dependent modules to libartbase David Sehr
2018-02-21Remove duplication, split tests David Sehr
2018-01-05Create dex subdirectory David Sehr
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-10-11Add DexFileLoader class Mathieu Chartier
2017-07-19Merge "Change kMultiDexSeparator from ':' to '!'" Calin Juravle
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-07-18Change kMultiDexSeparator from ':' to '!' Calin Juravle
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-05-30Fix OOME handling in VMClassLoader.getBootClassPathEntries(). Vladimir Marko
2017-04-21ART: Clean up art_field.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2017-01-24Add class status for resolved erroneous classes. Vladimir Marko
2016-11-02Revert "Revert "ART: Generalize FindClassInPathClassLoader"" Nicolas Geoffray
2016-11-02Revert "ART: Generalize FindClassInPathClassLoader" Nicolas Geoffray
2016-11-01ART: Generalize FindClassInPathClassLoader Andreas Gampe
2016-10-25ART: Refactor class-linker methods Andreas Gampe
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
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