summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils.cc
AgeCommit message (Expand)Author
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-04-01Use bit-level packing for InlineInfo in stackmaps as well. David Srbecky
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2016-01-05ART: Move ThrowStackOverflowError to common_throws Andreas Gampe
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
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-11-05Fix flake around instrumentation. Nicolas Geoffray
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-10-13Add an abstraction over a compiled code. Nicolas Geoffray
2015-09-30Revert "Revert "Enable optimizations with --debuggable."" Nicolas Geoffray
2015-09-03ART: Move DexCache arrays to native. Vladimir Marko
2015-08-17ART: Rename ArtMethod's size and alignment methods. Vladimir Marko
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-21Add AbstractMethod, Constructor, Method Mathieu Chartier
2015-04-10Move ArtField to native Mathieu Chartier
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2015-03-09Compute the right catch location for the debugger. Nicolas Geoffray
2015-02-19ART: Make error messages for StackOverflow WARNINGs Andreas Gampe
2015-01-07Fix signal test to work with gcstress Mathieu Chartier
2014-12-29ART: Reorder entrypoint argument order Andreas Gampe
2014-12-02Remove MethodHelper from the interpreter. Ian Rogers
2014-10-28Move MethodHelper::GetReturnType to mirror::ArtMethod. Ian Rogers
2014-10-08Don't copy fill array data to quick literal pool. Ian Rogers
2014-09-25Some optimizations for the array alloc path. Hiroshi Yamauchi
2014-09-11Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further ... Brian Carlstrom
2014-09-04Fix stack overflow and duplicate methods while tracing. Jeff Hao
2014-09-03Remove abuse of mirror::Object* to reference special values. Ian Rogers
2014-08-19Merge stack usage reduction for overflow checks Dave Allison
2014-08-13Reduce stack usage for overflow checks Dave Allison
2014-08-08Wire up check JNI force copy mode. Ian Rogers
2014-08-06ART: Add guards to the dex cache and its shortcuts Andreas Gampe
2014-07-21ART: Throw StackOverflowError in native code Andreas Gampe
2014-07-16Fix x86 build. Ian Rogers
2014-07-16Remove object_utils.h. Ian Rogers
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-06-09Change MethodHelper to use a Handle. Mathieu Chartier
2014-06-02Added workaround passing empty arg array for proxy invocation. Jeff Hao
2014-05-19Don't get and restore thread state for ScopedFastNativeObjectAccess. Mathieu Chartier
2014-03-31Implement implicit stack overflow checks Dave Allison
2014-03-26Reflection tidying. Ian Rogers
2014-02-26Make allocations report usable size. Ian Rogers
2014-02-17Remove blacklist Sebastien Hertz
2014-01-08Background compaction support. Mathieu Chartier