index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
class_loader_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove '&' class loader context.
Nicolas Geoffray
2021-03-29
1
-8
/
+0
*
Do not open dex files in CLC if we only need to get dexopt status
Calin Juravle
2021-01-05
1
-6
/
+26
*
Remove stripped-apk related logic from CLC
Calin Juravle
2020-12-14
1
-2
/
+1
*
Search only the current class loader when checking for duplicates
Calin Juravle
2020-06-25
1
-1
/
+3
*
Log an error when an app loads duplicate dex files
Calin Juravle
2020-04-08
1
-0
/
+5
*
Introduce VMRuntime.isValidClassLoaderContext
Dan Zimmerman
2020-02-08
1
-0
/
+4
*
Introduce BaseDexClassLoader.computeClassLoaderContextsNative
Dan Zimmerman
2020-02-08
1
-0
/
+34
*
[art] Factor out encoding ClassLoaderContext components
Dan Zimmerman
2020-01-17
1
-0
/
+15
*
Support InMemoryDexClassLoader in ClassLoaderContext
David Brazdil
2019-03-22
1
-1
/
+2
*
Support FDs for class loader context dex files
David Brazdil
2019-03-22
1
-3
/
+13
*
Revert^2 "Support shared libraries in CreateContextFromClassLoader."
Nicolas Geoffray
2018-11-30
1
-4
/
+6
*
Revert "Support shared libraries in CreateContextFromClassLoader."
Nicolas Geoffray
2018-11-30
1
-5
/
+4
*
Support shared libraries in CreateContextFromClassLoader.
Nicolas Geoffray
2018-11-29
1
-4
/
+5
*
Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader.
Nicolas Geoffray
2018-11-21
1
-1
/
+4
*
Add support for shared libaries in class loader context.
Nicolas Geoffray
2018-11-01
1
-14
/
+46
*
Revert "Revert "Do not load app image for class collisions""
Mathieu Chartier
2018-05-11
1
-7
/
+15
*
Revert "Do not load app image for class collisions"
Mathieu Chartier
2018-05-11
1
-15
/
+7
*
Do not load app image for class collisions
Vladimir Marko
2018-05-10
1
-7
/
+15
*
Add arg for overwriting class loader class path
Mathieu Chartier
2018-04-17
1
-2
/
+9
*
Add stored class loader context option
Mathieu Chartier
2018-04-11
1
-1
/
+5
*
Update the context classpath after the dex files are opened.
Calin Juravle
2017-09-14
1
-1
/
+7
*
Revert "Revert "Stop using the runtime classpath in dex2oat""
Calin Juravle
2017-08-03
1
-3
/
+7
*
Revert "Stop using the runtime classpath in dex2oat"
Calin Juravle
2017-08-03
1
-7
/
+3
*
Stop using the runtime classpath in dex2oat
Calin Juravle
2017-08-02
1
-3
/
+7
*
Pass the class loader context to dex2oat when optimizing at runtime
Calin Juravle
2017-08-02
1
-3
/
+18
*
Allow dex2oat to create a full class loader context
Calin Juravle
2017-07-18
1
-3
/
+22
*
Verify the class loader context when loading oat files
Calin Juravle
2017-07-18
1
-11
/
+7
*
Create a class loader context starting from an existing ClassLoader
Calin Juravle
2017-07-18
1
-4
/
+42
*
Move dex files dependencies (en/de)coding to ClassLoaderContext
Calin Juravle
2017-07-12
1
-2
/
+19
*
Add support for processing class loader contexts
Calin Juravle
2017-07-10
1
-0
/
+150