summaryrefslogtreecommitdiff
path: root/runtime/entrypoints_order_test.cc
AgeCommit message (Expand)Author
2021-10-05Remove mterp_current_ibase. Nicolas Geoffray
2020-07-29Revert^3 "VIXL simulator for ART (Stage1)" Ulya Trafimovich
2020-07-28Remove deprecated debug_suspend_count TLS value Alex Light
2020-07-17Revert^2 "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16Revert "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16VIXL simulator for ART (Stage1) Xueliang Zhong
2020-02-19Allow late lookup for @CriticalNative methods. Vladimir Marko
2020-01-29Remove old JDWP implementation from ART Alex Light
2019-12-03JIT baseline: trigger optimized compilation on hotness threshold. Nicolas Geoffray
2019-11-27Baseline JIT: update inline caches in compiled code. Nicolas Geoffray
2019-10-07Revert^4 "Walk internal ArtField/ArtMethod pointers" Alex Light
2019-10-07Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" Nicolas Geoffray
2019-10-04Revert^2 "Walk internal ArtField/ArtMethod pointers" Alex Light
2019-10-04Revert "Walk internal ArtField/ArtMethod pointers" Nicolas Geoffray
2019-10-03Walk internal ArtField/ArtMethod pointers Alex Light
2019-05-16ART: Optimize StringBuilder append pattern. Vladimir Marko
2018-11-21ART: Remove setjmp.h includes Andreas Gampe
2018-10-16Remove mterp "alternate" opcode handlers. David Srbecky
2018-10-01Move InterpreterCache to right below tlsPtr_ Alex Light
2018-08-03Rename type resolution entrypoints. Vladimir Marko
2018-07-10Don't use StringFactory.newEmptyString in compiled code Alex Light
2018-06-11ART: Adds an entrypoint for invoke-custom Orion Hodson
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion Hodson
2018-01-22ART: Add entrypoint and intrinsic for Math.pow(). Vladimir Marko
2017-09-28Implement asynchronous exception support Alex Light
2017-07-24ART: Include cleanup Andreas Gampe
2017-04-19Fix some gtests Mathieu Chartier
2017-03-08Catch signals that happen inside a fault handler. Josh Gao
2017-01-26Add per array size allocation entrypoints. Nicolas Geoffray
2017-01-19Remove unused array entrypoints. Nicolas Geoffray
2017-01-18Entrypoints cleanup. Nicolas Geoffray
2017-01-17Move some fields in art::Thread to reduce maintenance burden. Roland Levillain
2017-01-15Revert "Revert "ART: Compiler support for invoke-polymorphic."" Orion Hodson
2017-01-12Revert "Revert "Make object allocation entrypoints only take a class."" Nicolas Geoffray
2017-01-12Revert "Make object allocation entrypoints only take a class." Hiroshi Yamauchi
2017-01-11Make object allocation entrypoints only take a class. Nicolas Geoffray
2016-11-22Use a per-thread VerifierDeps. Nicolas Geoffray
2016-11-08Change check cast entrypoint to check instance of Mathieu Chartier
2016-10-19jni: Support @FastNative methods that return objects Igor Murashkin
2016-09-14Remove ThrowNoSuchMethod entrypoint. Vladimir Marko
2016-08-26Fix clang-tidy warnings in art. Chih-Hung Hsieh
2016-08-16jni: Fast path for @FastNative annotated java methods Igor Murashkin
2016-07-25Remove two ReadBarrierMarkRegX entrypoints. Roland Levillain
2016-07-13Introduce more compact ReadBarrierMark slow-paths. Roland Levillain
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-06-13Support unlimited pending checkpoints Mathieu Chartier
2016-02-25Assembly TLAB allocation fast path for arm. Hiroshi Yamauchi
2016-02-05Use 8-byte increment bracket sizes for rosalloc thread local runs. Hiroshi Yamauchi
2016-01-11Fast Art interpreter buzbee