index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_VMClassLoader.cc
Age
Commit message (
Expand
)
Author
2016-06-07
Wrap certain exception types when loading an erroneous class.
Jeff Hao
2015-08-04
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
Igor Murashkin
2015-07-31
runtime: cleanup class_linker out-parameters and formatting
Igor Murashkin
2015-06-04
Revert "Revert "Modification to the way boot classpath resources are loaded""
Neil Fuller
2015-06-03
Revert "Modification to the way boot classpath resources are loaded"
Neil Fuller
2015-05-22
Modification to the way boot classpath resources are loaded
Neil Fuller
2015-04-14
ART: Make the PathClassLoader fast-path recursive
Andreas Gampe
2014-11-07
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-04
ART: More warnings
Andreas Gampe
2014-09-12
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-11
Add fast path to VMClassLoader.findLoadedClass
Mathieu Chartier
2014-07-24
ART: Account for multidex location strings in VMClassLoader
Andreas Gampe
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-03-14
Refactor reflective method invocation.
Ian Rogers
2013-12-09
Use libziparchive for art zip processing.
Narayan Kamath
2013-10-21
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom