summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_goto_table_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+8
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-37/+10
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+14
* Replace NULL with nullptrMathieu Chartier2015-04-221-104/+173
* Use va_list argument to abort transactionSebastien Hertz2015-04-031-2/+2
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-191-9/+3
* Remove the Android.mk GCC-only source files hackeryColin Cross2015-03-181-0/+5
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-22/+20
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+2
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+24
* Revert "Add JIT"Nicolas Geoffray2015-02-241-24/+1
* Add JITMathieu Chartier2015-02-231-1/+24
* 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-16/+24
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-39/+35
* Add math routines with defined wrapping behavior for the interpreter.Ian Rogers2014-10-301-36/+37
* 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/+9
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-23/+7
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-33/+23
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-16/+24
* 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/+7
* Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-061-2/+2
* Another workaround for stack overflow issue with clangSebastien Hertz2014-05-281-17/+17
* Secure move-exception in intepreterSebastien Hertz2014-05-211-2/+2
* 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/+18
* Combine JDWP location eventsSebastien Hertz2014-05-121-10/+25
* Fix typo.Ian Rogers2014-05-061-1/+1
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-301-2/+10
* 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
* Merge "Improve interpreter handler table management." into dalvik-devSebastien Hertz2013-10-171-54/+108
|\
| * Improve interpreter handler table management.Sebastien Hertz2013-10-171-54/+108
* | 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-6/+8
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-13/+12
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-241-1/+25
* Improve float to integral conversion.Ian Rogers2013-09-201-40/+4
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-181-270/+273
* Load shadow frame's this object only upon instrumentation.Sebastien Hertz2013-09-171-21/+15