summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context_test.cc
AgeCommit message (Expand)Author
2024-06-13Use C++20 `string{,_view}::{starts,ends}_with()`, part 1. Vladimir Marko
2024-01-24Add visibility attributes in runtime/c* Dmitrii Ishcheikin
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-11-17Fix the ClassLoaderContext mismatch error message. Jiakai Zhang
2023-08-03Allow location duplicates when encoding class loader context David Srbecky
2023-07-04Revert^2 "Reduce multidex checksum to single scalar value." David Srbecky
2023-07-03Revert "Reduce multidex checksum to single scalar value." David Srbecky
2023-07-03Reduce multidex checksum to single scalar value. David Srbecky
2022-12-02Remove class root duplicates from well known classes. Vladimir Marko
2022-11-29Change well known class loader methods to `ArtMethod*`. Vladimir Marko
2022-11-09Clean up decoding well-known classes. Vladimir Marko
2022-10-18Reland "Change well known `ClassLoader` fields to `ArtField*`." Vladimír Marko
2022-10-17Revert "Change well known `ClassLoader` fields to `ArtField*`." Vladimír Marko
2022-10-17Change well known `ClassLoader` fields to `ArtField*`. Vladimir Marko
2022-10-14ART: Speed up some gtests. Vladimir Marko
2022-09-30Resolve symlinks when checking class loader context. Jiakai Zhang
2021-10-26Add support to place shared libraries after the dex path Brad Stenning
2021-03-29Remove '&' class loader context. Nicolas Geoffray
2021-01-05Do not open dex files in CLC if we only need to get dexopt status Calin Juravle
2020-12-14Remove stripped-apk related logic from CLC Calin Juravle
2020-06-25Search only the current class loader when checking for duplicates Calin Juravle
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2020-04-08Log an error when an app loads duplicate dex files Calin Juravle
2020-02-08Introduce VMRuntime.isValidClassLoaderContext Dan Zimmerman
2020-02-08Introduce BaseDexClassLoader.computeClassLoaderContextsNative Dan Zimmerman
2019-11-28Simplify name verification in ClassLoaderContext. Vladimir Marko
2019-04-01Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up David Brazdil
2019-04-01ObjPtr<>-ify StackTraceElement and ClassLoader. Vladimir Marko
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2019-03-27Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up" Nicolas Geoffray
2019-03-26InMemoryDexClassLoader in ClassLoaderContext follow-up David Brazdil
2019-03-22Support InMemoryDexClassLoader in ClassLoaderContext David Brazdil
2018-11-30Revert^2 "Support shared libraries in CreateContextFromClassLoader." Nicolas Geoffray
2018-11-30Revert "Support shared libraries in CreateContextFromClassLoader." Nicolas Geoffray
2018-11-29Support shared libraries in CreateContextFromClassLoader. Nicolas Geoffray
2018-11-21Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader. Nicolas Geoffray
2018-11-20Merge "Fix parsing of shared libraries in class loader context." Nicolas Geoffray
2018-11-19Support shared libraries in ClassLoaderContext::CreateClassLoader. Nicolas Geoffray
2018-11-19Fix parsing of shared libraries in class loader context. Nicolas Geoffray
2018-11-13Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch. Nicolas Geoffray
2018-11-01Add support for shared libaries in class loader context. Nicolas Geoffray
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-05-11Revert "Revert "Do not load app image for class collisions"" Mathieu Chartier
2018-05-11Revert "Do not load app image for class collisions" Mathieu Chartier
2018-05-10Do not load app image for class collisions Vladimir Marko
2018-01-16Make ClassLoaderContextTest pass when OUT_DIR is used Alex Light
2018-01-05Create dex subdirectory David Sehr
2017-11-13Revert "Use real locations when opening dex files from the context" Calin Juravle
2017-10-11Add DexFileLoader class Mathieu Chartier
2017-09-14Update the context classpath after the dex files are opened. Calin Juravle