aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/Interp.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-2/+1
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-17/+10
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-8/+5
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-2/+2
* Move fundamental object definitions and operations to C++Carl Shapiro2011-04-131-0/+8
* Fix interpreter debug attachbuzbee2011-03-301-9/+6
* Add safepoint callback for gcbuzbee2011-03-281-1/+15
* Interpreter restructuringbuzbee2011-03-231-1/+37
* New interpreter breakout mechanismbuzbee2011-02-281-0/+5
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-0/+1
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-0/+5
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-1/+1
* Always support debugging and profiling.Andy McFadden2010-08-181-2/+0
* Fix a deadlock in the breakpoint code.Andy McFadden2010-04-231-13/+2
* Change the way breakpoints work.Andy McFadden2009-11-161-3/+33
* Defer reporting of certain verifier failures.Andy McFadden2009-05-181-1/+4
* Added throw-verification-error instruction.Andy McFadden2009-05-071-0/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+37
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-37/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+37