summaryrefslogtreecommitdiffstats
path: root/vm/oo
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-0513-9153/+0
* Revert "Revert "Use libziparchive for dalvik zip processing.""Narayan Kamath2013-12-171-1/+3
* Merge "Dalvik: Ensure that the array length complies with the final specifier"Mathieu Chartier2013-11-271-0/+1
|\
| * Dalvik: Ensure that the array length complies with the final specifierSerban Constantinescu2013-11-121-0/+1
| * Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-291-0/+4
* | Ignore invalid access flags.Elliott Hughes2013-09-162-4/+3
* | Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-251-0/+4
|/
* Fix inner class access flags and array modifiers.Elliott Hughes2013-06-141-11/+13
* Abstract methods aren't implementations.Elliott Hughes2013-02-221-1/+3
* Don't cache failures in the interface cache.Elliott Hughes2012-12-061-0/+1
* Revert the fix for incorrect package-private overriding.Elliott Hughes2012-10-151-16/+20
* Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."Elliott Hughes2012-10-121-15/+9
* Don't enforce access checks for overloading for targetSdkVersion < 17.Elliott Hughes2012-10-111-9/+15
* Revert "Ensure we fence the writing of clazz to an Object post allocation."Brian Carlstrom2012-08-221-1/+1
* Ensure we fence the writing of clazz to an Object post allocation.Ian Rogers2012-08-211-1/+1
* Avoid sign extension in packed-switch.Elliott Hughes2012-07-171-4/+11
* Warn if we see a class whose behavior has changed because of https://android-...Elliott Hughes2012-07-131-13/+19
* Avoid method overriding if its super method is inaccessible.Im Sooin2012-07-101-2/+2
* Support building Dalvik with AddressSanitizer.Evgeniy Stepanov2012-04-111-1/+1
* am 9e8b05e4: am a669206d: Merge "cleanup redundant interfaces from iftable to...Jean-Baptiste Queru2012-01-171-40/+35
|\
| * cleanup redundant interfaces from iftable to avoid excessive LinearAlloc useJohannes Rudolph2012-01-131-40/+35
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-24/+24
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-064-32/+32
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-052-46/+46
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-032-14/+14
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-31/+31
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-2/+2
|/
* Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.Ben Cheng2011-10-101-0/+1
* Fix memory barriers (Issue 3338450)buzbee2011-09-271-6/+2
* Fix native method logging to show local references rather than direct pointers.Elliott Hughes2011-06-301-3/+19
* Fix native methods that weren't registered via RegisterNatives.Elliott Hughes2011-06-231-2/+6
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-0/+15
* Normalize the include guard style.Carl Shapiro2011-06-147-21/+21
* Allow native methods to declare they don't need a JNIEnv*.Elliott Hughes2011-06-141-0/+3
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-3/+2
* Add some error checking and clean out some cruft.Dan Bornstein2011-06-022-50/+45
* More LOG newline cleanup.Dan Bornstein2011-05-262-3/+3
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-265-180/+180
* Dump the pending exception before aborting in FindClass.Elliott Hughes2011-05-131-2/+3
* Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-101-1/+1
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-065-60/+57
* Establish a subclass relationship between ClassObject and Object.Carl Shapiro2011-05-063-25/+20
* Make interned strings non-movable.Carl Shapiro2011-05-051-3/+1
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-033-14/+10
* Establish a subclass relationship between DataObject and Object.Carl Shapiro2011-05-022-4/+2
* Type the reference member of JValue as an Object pointer.Carl Shapiro2011-04-291-4/+4
* Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-devCarl Shapiro2011-04-282-4/+4
|\
| * Add a non-moving option to dvmMalloc and make use of it.Carl Shapiro2011-04-272-4/+4
* | Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-278-100/+35
|/