summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_switch_impl.cc
AgeCommit message (Expand)Author
2016-08-22ART: Clean up interpreter includes Andreas Gampe
2016-08-10Instruction: Add new formats 45cc and 4rcc. Narayan Kamath
2016-08-09Revert experimental lambda feature. Narayan Kamath
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-29ART: Disambiguate access-checks mode from lock-counting Andreas Gampe
2016-04-15Add weight to compiled/interpreter transitions. Nicolas Geoffray
2016-04-13Remove the JIT from the instrumentation framework. Nicolas Geoffray
2016-04-08Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mte... Bill Buzbee
2016-04-07ART: Fix interpreter single-step when doing OSR buzbee
2016-04-01Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" Hiroshi Yamauchi
2016-03-29Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" Bill Buzbee
2016-03-25Revert "ART: Improve JitProfile perf in arm/arm64 mterp" Calin Juravle
2016-03-23ART: Improve JitProfile perf in arm/arm64 mterp buzbee
2016-02-25ART: Profile all branches for on-stack replacement buzbee
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2016-01-28ART: Fix single-step interpretation for mterp buzbee
2016-01-28Fix "Never Interpret" option for all interpreters buzbee
2016-01-27Add option to never interpret. Siva Chandra
2016-01-21Move backward branch instrumentation to all branch. Nicolas Geoffray
2016-01-11Fast Art interpreter buzbee
2015-11-24Add backward branch instumentation to the switch interpreter. Nicolas Geoffray
2015-11-24Revert "lambda: Add support for invoke-interface for boxed innate lambdas" Nicolas Geoffray
2015-11-20lambda: Add support for invoke-interface for boxed innate lambdas Igor Murashkin
2015-10-13Add initial default method support to Art Alex Light
2015-10-09ART: Lock counting in the interpreter Andreas Gampe
2015-09-27Revert "Revert "lambda: Experimental support for capture-variable and liberat... Igor Murashkin
2015-09-27Revert "lambda: Experimental support for capture-variable and liberate-variable" Nicolas Geoffray
2015-09-25lambda: Experimental support for capture-variable and liberate-variable Igor Murashkin
2015-09-03ART: Move DexCache arrays to native. Vladimir Marko
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-06-22runtime: Partially implement box-lambda and unbox-lambda experimental opcodes Igor Murashkin
2015-06-18interpreter: Add experimental lambda opcodes for invoke/create-lambda Igor Murashkin
2015-06-11runtime: Minor cleanup and extra comments around interpreter Igor Murashkin
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-29JDWP: properly combine location events Sebastien Hertz
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-03Use va_list argument to abort transaction Sebastien Hertz
2015-03-19Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER Mathieu Chartier
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2015-03-09Compute the right catch location for the debugger. Nicolas Geoffray
2015-01-23Fix exception handling during deoptimization Sebastien Hertz
2014-12-29ART: Reorder entrypoint argument order Andreas Gampe
2014-12-10Add missing iget quick for bool, byte, char, short Mathieu Chartier
2014-12-02Remove MethodHelper from the interpreter. Ian Rogers
2014-10-30Add math routines with defined wrapping behavior for the interpreter. Ian Rogers
2014-10-28Move MethodHelper::GetReturnType to mirror::ArtMethod. Ian Rogers
2014-10-28Remove ResolveString from MethodHelper. Ian Rogers
2014-10-10Fix 2 new sets of clang compiler warnings. Ian Rogers
2014-10-08Don't copy fill array data to quick literal pool. Ian Rogers