aboutsummaryrefslogtreecommitdiff
path: root/vm/oo/Resolve.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid sign extension in packed-switch.Elliott Hughes2012-07-171-4/+11
| | | | | | | | | | | This code (at least in the ARM version) is trying to assign to r0 and r1 from C by returning a 64-bit result. The mistaken use of signed integers for pointers can lead to sign extension if the JIT code cache is at a sufficiently high address. Bug: 6799823 Bug: 6703991 Change-Id: Ic3f587f453f0f3f520551383ef1ed29efa1ad551
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: Ia5d301248024df26c2a29dabdfe738e39ec87c82
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
| | | | | | | This changes all the places I could find where the log string was on the line after its LOG call. Change-Id: Iac6a9fcc64f46631fb093824ab60237dce1a5241
* Further conservation of newlines.Dan Bornstein2011-05-261-14/+14
| | | | | | Friends don't let friends end LOG() strings with newlines. Change-Id: I5a18c766c90c4ab5f03caa6acd601d34d91beb00
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-9/+9
| | | | Change-Id: Id349b359489bb6b1bbb4ab78d29d85c0e6b33799
* Move fundamental object definitions and operations to C++Carl Shapiro2011-04-131-0/+572
Change-Id: Ibc3766edfbf7fdbde2d762d6e88a0bb02df2be31