summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement implicit stack overflow checksDave Allison2014-03-311-4/+57
* Fix test-art 083-compiler-regressions with work aroundBrian Carlstrom2014-03-191-1/+3
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-2/+2
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-11/+5
* Fix old stack frame size checkAndreas Gampe2014-03-101-4/+6
* JNI down call fixes.Ian Rogers2014-03-091-7/+13
* Fix and optimize verify object.Mathieu Chartier2014-02-211-4/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-0/+5
* Object model changes to support 64bit.Ian Rogers2014-02-061-18/+18
* Selective deoptimization.Sebastien Hertz2014-01-131-2/+2
* Fix JDWP class-only modifier.Sebastien Hertz2013-12-051-0/+1
* Compacting collector.Mathieu Chartier2013-11-111-0/+5
* Add missing references.Sebastien Hertz2013-10-091-2/+2
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-15/+14
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-4/+5
* Entry point clean up.Ian Rogers2013-08-071-1/+1
* Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-011-1/+5
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* Fixes to instrumentation and quick to interpreter entry.Jeff Hao2013-07-241-2/+5
* resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-181-3/+3
|\
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-3/+3
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-4/+1
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+362