aboutsummaryrefslogtreecommitdiff
path: root/vm/native/java_lang_System.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dalvik: use memmove_words for word atomic memmoveWei Wang2014-07-231-4/+4
| | | | | | use memmove_words for word atomic memmove Change-Id: Ife31c217f7038f5054969b4bbe1108b351881b3b
* A char array copy optimization (dalvik).Hiroshi Yamauchi2014-01-191-0/+37
| | | | | | | | Bug: 7103825 (cherry picked from commit dc6cb9c7cb4ef636aa6f542615410b56a67b94dc) Change-Id: I0b8ab789ffb8702bc134b32398c120cc3ed29b9c
* dalvik: use bioinc memmoveWei Wang2013-12-211-0/+5
| | | | | | use memmove from bioinc if it is halfword atomic. Change-Id: I81c38c2b504483b69b0b1c1e4ffb63cb81d347d5
* Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library.Elliott Hughes2013-06-071-65/+0
| | | | | | (cherry picked from commit 0f526895f34904784e3d2ef964b016d2764cb662) Change-Id: I4f6f22e782e58a9b21af68aab1cebc21b3437976
* Move the arraycopy implementation out of bionic and into dalvik.Elliott Hughes2013-02-151-46/+120
| | | | Change-Id: I5b7964e53eca6f2da949d6ef24d42a9c6ed3996c
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Also fix an occurrence of LOGW missed in an earlier change. Bug: 5449033 Change-Id: I2e3b23839e6dcd09015d6402280e9300c75e3406
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ic663376d1ad6a6cb14bf81405ad9afd247cf2f60
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-2/+0
| | | | Change-Id: I291fd42e91085c51772f560d424334874bef8add
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-28/+20
| | | | | Bug: 4905110 Change-Id: Iebcc45049c1ea14ceef6d44a19dd8cb618392101
* Further conservation of newlines.Dan Bornstein2011-05-261-4/+4
| | | | | | Friends don't let friends end LOG() strings with newlines. Change-Id: I5a18c766c90c4ab5f03caa6acd601d34d91beb00
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
| | | | Change-Id: I9f9fe52bd4ceebb6dde48251a89190ba6bb00ce4
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+383
Change-Id: I2ece682bc3b4d3b55ab27c60fd84a0b3243d7ca6