aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/Stack.h
Commit message (Expand)AuthorAgeFilesLines
* Dump stacks for all native threads, not just those in JNI.Jeff Brown2011-10-271-1/+1
* Dump native stack of JNI methods when handling SIGQUIT.Jeff Brown2011-10-221-0/+1
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-101-1/+1
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-11/+2
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-2/+2
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-4/+3
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+7
* Use indirect references in JNI by default.Carl Shapiro2011-03-081-4/+0
* Increase the size of the stack reserved area.Andy McFadden2010-02-031-1/+1
* Fix stack overflow edge case.Andy McFadden2010-02-031-1/+1
* Display additional information on stack overflow.Andy McFadden2009-09-101-1/+2
* Another round of scary indirect ref changes.Andy McFadden2009-08-251-7/+13
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-0/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+277
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-277/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+277