summaryrefslogtreecommitdiffstats
path: root/vm/reflect
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-054-4869/+0
* Don't implicitly cast NULL to a boolBernhard Rosenkränzer2013-12-291-3/+3
* Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-292-12/+19
* Simplify merges of the annotation code.Elliott Hughes2013-07-231-14/+11
* Fix a Field.isAnnotationPresent crash.Elliott Hughes2013-03-191-7/+12
* Fix a tracked reference leak in dvmGenerateProxyClass.Elliott Hughes2013-02-051-5/+4
* Fix handling of annotations whose classes are missing at runtime.Elliott Hughes2012-12-171-18/+39
* am 505c1cad: am 37755063: Merge "Fix Method.getParameterAnnotations."Elliott Hughes2012-07-231-0/+6
|\
| * Fix Method.getParameterAnnotations.Elliott Hughes2012-07-231-0/+6
* | Fix for bug 6448650 by changing to dvmCreateReflectObjForMethodMathieu Chartier2012-05-171-1/+1
|/
* am a14639df: Merge "Support architectures that require correctly aligned doub...Elliott Hughes2012-05-021-0/+9
|\
| * Support architectures that require correctly aligned doublesRaghu Gandham2012-02-141-0/+9
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-19/+19
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-19/+19
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-2/+2
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-11/+11
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-263-15/+15
|/
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-263-73/+73
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-063-14/+14
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-061-3/+3
* Make interned strings non-movable.Carl Shapiro2011-05-051-1/+1
* Establish a subclass relationship between DataObject and Object.Carl Shapiro2011-05-021-5/+4
* Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-devCarl Shapiro2011-04-281-1/+1
|\
| * Add a non-moving option to dvmMalloc and make use of it.Carl Shapiro2011-04-271-1/+1
* | Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-272-14/+6
|/
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-1/+1
* Replace public uses of dvmAllocArray with dvmAllocArrayByClass.Carl Shapiro2011-04-192-68/+46
* Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-132-3/+3
* Move the reflection code into C++.Carl Shapiro2011-04-133-122/+99
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+8
* Support reflective lookup of single fields.Jesse Wilson2011-03-282-0/+38
* Native code to fast path annotation lookups.Jesse Wilson2011-03-252-0/+66
* Optimize annotations.Jesse Wilson2011-03-242-0/+100
* Clean up method reference/offset initialization.Dan Bornstein2011-03-151-0/+7
* Clean up how primitive types are handled.Dan Bornstein2011-03-111-74/+102
* Collate more of the low-level class lookups.Dan Bornstein2011-03-074-242/+0
* Set up a few more exceptions.Dan Bornstein2011-03-031-2/+1
* More exception cleanup.Dan Bornstein2011-02-251-2/+2
* Add new comparator function.Dan Bornstein2011-02-231-9/+5
* am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method."Jesse Wilson2011-02-232-0/+106
|\
| * Optimize Class.getMethod() by loading only one method.Jesse Wilson2011-02-232-0/+106
* | Factor out class names from throw statements.Dan Bornstein2011-02-233-8/+6
* | Remove the HPROF stack trace collection feature.Carl Shapiro2011-01-311-3/+0
* | Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-073-9/+9
|/
* Rename wrap/unwrap --> box/unboxAndy McFadden2010-11-044-16/+16
* HPROF is here to stay, make WITH_HPROF the default.Carl Shapiro2010-11-011-1/+1
* Minor rename.Andy McFadden2010-10-121-2/+2
* Track result from dvmCallMethodAndy McFadden2010-10-081-0/+4