summaryrefslogtreecommitdiff
path: root/runtime/class_loader_context.h
Commit message (Expand)AuthorAgeFilesLines
* Remove '&' class loader context.Nicolas Geoffray2021-03-291-8/+0
* Do not open dex files in CLC if we only need to get dexopt statusCalin Juravle2021-01-051-6/+26
* Remove stripped-apk related logic from CLCCalin Juravle2020-12-141-2/+1
* Search only the current class loader when checking for duplicatesCalin Juravle2020-06-251-1/+3
* Log an error when an app loads duplicate dex filesCalin Juravle2020-04-081-0/+5
* Introduce VMRuntime.isValidClassLoaderContextDan Zimmerman2020-02-081-0/+4
* Introduce BaseDexClassLoader.computeClassLoaderContextsNativeDan Zimmerman2020-02-081-0/+34
* [art] Factor out encoding ClassLoaderContext componentsDan Zimmerman2020-01-171-0/+15
* Support InMemoryDexClassLoader in ClassLoaderContextDavid Brazdil2019-03-221-1/+2
* Support FDs for class loader context dex filesDavid Brazdil2019-03-221-3/+13
* Revert^2 "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-4/+6
* Revert "Support shared libraries in CreateContextFromClassLoader."Nicolas Geoffray2018-11-301-5/+4
* Support shared libraries in CreateContextFromClassLoader.Nicolas Geoffray2018-11-291-4/+5
* Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader.Nicolas Geoffray2018-11-211-1/+4
* Add support for shared libaries in class loader context.Nicolas Geoffray2018-11-011-14/+46
* Revert "Revert "Do not load app image for class collisions""Mathieu Chartier2018-05-111-7/+15
* Revert "Do not load app image for class collisions"Mathieu Chartier2018-05-111-15/+7
* Do not load app image for class collisionsVladimir Marko2018-05-101-7/+15
* Add arg for overwriting class loader class pathMathieu Chartier2018-04-171-2/+9
* Add stored class loader context optionMathieu Chartier2018-04-111-1/+5
* Update the context classpath after the dex files are opened.Calin Juravle2017-09-141-1/+7
* Revert "Revert "Stop using the runtime classpath in dex2oat""Calin Juravle2017-08-031-3/+7
* Revert "Stop using the runtime classpath in dex2oat"Calin Juravle2017-08-031-7/+3
* Stop using the runtime classpath in dex2oatCalin Juravle2017-08-021-3/+7
* Pass the class loader context to dex2oat when optimizing at runtimeCalin Juravle2017-08-021-3/+18
* Allow dex2oat to create a full class loader contextCalin Juravle2017-07-181-3/+22
* Verify the class loader context when loading oat filesCalin Juravle2017-07-181-11/+7
* Create a class loader context starting from an existing ClassLoaderCalin Juravle2017-07-181-4/+42
* Move dex files dependencies (en/de)coding to ClassLoaderContextCalin Juravle2017-07-121-2/+19
* Add support for processing class loader contextsCalin Juravle2017-07-101-0/+150