summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_switch_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+8
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-21/+6
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+14
* Replace NULL with nullptrMathieu Chartier2015-04-221-101/+163
* Use va_list argument to abort transactionSebastien Hertz2015-04-031-2/+2
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-191-8/+2
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-22/+20
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+2
* Fix exception handling during deoptimizationSebastien Hertz2015-01-231-1/+5
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-1/+1
* Add missing iget quick for bool, byte, char, shortMathieu Chartier2014-12-101-1/+25
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-11/+7
* Add math routines with defined wrapping behavior for the interpreter.Ian Rogers2014-10-301-40/+38
* Move MethodHelper::GetReturnType to mirror::ArtMethod.Ian Rogers2014-10-281-3/+1
* Remove ResolveString from MethodHelper.Ian Rogers2014-10-281-2/+2
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+11
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-16/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-69/+23
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+25
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+5
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+1
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-2/+0
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-4/+8
* Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-061-2/+2
* Add missing preamble in switch-based interpreterSebastien Hertz2014-06-041-0/+1
* Another workaround for stack overflow issue with clangSebastien Hertz2014-05-281-17/+17
* Merge "Secure move-exception in intepreter"Sebastien Hertz2014-05-221-2/+2
|\
| * Secure move-exception in intepreterSebastien Hertz2014-05-211-2/+2
* | Workaround stack overflow issue with clangSebastien Hertz2014-05-201-1/+1
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-3/+3
* Fix JDWP location event report on return instructionsSebastien Hertz2014-05-151-0/+15
* Combine JDWP location eventsSebastien Hertz2014-05-121-11/+13
* Fix typo.Ian Rogers2014-05-061-1/+1
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-301-1/+10
* Force inlining on trivial accessors.Ian Rogers2014-04-291-14/+14
* Remove blacklistSebastien Hertz2014-02-171-35/+48
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Refactor array access for the interpreter.Sebastien Hertz2014-01-281-26/+26
* Tidy up memory barriers.Ian Rogers2013-12-201-2/+2
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-4/+6
* Fix interpreter bugs.Mathieu Chartier2013-10-091-3/+3
* Fix an Art debug build boot failure.Hiroshi Yamauchi2013-10-021-4/+4
* Enable thread analysis on template functions.Sebastien Hertz2013-09-301-7/+9
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-12/+12
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-1/+25
* Improve float to integral conversion.Ian Rogers2013-09-201-48/+20
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-181-260/+262
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-14/+10
* Add missing memory barrier.Sebastien Hertz2013-09-091-0/+6
* Move thread suspend check at safepoints.Sebastien Hertz2013-09-091-18/+133