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.cc
Age
Commit message (
Expand
)
Author
2021-10-26
Add support to place shared libraries after the dex path
Brad Stenning
2021-04-19
Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBe...
Nicolas Geoffray
2021-04-17
Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."
David Srbecky
2021-04-15
Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile.
Nicolas Geoffray
2021-03-29
Remove '&' class loader context.
Nicolas Geoffray
2021-02-02
Improve trace logging when loading odex files
Calin Juravle
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-07-27
Reduce 'The ClassLoaderContext is a special shared library.' spam
Tom Cherry
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-03-17
Don't run structural dex file verification in ClassLoaderContext.
Nicolas Geoffray
2020-02-08
Introduce VMRuntime.isValidClassLoaderContext
Dan Zimmerman
2020-02-08
Introduce BaseDexClassLoader.computeClassLoaderContextsNative
Dan Zimmerman
2020-01-17
[art] Factor out encoding ClassLoaderContext components
Dan Zimmerman
2019-11-28
Simplify name verification in ClassLoaderContext.
Vladimir Marko
2019-11-15
Implement STL iterators on ObjectArray and add helpers
Alex Light
2019-10-01
Fix incorrect narrowing type cast
Yi Kong
2019-05-16
ART: Remove runtime.h file_utils.h (iwyu)
Andreas Gampe
2019-04-11
Fix dex location of boot oat files during preopt
David Brazdil
2019-04-01
Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up
David Brazdil
2019-04-01
ObjPtr<>-ify StackTraceElement and ClassLoader.
Vladimir Marko
2019-03-29
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
Vladimir Marko
2019-03-28
Style cleanup for ObjPtr<>-ify changes.
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
2019-03-22
Support FDs for class loader context dex files
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
Merge "Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader."
Nicolas Geoffray
2018-11-21
Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader.
Nicolas Geoffray
2018-11-20
Merge "ART: Fix misc-uniqueptr-reset-release"
Treehugger Robot
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
ART: Fix misc-uniqueptr-reset-release
Andreas Gampe
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-10-18
ART: Enable bugprone-unused-return-value
Andreas Gampe
2018-10-12
ART: Use reinterpret_cast{32,64}<> when appropriate.
Vladimir Marko
2018-10-05
Use only signed/unsigned numbers with ParseInt/ParseUint respectively
Tom Cherry
2018-09-06
ART: Remove utils.h's ParseUint & ParseInt
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
[next]