summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
| | | | Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
* Fixes to instrumentation and quick to interpreter entry.Jeff Hao2013-07-241-2/+5
| | | | | | | | | - Interpreter entry was missing check that a static method is initialized. - Fixed instrumentation stack unwinding to not pop off the handler frame only if it actually exists on the instrumentation stack. Change-Id: I05a96ea7c0aea4dc6552da0edf485856cd004d85
* resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-181-3/+3
|\ | | | | | | Change-Id: I78fbcfc7a2dcbeccb7557ca27302928d7d00debd
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-3/+3
| | | | | | | | Change-Id: Ifc678d59a8bed24ffddde5a0e543620b17b0aba9
* | Fixes to instrumentation for debug build and interpreter.Jeff Hao2013-07-171-4/+1
|/ | | | | | | | | | | | - Stub uninstall will put back the interpreter entry point if Xint mode is specified. - Copy method entry and exit listeners before iterating over them to prevent problems that occur when they are modified during iteration. - Corrected checks from WalkStack and AssertPcIsWithinCode to handle instrumented code since they are used to remove the stubs. Change-Id: Ib0e2b421e6b56d520e4643699624dd80ee5148e3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+362
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81