summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-112-5/+6
* Inline field and method resolution.Sebastien Hertz2013-10-281-22/+19
* Make goto-based interpreter the default interpreter.Sebastien Hertz2013-10-181-1/+1
* Merge "Improve interpreter handler table management." into dalvik-devSebastien Hertz2013-10-171-54/+108
|\
| * Improve interpreter handler table management.Sebastien Hertz2013-10-171-54/+108
* | Fix interpreter bugs.Mathieu Chartier2013-10-095-19/+33
|/
* Fix an Art debug build boot failure.Hiroshi Yamauchi2013-10-022-8/+8
* Enable thread analysis on template functions.Sebastien Hertz2013-09-304-77/+175
* Optimize shadow frame initialization during invoke.Sebastien Hertz2013-09-301-57/+93
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-305-197/+144
* StringPiece clean up.Ian Rogers2013-09-241-1/+1
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-244-5/+92
* Fix compiler warning in interpreter.Ian Rogers2013-09-231-6/+4
* Improve float to integral conversion.Ian Rogers2013-09-202-88/+24
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-183-557/+558
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-173-41/+31
* Update interpreter handler table after invoke.Sebastien Hertz2013-09-131-90/+39
* Add missing memory barrier.Sebastien Hertz2013-09-092-0/+12
* Move thread suspend check at safepoints.Sebastien Hertz2013-09-093-25/+206
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-095-2780/+5298
* A char array copy optimization.Hiroshi Yamauchi2013-08-231-1/+2
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-0/+6
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-34/+42
* Entry point clean up.Ian Rogers2013-08-072-10/+12
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Clear exception if catch block doesn't have move-exception.Ian Rogers2013-07-291-1/+6
* Avoid unnecessary exception checks.Sebastien Hertz2013-07-291-229/+290
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-3/+3
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* | Merge "Update DEX pc before thread suspension." into dalvik-devSebastien Hertz2013-07-261-45/+46
|\ \ | |/ |/|
| * Update DEX pc before thread suspension.Sebastien Hertz2013-07-251-45/+46
* | Fix cpplint readability/fn_size issuesBrian Carlstrom2013-07-181-1/+1
* | Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+15
* | Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-5/+5
|/
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+3179