summaryrefslogtreecommitdiffstats
path: root/src/stack.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-362/+0
* Add marks for instrumentation frames that get interpreted.Jeff Hao2013-07-021-1/+6
* Fix portable build shadow frame.Jeff Hao2013-06-031-1/+1
* Clean up shadow frame.Jeff Hao2013-06-031-0/+9
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-12/+69
* Various performance improvements.Ian Rogers2013-03-181-0/+1
* Move the Compiler to CompilerDriver.Ian Rogers2013-03-041-1/+0
* Directory restructuring of object.hIan Rogers2013-01-301-12/+16
* Refactor StackVisitor to take a Thread*.Ian Rogers2013-01-231-15/+24
* Fix stack walking when top frame has null method pointer.jeffhao2013-01-031-2/+2
* Support for deoptimization needed for debugging.Ian Rogers2013-01-021-7/+28
* Support for SetVReg and add SetGPR.Mathieu Chartier2012-12-111-9/+18
* Using gcmap instead of shadow frame.TDYa1272012-12-041-2/+5
* Make stack visitor location for bad roots more verbose.Ian Rogers2012-11-201-0/+10
* Add "kind" argument to Get/SetVReg.Ian Rogers2012-11-161-24/+13
* Simple debugging support for portable path.TDYa1272012-11-141-3/+2
* Pulled out instrumentation into its own class separate from trace.jeffhao2012-11-141-9/+9
* Pass self to lock methods.Ian Rogers2012-09-271-15/+0
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-9/+9
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-1/+7
* Prune useless entries from dex to pc mapbuzbee2012-09-131-2/+2
* Global lock levels.Ian Rogers2012-08-141-32/+1
* Disable dex register descriptions.Ian Rogers2012-07-011-39/+49
* Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully...Elliott Hughes2012-06-281-2/+2
* Include held locks in SIGQUIT thread dumps.Elliott Hughes2012-06-271-2/+5
* Fix initializer lists to be Google C++ style.Ian Rogers2012-06-261-2/+2
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-6/+7
* Remove Frame, merge shadow and quick representations.Ian Rogers2012-06-211-158/+209
* Various bits of LLVM changes that are in dalvik-dev but not ics-mr1-plus-art.Elliott Hughes2012-06-011-8/+2
* Implement LLVM version of stack walking. Fix Jni_Compiler tests.TDYa1272012-03-261-2/+45
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-3/+2
* Support for promoting Method* and compiler tempsbuzbee2012-03-181-4/+4
* Fix "wide" cts vm-testsbuzbee2012-03-151-1/+3
* SSA rework and support compiler temps in the framebuzbee2012-03-131-1/+1
* Frame layout changebuzbee2012-03-111-12/+51
* Refactor the compilers out of libart.Elliott Hughes2012-03-091-6/+19
* Reduce namespace pollution.Elliott Hughes2012-01-231-5/+5
* Stub to capture method entry/exit.jeffhao2011-12-071-0/+5
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-7/+25
* Implement local setting.Elliott Hughes2011-12-051-0/+7
* Implement getting of 64-bit locals (double, long).Elliott Hughes2011-12-011-2/+2
* Makes objects known to the debugger GC roots, implements the THST message, an...Elliott Hughes2011-10-261-0/+31
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-1/+3
* Start moving stack-related stuff out of thread.h.Elliott Hughes2011-10-051-0/+69