Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
68aefb06c449df0bd8a34f3491f7594ee3f9dd0b
/
src
/
java_lang_Class.cc
04a2967
Make sure we're in runnable in Class.getDeclaredFields, where we may allocate.
by Elliott Hughes
· 13 years ago
441d912
Class getField/Method returns NULL if type/args are unresolved.
by jeffhao
· 13 years ago
923e8b8
Expand test 046 and move reflective class initialization later.
by Elliott Hughes
· 13 years ago
1521693
Ensure that classes we're using for reflection are initialized.
by Elliott Hughes
· 13 years ago
2ed52c4
Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces.
by Elliott Hughes
· 13 years ago
0512f02
Remove anonymous namespaces.
by Elliott Hughes
· 13 years ago
01a9658
Class_newInstanceImpl should use FindDeclaredDirectMethod
by Brian Carlstrom
· 13 years ago
5643742
Don't report miranda methods in declared methods
by Ian Rogers
· 13 years ago
f45b154
Verify thread state for all allocations, fix 2 failures
by Ian Rogers
· 13 years ago
d418eda
Class clean-up and compute name during image writing.
by Ian Rogers
· 13 years ago
dc18020
Avoid getSuperclass being native.
by Ian Rogers
· 13 years ago
7bfc963
This fixes several of the VM tests.
by Elliott Hughes
· 13 years ago
844f9a0
You can't call initCause on a ClassNotFoundException.
by Elliott Hughes
· 13 years ago
a7679b6
Improve exceptions thrown during class loading.
by Elliott Hughes
· 13 years ago
c2b4447
Fix for test 044-proxy
by Ian Rogers
· 13 years ago
9557241
Don't default-construct std::strings and then assign them.
by Elliott Hughes
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
1bba14f
Implement getting of 64-bit locals (double, long).
by Elliott Hughes
· 13 years ago
50e537e
Add 'const' to signature in FindConstructorOrMethodInArray
by Jesse Wilson
· 13 years ago
5349431
Move the exception check to after the code that throws the exception.
by Jesse Wilson
· 13 years ago
4ed2157
Fix reflection to throw rather than crash when a type is not loaded.
by Jesse Wilson
· 13 years ago
8ea36f8
Prefer non-synthetic methods in Class.getMethod()
by Jesse Wilson
· 13 years ago
dbb4079
Start implementing jdb "locals".
by Elliott Hughes
· 13 years ago
906e685
Fix the unintelligible IsValidClassName API by breaking it into three.
by Elliott Hughes
· 13 years ago
9074b99
Better unresolved type support.
by Ian Rogers
· 13 years ago
b82b687
Make sure threads allocating are in the kRunnable state
by Brian Carlstrom
· 13 years ago
8f903f2
Move Class.getDeclaredClass to managed code. Part 3.
by Jesse Wilson
· 13 years ago
163c464
Track move of InnerClass annotation to managed code.
by Jesse Wilson
· 13 years ago
9dcc79d
Add Class.getModifiers.
by Elliott Hughes
· 13 years ago
5cb5ad2
Fix exception throwing to support no detail message.
by Elliott Hughes
· 13 years ago
6bf1915
Revert "Reverts to track dalvik and libcore"
by Jesse Wilson
· 13 years ago
5d40f18
Fixes for "null instanceof" and class initialization
by Brian Carlstrom
· 13 years ago
395520e
Assorted fixes for running frameworks apps
by Brian Carlstrom
· 13 years ago
c0dd312
~ should have been !.
by Elliott Hughes
· 13 years ago
2a20cfd
Implement java.lang.reflect.Constructor.constructNative.
by Elliott Hughes
· 13 years ago
8060925
Implement Class.getDeclared(Constructors|Fields|Methods).
by Elliott Hughes
· 13 years ago
bc2f3e3
Add support for oat_process for use as a wrap.* launcher
by Brian Carlstrom
· 13 years ago
dd8df69
Class.isAssignableFrom and Class.isInstance.
by Elliott Hughes
· 13 years ago
418d20f
Implement reflective method invocation.
by Elliott Hughes
· 13 years ago
53d6ff4
Reverts to track dalvik and libcore
by Brian Carlstrom
· 13 years ago
98fb416
Implement Class.getDex.
by Elliott Hughes
· 13 years ago
0c64f5e
Move annotations to managed code.
by Jesse Wilson
· 13 years ago
c3d530c
Track libcore change.
by Elliott Hughes
· 13 years ago
f91c8c3
Adding JNI code for dalvik.system.DexFile and java.lang.Class
by Brian Carlstrom
· 13 years ago
03c99df
Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual methods
by Brian Carlstrom
· 13 years ago
5b8e4c8
Change Class::component_type_ and implement reflect.Array
by Brian Carlstrom
· 13 years ago
3a7b4f2
Class.getDeclaredConstructorOrMethod
by Brian Carlstrom
· 13 years ago
f867b6f
Filling in some Class, Method, and Field native code needed during startup and I/O
by Brian Carlstrom
· 13 years ago
6bdc3b2
More java.lang.Class functionality.
by Elliott Hughes
· 13 years ago
8d768a9
Thread suspension.
by Elliott Hughes
· 13 years ago
d369bb7
Various things.
by Elliott Hughes
· 13 years ago