summaryrefslogtreecommitdiffstats
path: root/vm/Native.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix native method logging to show local references rather than direct pointers.Elliott Hughes2011-06-301-111/+0
* Improve -verbose:jni.Elliott Hughes2011-06-281-2/+6
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-17/+10
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-2/+2
* Further conservation of newlines.Dan Bornstein2011-05-261-28/+28
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-4/+4
* Remove the old forcecopy in favor of the new.Elliott Hughes2011-04-271-1/+1
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-2/+2
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+875