summaryrefslogtreecommitdiff
path: root/runtime/entrypoints_order_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert^3 "VIXL simulator for ART (Stage1)"Ulya Trafimovich2020-07-291-3/+3
* Remove deprecated debug_suspend_count TLS valueAlex Light2020-07-281-2/+1
* Revert^2 "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-171-3/+3
* Revert "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-161-3/+3
* VIXL simulator for ART (Stage1)Xueliang Zhong2020-07-161-3/+3
* Allow late lookup for @CriticalNative methods.Vladimir Marko2020-02-191-2/+6
* Remove old JDWP implementation from ARTAlex Light2020-01-291-3/+1
* JIT baseline: trigger optimized compilation on hotness threshold.Nicolas Geoffray2019-12-031-1/+3
* Baseline JIT: update inline caches in compiled code.Nicolas Geoffray2019-11-271-2/+5
* Revert^4 "Walk internal ArtField/ArtMethod pointers"Alex Light2019-10-071-1/+4
* Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers""Nicolas Geoffray2019-10-071-4/+1
* Revert^2 "Walk internal ArtField/ArtMethod pointers"Alex Light2019-10-041-1/+4
* Revert "Walk internal ArtField/ArtMethod pointers"Nicolas Geoffray2019-10-041-4/+1
* Walk internal ArtField/ArtMethod pointersAlex Light2019-10-031-1/+4
* ART: Optimize StringBuilder append pattern.Vladimir Marko2019-05-161-1/+3
* ART: Remove setjmp.h includesAndreas Gampe2018-11-211-2/+0
* Remove mterp "alternate" opcode handlers.David Srbecky2018-10-161-3/+1
* Move InterpreterCache to right below tlsPtr_Alex Light2018-10-011-2/+5
* Rename type resolution entrypoints.Vladimir Marko2018-08-031-3/+3
* Don't use StringFactory.newEmptyString in compiled codeAlex Light2018-07-101-1/+3
* ART: Adds an entrypoint for invoke-customOrion Hodson2018-06-111-2/+2
* ART: Compiler support for const-method-handleOrion Hodson2018-05-111-1/+2
* ART: Compiler support for const-method-typeOrion Hodson2018-05-101-1/+2
* ART: Add entrypoint and intrinsic for Math.pow().Vladimir Marko2018-01-221-1/+2
* Implement asynchronous exception supportAlex Light2017-09-281-1/+2
* ART: Include cleanupAndreas Gampe2017-07-241-1/+2
* Fix some gtestsMathieu Chartier2017-04-191-1/+2
* Catch signals that happen inside a fault handler.Josh Gao2017-03-081-2/+1
* Add per array size allocation entrypoints.Nicolas Geoffray2017-01-261-1/+9
* Remove unused array entrypoints.Nicolas Geoffray2017-01-191-6/+3
* Entrypoints cleanup.Nicolas Geoffray2017-01-181-12/+3
* Move some fields in art::Thread to reduce maintenance burden.Roland Levillain2017-01-171-6/+5
* Revert "Revert "ART: Compiler support for invoke-polymorphic.""Orion Hodson2017-01-151-3/+5
* Revert "Revert "Make object allocation entrypoints only take a class.""Nicolas Geoffray2017-01-121-6/+6
* Revert "Make object allocation entrypoints only take a class."Hiroshi Yamauchi2017-01-121-6/+6
* Make object allocation entrypoints only take a class.Nicolas Geoffray2017-01-111-6/+6
* Use a per-thread VerifierDeps.Nicolas Geoffray2016-11-221-2/+2
* Change check cast entrypoint to check instance ofMathieu Chartier2016-11-081-2/+3
* jni: Support @FastNative methods that return objectsIgor Murashkin2016-10-191-2/+4
* Remove ThrowNoSuchMethod entrypoint.Vladimir Marko2016-09-141-5/+4
* Fix clang-tidy warnings in art.Chih-Hung Hsieh2016-08-261-3/+4
* jni: Fast path for @FastNative annotated java methodsIgor Murashkin2016-08-161-2/+5
* Remove two ReadBarrierMarkRegX entrypoints.Roland Levillain2016-07-251-5/+1
* Introduce more compact ReadBarrierMark slow-paths.Roland Levillain2016-07-131-5/+67
* Replace String.charAt() with HIR.Vladimir Marko2016-06-211-3/+4
* Support unlimited pending checkpointsMathieu Chartier2016-06-131-3/+5
* Assembly TLAB allocation fast path for arm.Hiroshi Yamauchi2016-02-251-2/+2
* Use 8-byte increment bracket sizes for rosalloc thread local runs.Hiroshi Yamauchi2016-02-051-1/+1
* Fast Art interpreterbuzbee2016-01-111-1/+4
* x86 Baker's read barrier fast path implementation.Roland Levillain2015-12-151-1/+2