summaryrefslogtreecommitdiffstats
path: root/vm/native/java_lang_Class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Invert sense of a test.Ian Rogers2013-09-241-1/+1
* Narrow the scope of a lock on dex to avoid deadlock.Ian Rogers2013-09-231-5/+6
* Fix Class.getDex.Elliott Hughes2013-07-311-1/+1
* Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-291-1/+47
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-13/+13
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-1/+1
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+828