summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_common.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Allow PackedSwitch instructions with zero targetsDavid Brazdil2015-06-181-1/+4
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-6/+6
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+1
* Use va_list argument to abort transactionSebastien Hertz2015-04-031-1/+5
* Fix interpreter to allow 0 size sparse switches.Jeff Hao2015-03-201-1/+4
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-7/+0
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-2/+2
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-2/+3
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-19/+17
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-2/+3
* Add math routines with defined wrapping behavior for the interpreter.Ian Rogers2014-10-301-2/+2
* Remove ResolveString from MethodHelper.Ian Rogers2014-10-281-2/+10
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-0/+1
* Tidy up logging.Ian Rogers2014-10-221-0/+2
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-5/+5
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-1/+2
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+1
* Merge "Fix compilation errors when setting kTracing = true."Ian Rogers2014-06-101-0/+1
|\
| * Fix compilation errors when setting kTracing = true.Douglas Leung2014-06-111-0/+1
* | Fix exception reporting from interpreterSebastien Hertz2014-06-111-2/+1
* | Workaround frame size issues.Ian Rogers2014-06-101-405/+20
|/
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-6/+11
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-3/+9
* Merge "Another workaround for stack overflow issue with clang"Sebastien Hertz2014-05-301-0/+11
|\
| * Another workaround for stack overflow issue with clangSebastien Hertz2014-05-281-0/+11
* | Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-7/+1
|/
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-4/+11
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-11/+4
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-4/+11
* Workaround stack overflow issue with clangSebastien Hertz2014-05-201-15/+23
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-3/+3
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-1/+7
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+5
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-301-0/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-10/+8
* Support field watchpoint in interpreterSebastien Hertz2014-04-251-1/+73
* Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-221-1/+2
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+0
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-4/+4
* Remove blacklistSebastien Hertz2014-02-171-28/+41
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+3
* Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-171-8/+3
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-26/+26
* Enable moving classes.Mathieu Chartier2013-12-101-3/+4
* Inline field and method resolution.Sebastien Hertz2013-10-281-22/+19
* Fix interpreter bugs.Mathieu Chartier2013-10-091-9/+15