summaryrefslogtreecommitdiffstats
path: root/vm/Native.cpp
Commit message (Expand)AuthorAgeFilesLines
* Not all shared libraries have a JNI_OnLoad.Elliott Hughes2013-08-021-2/+2
* Returning JNI_ERR from JNI_OnLoad is still an error!Elliott Hughes2013-08-021-2/+3
* Check JNI versions handed to JNI and JII functions.Elliott Hughes2013-08-021-9/+10
* Log if dlopen(3) fails.Elliott Hughes2012-09-261-0/+1
* Tweak UnsatisfiedLinkErrorAndy McFadden2012-01-201-2/+2
* 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-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-5/+5
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-9/+9
* 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