summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_VMClassLoader.cc
AgeCommit message (Expand)Author
2025-02-10Use `std::string_view` for `DescriptorToDot()`, ... Vladimir Marko
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-11-05Use `std::string_view` for `ClassTable` operations. Vladimir Marko
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2023-11-09Change IsMultiDexLocation to std::string_view David Srbecky
2022-12-02Remove class root duplicates from well known classes. Vladimir Marko
2022-11-30Change well known method `String.charAt()` to `ArtMethod*`. Vladimir Marko
2022-11-30Filter BCP in `VMClassLoader.getBootClassPathEntries`. Vladimir Marko
2022-11-09Clean up decoding well-known classes. Vladimir Marko
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