summaryrefslogtreecommitdiffstats
path: root/vm/Globals.h
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+1
* am beeeb788: am 05fa5fd5: Merge "Simplify merges of the annotation code."Elliott Hughes2013-07-231-3/+3
|\
| * Simplify merges of the annotation code.Elliott Hughes2013-07-231-3/+3
* | Backport native allocation tracking.Mathieu Chartier2013-07-161-0/+4
* | Add low memory mode option.Mathieu Chartier2013-07-131-0/+1
* | am d9369dc7: am 57914adc: am 93c3b11e: Merge "Increase the default alloc trac...Elliott Hughes2013-07-111-0/+1
|\|
| * Increase the default alloc tracker maximum.Elliott Hughes2013-07-111-0/+1
* | am f8696fa7: am 2115c7ed: am f8fe8731: Merge "Disable -Xjnigreflimit."Elliott Hughes2013-07-021-3/+0
|\|
| * Disable -Xjnigreflimit.Elliott Hughes2013-07-021-3/+0
* | JIT tuning; set cache size on command linebuzbee2013-05-231-1/+3
|/
* Track libcore DirectByteBuffer cleanup.Elliott Hughes2013-03-271-2/+2
* Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."Elliott Hughes2012-10-121-2/+0
* Don't enforce access checks for overloading for targetSdkVersion < 17.Elliott Hughes2012-10-111-0/+2
* Allow max free size of heap to be configured.Ian Rogers2012-09-241-0/+3
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+20
* Add a -XX:mainThreadStackSize= option.Elliott Hughes2012-04-121-0/+1
* Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.Ben Cheng2011-10-101-0/+3
* Add JNI app bug workarounds.Elliott Hughes2011-07-101-2/+2
* Add two new JNI debugging options.Elliott Hughes2011-06-301-3/+7
* Add a dual clock profiler tracing mode.Jeff Brown2011-06-271-2/+10
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Fix a minor leaks caused by failed initializations.Carl Shapiro2011-06-081-0/+2
* Fix regular exit.Elliott Hughes2011-06-071-3/+2
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-2/+4
* Remove dead code.Carl Shapiro2011-05-111-1/+0
* Fix a couple debugging issues involving JIT single-stepping mode.Ben Cheng2011-05-101-1/+1
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-19/+11
* Remove the old forcecopy in favor of the new.Elliott Hughes2011-04-271-10/+6
* Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.Elliott Hughes2011-04-261-0/+9
* InterpBreak cleanup (part 1)buzbee2011-04-221-1/+1
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-1/+1
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
* Delegate the queuing of cleared references to managed code.Carl Shapiro2011-03-301-17/+7
* Init classes used by DDMSAndy McFadden2011-03-291-0/+2
* Remove unused security manager code.Jesse Wilson2011-03-281-1/+0
* Prep DDMS stuff in InitRefsAndy McFadden2011-03-281-0/+10
* Yet more InitRefs-ingAndy McFadden2011-03-251-3/+8
* Some more InitRefs-ingAndy McFadden2011-03-241-0/+4
* Merge "Various JDWP updates" into dalvik-devAndy McFadden2011-03-241-0/+4
|\
| * Various JDWP updatesAndy McFadden2011-03-241-0/+4
* | Interpreter restructuringbuzbee2011-03-231-35/+16
|/
* Remove more dead SecurityManager cruft.Elliott Hughes2011-03-221-4/+0
* Fix up some JDWP stuffAndy McFadden2011-03-221-0/+1
* Merge "Move finalization out of the VM." into dalvik-devCarl Shapiro2011-03-211-1/+4
|\
| * Move finalization out of the VM.Carl Shapiro2011-03-211-1/+4
* | Extend a trace with a backward branch into a loop.Ben Cheng2011-03-181-0/+3
|/
* Collate the initial class creation code.Dan Bornstein2011-03-141-22/+28
* Clean up how primitive types are handled.Dan Bornstein2011-03-111-5/+11
* Extract more reference inits.Dan Bornstein2011-03-101-1/+1
* Kill off the doPrivileged() special case code.Dan Bornstein2011-03-101-4/+0