summaryrefslogtreecommitdiffstats
path: root/vm/native/dalvik_system_VMRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-051-603/+0
* Support new VMRuntime native methodSebastien Hertz2014-05-221-0/+7
* Use RETURN_PTR(NULL) instead of RETURN_VOID in newNonMovableArray.Mathieu Chartier2013-12-041-3/+3
* Add interface for updating process state.Mathieu Chartier2013-11-251-0/+9
* Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEADThe Android Open Source Project2013-11-221-0/+352
|\
| * Fix static method preloadingBrian Carlstrom2013-10-161-9/+11
| * Preload DexCachesBrian Carlstrom2013-10-081-1/+314
| * If CheckJNI is enabled don't allow app workaroundsIan Rogers2013-08-131-3/+7
| * Remove updateProcessState.Mathieu Chartier2013-08-101-9/+0
| * Add updateProcessState to VMRuntimeMathieu Chartier2013-07-181-0/+9
| * Backport native allocation tracking.Mathieu Chartier2013-07-161-0/+29
| * add dalvik.system.VMRuntime.vmLibrary implementation for DalvikBrian Carlstrom2013-07-091-0/+8
| * vm: vmruntime: remove obsolete dependency on array.hDima Zavin2013-05-061-1/+0
* | Adjust the name of setTargetSdkVersion native method.Alex Klyubin2013-10-241-3/+4
* | If CheckJNI is enabled don't allow app workaroundsIan Rogers2013-08-131-3/+7
* | vm: vmruntime: remove obsolete dependency on array.hDima Zavin2013-05-071-1/+0
|/
* Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."Elliott Hughes2012-10-121-3/+3
* Don't enforce access checks for overloading for targetSdkVersion < 17.Elliott Hughes2012-10-111-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* Add JNI app bug workarounds.Elliott Hughes2011-07-101-2/+5
* Allow an app's targetSdkVersion to be set by the zygote.Elliott Hughes2011-07-081-0/+14
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-1/+1
* am 0c632a84: Merge "Add isDebuggerActive API for the finalizer watchdog."Jesse Wilson2011-06-201-0/+8
|\
| * Add isDebuggerActive API for the finalizer watchdog.Jesse Wilson2011-06-201-0/+8
* | Fix regular exit.Elliott Hughes2011-06-071-1/+1
* | Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-3/+1
|/
* Add a non-moving option to dvmMalloc and make use of it.Carl Shapiro2011-04-271-1/+1
* Revert "am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in th...Carl Shapiro2011-04-191-2/+4
* am d336a946: am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error ...Sriram Raman2011-04-191-4/+2
* Fix a type error in the allocation of non-moving arrays.Carl Shapiro2011-04-181-2/+4
* More JNI implementation cleanup.Elliott Hughes2011-04-141-4/+3
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+207