summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/runtime_asm_entrypoints.h
AgeCommit message (Expand)Author
2023-01-16We no longer use instrumentation stubs remove the support code Mythri Alle
2021-11-09Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" Mythri Alle
2021-11-01Revert "Add support for calling entry / exit hooks directly from JIT code" Mythri Alle
2021-11-01Add support for calling entry / exit hooks directly from JIT code Mythri Alle
2021-05-14Remove BUILDING_LIBART macro. Vladimir Marko
2020-02-19Allow late lookup for @CriticalNative methods. Vladimir Marko
2020-01-22Revert^2 "Improve stack unwinding during gcstress tests." David Srbecky
2019-12-03JIT baseline: trigger optimized compilation on hotness threshold. Nicolas Geoffray
2019-10-13Revert "Improve stack unwinding during gcstress tests." David Srbecky
2019-09-20Improve stack unwinding during gcstress tests. David Srbecky
2019-05-16ART: Optimize StringBuilder append pattern. Vladimir Marko
2017-05-10Add runtime reasons for deopt. Nicolas Geoffray
2017-04-04Ensure invoking obsolete methods throws errors. 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-08-26Revert "Revert "Fix deoptimization with pending exception"" Sebastien Hertz
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-01Revert "Revert "Deoptimization-based bce."" Mingyao Yang
2015-03-24Revert "Deoptimization-based bce." Andreas Gampe
2015-03-23Deoptimization-based bce. Mingyao Yang
2014-12-12Remove portable. Elliott Hughes
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers