summaryrefslogtreecommitdiffstats
path: root/vm/reflect/Proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-051-1029/+0
* Fix a tracked reference leak in dvmGenerateProxyClass.Elliott Hughes2013-02-051-5/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* 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-031-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-9/+9
* Further conservation of newlines.Dan Bornstein2011-05-261-19/+19
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-4/+4
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-061-3/+3
* Add a non-moving option to dvmMalloc and make use of it.Carl Shapiro2011-04-271-1/+1
* Replace public uses of dvmAllocArray with dvmAllocArrayByClass.Carl Shapiro2011-04-191-2/+2
* Add a class flag CLASS_ISCLASS.Dan Bornstein2011-04-131-1/+1
* Move the reflection code into C++.Carl Shapiro2011-04-131-0/+1030