index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java_lang_Class.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we're in runnable in Class.getDeclaredFields, where we may allocate.
Elliott Hughes
2012-03-27
1
-0
/
+1
*
Class getField/Method returns NULL if type/args are unresolved.
jeffhao
2012-03-23
1
-0
/
+32
*
Expand test 046 and move reflective class initialization later.
Elliott Hughes
2012-03-23
1
-16
/
+18
*
Ensure that classes we're using for reflection are initialized.
Elliott Hughes
2012-03-21
1
-14
/
+39
*
Stash the directly-implemented interfaces in Proxy so we can implement Class....
Elliott Hughes
2012-03-21
1
-0
/
+7
*
Remove anonymous namespaces.
Elliott Hughes
2012-03-15
1
-18
/
+14
*
Class_newInstanceImpl should use FindDeclaredDirectMethod
Brian Carlstrom
2012-03-12
1
-1
/
+1
*
Don't report miranda methods in declared methods
Ian Rogers
2012-02-06
1
-0
/
+3
*
Verify thread state for all allocations, fix 2 failures
Ian Rogers
2012-02-03
1
-0
/
+1
*
Class clean-up and compute name during image writing.
Ian Rogers
2012-01-30
1
-79
/
+7
*
Avoid getSuperclass being native.
Ian Rogers
2012-01-29
1
-7
/
+0
*
This fixes several of the VM tests.
Elliott Hughes
2012-01-26
1
-1
/
+0
*
You can't call initCause on a ClassNotFoundException.
Elliott Hughes
2012-01-24
1
-11
/
+5
*
Improve exceptions thrown during class loading.
Elliott Hughes
2012-01-24
1
-3
/
+11
*
Fix for test 044-proxy
Ian Rogers
2011-12-15
1
-1
/
+0
*
Don't default-construct std::strings and then assign them.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-57
/
+68
*
Implement getting of 64-bit locals (double, long).
Elliott Hughes
2011-12-01
1
-1
/
+1
*
Add 'const' to signature in FindConstructorOrMethodInArray
Jesse Wilson
2011-11-29
1
-1
/
+1
*
Move the exception check to after the code that throws the exception.
Jesse Wilson
2011-11-29
1
-12
/
+12
*
Fix reflection to throw rather than crash when a type is not loaded.
Jesse Wilson
2011-11-23
1
-0
/
+12
*
Prefer non-synthetic methods in Class.getMethod()
Jesse Wilson
2011-11-21
1
-13
/
+36
*
Start implementing jdb "locals".
Elliott Hughes
2011-11-18
1
-1
/
+1
*
Fix the unintelligible IsValidClassName API by breaking it into three.
Elliott Hughes
2011-10-28
1
-1
/
+1
*
Better unresolved type support.
Ian Rogers
2011-10-26
1
-4
/
+1
*
Make sure threads allocating are in the kRunnable state
Brian Carlstrom
2011-10-26
1
-0
/
+3
*
Move Class.getDeclaredClass to managed code. Part 3.
Jesse Wilson
2011-10-21
1
-6
/
+0
*
Track move of InnerClass annotation to managed code.
Jesse Wilson
2011-10-12
1
-14
/
+3
*
Add Class.getModifiers.
Elliott Hughes
2011-10-02
1
-1
/
+10
*
Fix exception throwing to support no detail message.
Elliott Hughes
2011-10-02
1
-13
/
+12
*
Revert "Reverts to track dalvik and libcore"
Jesse Wilson
2011-09-29
1
-13
/
+12
*
Fixes for "null instanceof" and class initialization
Brian Carlstrom
2011-09-27
1
-1
/
+1
*
Assorted fixes for running frameworks apps
Brian Carlstrom
2011-09-26
1
-0
/
+9
*
~ should have been !.
Elliott Hughes
2011-09-26
1
-1
/
+1
*
Implement java.lang.reflect.Constructor.constructNative.
Elliott Hughes
2011-09-25
1
-0
/
+4
*
Implement Class.getDeclared(Constructors|Fields|Methods).
Elliott Hughes
2011-09-23
1
-4
/
+108
*
Add support for oat_process for use as a wrap.* launcher
Brian Carlstrom
2011-09-23
1
-8
/
+1
*
Class.isAssignableFrom and Class.isInstance.
Elliott Hughes
2011-09-23
1
-2
/
+21
*
Implement reflective method invocation.
Elliott Hughes
2011-09-23
1
-41
/
+30
*
Reverts to track dalvik and libcore
Brian Carlstrom
2011-09-23
1
-12
/
+13
*
Implement Class.getDex.
Elliott Hughes
2011-09-22
1
-0
/
+12
*
Move annotations to managed code.
Jesse Wilson
2011-09-22
1
-11
/
+0
*
Track libcore change.
Elliott Hughes
2011-09-22
1
-12
/
+0
*
Adding JNI code for dalvik.system.DexFile and java.lang.Class
Brian Carlstrom
2011-09-22
1
-2
/
+124
*
Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual...
Brian Carlstrom
2011-09-18
1
-3
/
+3
*
Change Class::component_type_ and implement reflect.Array
Brian Carlstrom
2011-09-18
1
-18
/
+1
*
Class.getDeclaredConstructorOrMethod
Brian Carlstrom
2011-09-17
1
-4
/
+56
*
Filling in some Class, Method, and Field native code needed during startup an...
Brian Carlstrom
2011-09-16
1
-1
/
+22
*
More java.lang.Class functionality.
Elliott Hughes
2011-09-16
1
-11
/
+99
*
Thread suspension.
Elliott Hughes
2011-09-14
1
-1
/
+0
[next]