summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context.h
AgeCommit message (Expand)Author
2024-01-24Add visibility attributes in runtime/c* Dmitrii Ishcheikin
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-01-04Update comments for kUnsupportedClassLoaderContextEncoding. Jiakai Zhang
2022-07-05Update ClassLoaderContext to support artd use cases. 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-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
2020-01-17[art] Factor out encoding ClassLoaderContext components Dan Zimmerman
2019-03-22Support InMemoryDexClassLoader in ClassLoaderContext David Brazdil
2019-03-22Support FDs for class loader context dex files 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-01Add support for shared libaries in class loader context. Nicolas Geoffray
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-04-17Add arg for overwriting class loader class path Mathieu Chartier
2018-04-11Add stored class loader context option Mathieu Chartier
2017-09-14Update the context classpath after the dex files are opened. Calin Juravle
2017-08-03Revert "Revert "Stop using the runtime classpath in dex2oat"" Calin Juravle
2017-08-03Revert "Stop using the runtime classpath in dex2oat" Calin Juravle
2017-08-02Stop using the runtime classpath in dex2oat Calin Juravle
2017-08-02Pass the class loader context to dex2oat when optimizing at runtime Calin Juravle
2017-07-18Allow dex2oat to create a full class loader context Calin Juravle
2017-07-18Verify the class loader context when loading oat files Calin Juravle
2017-07-18Create a class loader context starting from an existing ClassLoader Calin Juravle
2017-07-12Move dex files dependencies (en/de)coding to ClassLoaderContext Calin Juravle
2017-07-10Add support for processing class loader contexts Calin Juravle