summaryrefslogtreecommitdiffstats
path: root/src/java_lang_Class.cc
Commit message (Expand)AuthorAgeFilesLines
* Make sure we're in runnable in Class.getDeclaredFields, where we may allocate.Elliott Hughes2012-03-271-0/+1
* Class getField/Method returns NULL if type/args are unresolved.jeffhao2012-03-231-0/+32
* Expand test 046 and move reflective class initialization later.Elliott Hughes2012-03-231-16/+18
* Ensure that classes we're using for reflection are initialized.Elliott Hughes2012-03-211-14/+39
* Stash the directly-implemented interfaces in Proxy so we can implement Class....Elliott Hughes2012-03-211-0/+7
* Remove anonymous namespaces.Elliott Hughes2012-03-151-18/+14
* Class_newInstanceImpl should use FindDeclaredDirectMethodBrian Carlstrom2012-03-121-1/+1
* Don't report miranda methods in declared methodsIan Rogers2012-02-061-0/+3
* Verify thread state for all allocations, fix 2 failuresIan Rogers2012-02-031-0/+1
* Class clean-up and compute name during image writing.Ian Rogers2012-01-301-79/+7
* Avoid getSuperclass being native.Ian Rogers2012-01-291-7/+0
* This fixes several of the VM tests.Elliott Hughes2012-01-261-1/+0
* You can't call initCause on a ClassNotFoundException.Elliott Hughes2012-01-241-11/+5
* Improve exceptions thrown during class loading.Elliott Hughes2012-01-241-3/+11
* Fix for test 044-proxyIan Rogers2011-12-151-1/+0
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-57/+68
* Implement getting of 64-bit locals (double, long).Elliott Hughes2011-12-011-1/+1
* Add 'const' to signature in FindConstructorOrMethodInArrayJesse Wilson2011-11-291-1/+1
* Move the exception check to after the code that throws the exception.Jesse Wilson2011-11-291-12/+12
* Fix reflection to throw rather than crash when a type is not loaded.Jesse Wilson2011-11-231-0/+12
* Prefer non-synthetic methods in Class.getMethod()Jesse Wilson2011-11-211-13/+36
* Start implementing jdb "locals".Elliott Hughes2011-11-181-1/+1
* Fix the unintelligible IsValidClassName API by breaking it into three.Elliott Hughes2011-10-281-1/+1
* Better unresolved type support.Ian Rogers2011-10-261-4/+1
* Make sure threads allocating are in the kRunnable stateBrian Carlstrom2011-10-261-0/+3
* Move Class.getDeclaredClass to managed code. Part 3.Jesse Wilson2011-10-211-6/+0
* Track move of InnerClass annotation to managed code.Jesse Wilson2011-10-121-14/+3
* Add Class.getModifiers.Elliott Hughes2011-10-021-1/+10
* Fix exception throwing to support no detail message.Elliott Hughes2011-10-021-13/+12
* Revert "Reverts to track dalvik and libcore"Jesse Wilson2011-09-291-13/+12
* Fixes for "null instanceof" and class initializationBrian Carlstrom2011-09-271-1/+1
* Assorted fixes for running frameworks appsBrian Carlstrom2011-09-261-0/+9
* ~ should have been !.Elliott Hughes2011-09-261-1/+1
* Implement java.lang.reflect.Constructor.constructNative.Elliott Hughes2011-09-251-0/+4
* Implement Class.getDeclared(Constructors|Fields|Methods).Elliott Hughes2011-09-231-4/+108
* Add support for oat_process for use as a wrap.* launcherBrian Carlstrom2011-09-231-8/+1
* Class.isAssignableFrom and Class.isInstance.Elliott Hughes2011-09-231-2/+21
* Implement reflective method invocation.Elliott Hughes2011-09-231-41/+30
* Reverts to track dalvik and libcoreBrian Carlstrom2011-09-231-12/+13
* Implement Class.getDex.Elliott Hughes2011-09-221-0/+12
* Move annotations to managed code.Jesse Wilson2011-09-221-11/+0
* Track libcore change.Elliott Hughes2011-09-221-12/+0
* Adding JNI code for dalvik.system.DexFile and java.lang.ClassBrian Carlstrom2011-09-221-2/+124
* Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual...Brian Carlstrom2011-09-181-3/+3
* Change Class::component_type_ and implement reflect.ArrayBrian Carlstrom2011-09-181-18/+1
* Class.getDeclaredConstructorOrMethodBrian Carlstrom2011-09-171-4/+56
* Filling in some Class, Method, and Field native code needed during startup an...Brian Carlstrom2011-09-161-1/+22
* More java.lang.Class functionality.Elliott Hughes2011-09-161-11/+99
* Thread suspension.Elliott Hughes2011-09-141-1/+0