aboutsummaryrefslogtreecommitdiff
path: root/vm/oo/Array.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dalvik: Ensure that the array length complies with the final specifierSerban Constantinescu2013-12-181-0/+1
* Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-011-11/+13
|\
| * Fix inner class access flags and array modifiers.Elliott Hughes2013-06-141-11/+13
* | Add barriers for proper observation sequence.Xin Qi2013-07-251-0/+5
|/
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-3/+2
* Further conservation of newlines.Dan Bornstein2011-05-261-13/+13
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-061-4/+4
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-9/+7
* 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-5/+8
* Remove dvmAllocObjectArray and all of its uses.Carl Shapiro2011-04-181-30/+0
* Move fundamental object definitions and operations to C++Carl Shapiro2011-04-131-0/+659