summaryrefslogtreecommitdiffstats
path: root/vm/interp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Fixes to allow the debug VM configuration to build." into dalvik-devCarl Shapiro2011-05-101-1/+1
|\ \ | |/ |/|
| * Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-101-1/+1
* | Fix a couple debugging issues involving JIT single-stepping mode.Ben Cheng2011-05-101-6/+5
|/
* Establish a subclass relationship between DataObject and Object.Carl Shapiro2011-05-021-1/+1
* x86 interpreter fixbuzbee2011-05-022-0/+7
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-277-93/+57
* Refine & simplify the interBreak mechanismbuzbee2011-04-254-109/+105
* InterpBreak cleanup (part 1)buzbee2011-04-221-24/+7
* Consolidate curFrame fields in thread storagebuzbee2011-04-226-99/+113
* am 90232632: Kill stale assert, fix for 4310384buzbee2011-04-211-4/+0
|\
| * Kill stale assert, fix for 4310384buzbee2011-04-211-4/+0
* | Remove unneeded void argument list declarations.Carl Shapiro2011-04-202-6/+6
* | Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-155-38/+47
* | Move JDWP into C++ and add extern "C" to remaining non-compiler includes.Carl Shapiro2011-04-141-0/+8
* | Merge "Move fundamental object definitions and operations to C++" into dalvik...Carl Shapiro2011-04-142-0/+16
|\ \
| * | Move fundamental object definitions and operations to C++Carl Shapiro2011-04-132-0/+16
* | | Merge "Fix self-verification with backward branches or invokes." into dalvik-devBen Cheng2011-04-131-32/+36
|\ \ \ | |/ / |/| |
| * | Fix self-verification with backward branches or invokes.Ben Cheng2011-04-131-32/+36
* | | am e7147462: Fix debugger performance regressionbuzbee2011-04-131-4/+5
|\ \ \ | | |/ | |/|
| * | Fix debugger performance regressionbuzbee2011-04-131-4/+5
* | | Convert the internal and in-line natives to C++.Carl Shapiro2011-04-122-30/+16
| |/ |/|
* | am 5867bea1: [JIT] Close code cache race windowbuzbee2011-04-111-6/+8
|\|
| * [JIT] Close code cache race windowbuzbee2011-04-111-6/+8
* | Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-082-0/+15
|/
* [JIT] Clear inCodeCacheFlag on extended singlestepbuzbee2011-03-311-0/+2
* Fix interpreter debug attachbuzbee2011-03-304-38/+117
* Merge "Add safepoint callback for gc" into dalvik-devbuzbee2011-03-283-7/+77
|\
| * Add safepoint callback for gcbuzbee2011-03-283-7/+77
* | Fix a couple of assertsAndy McFadden2011-03-281-2/+2
|/
* Interpreter fix - limit suspend checksbuzbee2011-03-241-3/+7
* Interpreter restructuringbuzbee2011-03-236-214/+746
* Add trace description dump routine for debuggingbuzbee2011-03-142-0/+43
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-103-34/+62
* Use indirect references in JNI by default.Carl Shapiro2011-03-082-12/+0
* Consistency in exception throws.Dan Bornstein2011-03-071-1/+1
* Rename some of the exception functions.Dan Bornstein2011-03-042-4/+4
* More exception rework.Dan Bornstein2011-03-031-10/+10
* Handle OP_THROW in the method JIT.Ben Cheng2011-03-021-1/+7
* Clean up a few more exceptions.Dan Bornstein2011-03-011-2/+2
* New interpreter breakout mechanismbuzbee2011-02-282-0/+14
* Merge "Add a bit of structure to the Exception startup code." into dalvik-devDan Bornstein2011-02-251-3/+2
|\
| * Add a bit of structure to the Exception startup code.Dan Bornstein2011-02-251-3/+2
* | Merge "Fix a divide-by-zero" into dalvik-devAndy McFadden2011-02-241-0/+1
|\ \ | |/ |/|
| * Fix a divide-by-zeroAndy McFadden2011-02-241-0/+1
* | Round three of exception cleanup.Dan Bornstein2011-02-241-1/+1
|/
* Round two.Dan Bornstein2011-02-231-2/+1
* Merge "Factor out class names from throw statements." into dalvik-devDan Bornstein2011-02-232-10/+6
|\
| * Factor out class names from throw statements.Dan Bornstein2011-02-232-10/+6
* | Fix for 3477749 WITH_TRACKREF_CHECKSbuzbee2011-02-221-1/+1
* | Interpreter restructuring: eliminate InterpStatebuzbee2011-02-196-354/+421
|/