Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
f79ba17defbd9342e44ab9f3de0807054673d3c9
/
runtime
/
native
/
java_lang_VMClassLoader.cc
ab0ed82
Add fast path to VMClassLoader.findLoadedClass
by Mathieu Chartier
· 11 years ago
cb8f9e8
ART: Account for multidex location strings in VMClassLoader
by Andreas Gampe
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
53b8b09
Refactor reflective method invocation.
by Ian Rogers
· 11 years ago
92572be
Use libziparchive for art zip processing.
by Narayan Kamath
· 12 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/native/java_lang_VMClassLoader.cc]
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 13 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 13 years ago
eac7667
DO NOT MERGE Fix all unsafe caching to be like libcore.
by Elliott Hughes
· 13 years ago
0dae08e
Move JNI methods out of top-level.
by Ian Rogers
· 13 years ago
[Renamed from src/java_lang_VMClassLoader.cc]
1bac54f
Fix all our unused parameter warnings so we let GCC report them.
by Elliott Hughes
· 13 years ago
0512f02
Remove anonymous namespaces.
by Elliott Hughes
· 13 years ago
be125a9
Fixes for 068-classloader
by Ian Rogers
· 13 years ago
f91c8c3
Adding JNI code for dalvik.system.DexFile and java.lang.Class
by Brian Carlstrom
· 14 years ago
64bf5a3
Implement VMClassLoader's native methods.
by Elliott Hughes
· 14 years ago