summaryrefslogtreecommitdiffstats
path: root/vm/mterp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove unsupported experimental opcodes.Elliott Hughes2012-01-051054-70922/+564
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-036-16/+16
* | | Fix reference to non-existent function in debug code.Jeff Brown2011-10-279-9/+9
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-267-22/+22
* | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-259-18/+18
|/ /
* | Fix memory barriers (Issue 3338450)buzbee2011-09-2724-184/+318
* | Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-199-18/+18
* | Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* | Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-2615-16/+16
* | Further conservation of newlines.Dan Bornstein2011-05-2623-257/+257
* | am cf4a20cf: Interpreter/Debugger fix #4479968buzbee2011-05-2512-20/+20
|\ \
| * | Interpreter/Debugger fix #4479968buzbee2011-05-2512-20/+20
* | | am 97b22b8d: Fix alt handling for Jumbo opsbuzbee2011-05-2312-89/+65
|\| |
| * | Fix alt handling for Jumbo opsbuzbee2011-05-2312-89/+65
* | | Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-1010-24/+18
|/ /
* | Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-05-05567-1836/+1656
|\ \
| * | Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-035-8/+9
| * | am 00ceb87d: Fix for double breakpoint (issue 4378296)buzbee2011-05-035-5/+10
| |\ \ | |/ / |/| |
* | | Fix for double breakpoint (issue 4378296)buzbee2011-05-035-5/+10
| * | Merge "x86 interpreter fix" into dalvik-devbuzbee2011-05-022-2/+2
| |\ \
| | * | x86 interpreter fixbuzbee2011-05-022-2/+2
| * | | Type the reference member of JValue as an Object pointer.Carl Shapiro2011-04-295-5/+5
| |/ /
| * | Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-272-16/+4
| * | Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-2711-188/+0
| * | Refine & simplify the interBreak mechanismbuzbee2011-04-257-92/+95
| * | InterpBreak cleanup (part 1)buzbee2011-04-2215-124/+122
| * | Consolidate curFrame fields in thread storagebuzbee2011-04-2224-196/+184
| * | Merge "Remove unneeded void argument list declarations." into dalvik-devCarl Shapiro2011-04-201-1/+1
| |\ \
| | * | Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-1/+1
| * | | Move the interpreter into C++.Carl Shapiro2011-04-20545-1217/+1231
| |/ /
| * | Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-152-0/+8
| * | Move JDWP into C++ and add extern "C" to remaining non-compiler includes.Carl Shapiro2011-04-141-0/+8
|/ /
* | Fix method profiling [issue 4260697]buzbee2011-04-083-0/+22
* | Fix x86 fast interpreterbuzbee2011-04-052-2/+2
* | Fix interpreter debug attachbuzbee2011-03-3021-197/+372
* | Merge "Add safepoint callback for gc" into dalvik-devbuzbee2011-03-281-1/+1
|\ \
| * | Add safepoint callback for gcbuzbee2011-03-281-1/+1
* | | resolved conflicts for merge of ac815100 to dalvik-devbuzbee2011-03-282-2/+2
|\ \ \ | |/ / |/| |
| * | Fix x86-atom buildbuzbee2011-03-282-2/+2
* | | Interpreter restructuringbuzbee2011-03-2396-22691/+42011
* | | Merge "Fix some exception issues" into dalvik-devAndy McFadden2011-03-2312-0/+57
|\ \ \
| * | | Fix some exception issuesAndy McFadden2011-03-2212-0/+57
* | | | Fix dalvik test 089Andy McFadden2011-03-228-8/+16
|/ / /
* | | Merge "Move finalization out of the VM." into dalvik-devCarl Shapiro2011-03-2111-0/+15
|\ \ \
| * | | Move finalization out of the VM.Carl Shapiro2011-03-2111-0/+15
* | | | resolved conflicts for merge of 9553565f to dalvik-devbuzbee2011-03-194-74/+62
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | x86: restore standard stack frame layout and fix stack alignment.Eugene Surovegin2011-03-094-56/+50
* | | Clean up ArrayStoreException some more.Dan Bornstein2011-03-1612-12/+13
* | | Merge "Add volatile/jumbo opcodes" into dalvik-devAndy McFadden2011-03-11105-903/+3401
|\ \ \
| * | | Add volatile/jumbo opcodesAndy McFadden2011-03-10105-903/+3401