summaryrefslogtreecommitdiffstats
path: root/vm/native/java_lang_System.cpp
Commit message (Expand)AuthorAgeFilesLines
* A char array copy optimization (dalvik).Hiroshi Yamauchi2014-01-171-0/+37
* dalvik: use bioinc memmoveWei Wang2013-12-201-0/+5
* Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library.Elliott Hughes2013-06-071-65/+0
* Move the arraycopy implementation out of bionic and into dalvik.Elliott Hughes2013-02-151-46/+120
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-2/+0
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-28/+20
* Further conservation of newlines.Dan Bornstein2011-05-261-4/+4
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+383