index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
class_loader_context_test.cc
Age
Commit message (
Expand
)
Author
2021-10-26
Add support to place shared libraries after the dex path
Brad Stenning
2021-03-29
Remove '&' class loader context.
Nicolas Geoffray
2021-01-05
Do not open dex files in CLC if we only need to get dexopt status
Calin Juravle
2020-12-14
Remove stripped-apk related logic from CLC
Calin Juravle
2020-06-25
Search only the current class loader when checking for duplicates
Calin Juravle
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2020-04-08
Log an error when an app loads duplicate dex files
Calin Juravle
2020-02-08
Introduce VMRuntime.isValidClassLoaderContext
Dan Zimmerman
2020-02-08
Introduce BaseDexClassLoader.computeClassLoaderContextsNative
Dan Zimmerman
2019-11-28
Simplify name verification in ClassLoaderContext.
Vladimir Marko
2019-04-01
Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up
David Brazdil
2019-04-01
ObjPtr<>-ify StackTraceElement and ClassLoader.
Vladimir Marko
2019-03-27
ObjPtr<>-ify mirror::ObjectArray.
Vladimir Marko
2019-03-27
Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up"
Nicolas Geoffray
2019-03-26
InMemoryDexClassLoader in ClassLoaderContext follow-up
David Brazdil
2019-03-22
Support InMemoryDexClassLoader in ClassLoaderContext
David Brazdil
2018-11-30
Revert^2 "Support shared libraries in CreateContextFromClassLoader."
Nicolas Geoffray
2018-11-30
Revert "Support shared libraries in CreateContextFromClassLoader."
Nicolas Geoffray
2018-11-29
Support shared libraries in CreateContextFromClassLoader.
Nicolas Geoffray
2018-11-21
Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader.
Nicolas Geoffray
2018-11-20
Merge "Fix parsing of shared libraries in class loader context."
Nicolas Geoffray
2018-11-19
Support shared libraries in ClassLoaderContext::CreateClassLoader.
Nicolas Geoffray
2018-11-19
Fix parsing of shared libraries in class loader context.
Nicolas Geoffray
2018-11-13
Add missed null check in ClassLoaderContext::VerifyClassLoaderContextMatch.
Nicolas Geoffray
2018-11-01
Add support for shared libaries in class loader context.
Nicolas Geoffray
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-05-11
Revert "Revert "Do not load app image for class collisions""
Mathieu Chartier
2018-05-11
Revert "Do not load app image for class collisions"
Mathieu Chartier
2018-05-10
Do not load app image for class collisions
Vladimir Marko
2018-01-16
Make ClassLoaderContextTest pass when OUT_DIR is used
Alex Light
2018-01-05
Create dex subdirectory
David Sehr
2017-11-13
Revert "Use real locations when opening dex files from the context"
Calin Juravle
2017-10-11
Add DexFileLoader class
Mathieu Chartier
2017-09-14
Update the context classpath after the dex files are opened.
Calin Juravle
2017-09-07
Merge "Fix context verification for relative dependencies"
Calin Juravle
2017-09-06
Fix context verification for relative dependencies
Calin Juravle
2017-09-05
Handle the case cwd has a trailing slash.
Nicolas Geoffray
2017-09-04
ART: Don't prepend '/' if classpath_dir is empty
Andreas Gampe
2017-09-01
Use real locations when opening dex files from the context
Calin Juravle
2017-08-02
Pass the class loader context to dex2oat when optimizing at runtime
Calin Juravle
2017-07-26
Merge "Be prepared to handle empty class loader contexts"
Calin Juravle
2017-07-24
Be prepared to handle empty class loader contexts
Calin Juravle
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-18
Change kMultiDexSeparator from ':' to '!'
Calin Juravle
2017-07-18
Allow dex2oat to create a full class loader context
Calin Juravle
2017-07-18
Verify the class loader context when loading oat files
Calin Juravle
2017-07-18
Create a class loader context starting from an existing ClassLoader
Calin Juravle
2017-07-12
Move dex files dependencies (en/de)coding to ClassLoaderContext
Calin Juravle
2017-07-10
Add support for processing class loader contexts
Calin Juravle