summaryrefslogtreecommitdiff
path: root/test/common
AgeCommit message (Expand)Author
2025-02-17Refactor `ArtMethod` entrypoint initialization. Vladimir Marko
2025-01-20Introduce an "external" variant of libarttest(d).so and use it to fix Martin Stjernholm
2025-01-05Add a test to check AOT code is used when method tracing is stopped Mythri Alle
2024-10-17Fix `--jit-on-first-use` run-tests. Vladimir Marko
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-03-21Reuse boot JNI stub for native methods (reland). hangl
2024-03-08Revert "Reuse boot JNI stub for native methods" Nicolas Geoffray
2024-03-07Reuse boot JNI stub for native methods hangl
2024-02-21Update tests to explicitly ensure JITed code Mythri Alle
2024-02-06For JIT at first use, compile the method directly. Nicolas Geoffray
2024-02-05In ForceJitCompile in tests, do pattern match first. Nicolas Geoffray
2024-02-05For tests, enqueue JIT compilation instead of doing it on the current thread. Nicolas Geoffray
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2024-01-16Retry the test if GC still happens in 2271-profile-inline-cache. Jiakai Zhang
2023-12-18Make profile inline cache threshold configurable. Jiakai Zhang
2023-12-15Revert "Move the construction of ProfilingInfo in the compiler." Javier Molina
2023-12-14Move the construction of ProfilingInfo in the compiler. Nicolas Geoffray
2023-10-10Reland^2 "Add a small pattern matcher to JIT compilation." Nicolas Geoffray
2023-10-03Revert Reland "Add a small pattern matcher to JIT compilation." Nicolas Geoffray
2023-10-02Reland "Add a small pattern matcher to JIT compilation."" Nicolas Geoffray
2023-09-23Revert "Add a small pattern matcher to JIT compilation." Nicolas Geoffray
2023-09-22Add a small pattern matcher to JIT compilation. Nicolas Geoffray
2023-09-08Don't update the compiler filter when using a runtime image. Jiakai Zhang
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-11-08Fix ulimit in 151-OpenFileLimit David Srbecky
2022-10-25Fix for Thread::QuickDeliverException. Nicolas Geoffray
2022-09-26Remove ANDROID_LOG_TAGS=*:e filter in gtests. Martin Stjernholm
2022-07-14Reland "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-13Revert "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-12Introduce a flag to check if JITed code has instrumentation support Mythri Alle
2022-06-22Cleanup around method inspection callbacks Mythri Alle
2022-05-12Make ForceJitCompile more robust. Nicolas Geoffray
2022-01-18Cleanup method inspection callbacks from jvmti Mythri Alle
2022-01-04Install instrumentation stubs for supporting single thread deopts Mythri Alle
2021-12-21Reland "More entrypoint handling cleanup." Nicolas Geoffray
2021-12-20Revert "More entrypoint handling cleanup." Nicolas Geoffray
2021-12-20More entrypoint handling cleanup. Nicolas Geoffray
2021-05-06Adjust code in compiledWithOptimizing Nicolas Geoffray
2021-05-04Generalize Main.compiledWithOptimizing. Nicolas Geoffray
2021-03-01Don't abort if the oat file doesn't have dex2oat command line key. Nicolas Geoffray
2020-10-13Introduce a ensureJitBaselineCompiled for tests. Nicolas Geoffray
2020-09-24Add ability to override gtest LOG_TAGS Alex Light
2020-08-18Move to do/while loop to ensure optimized compilation. Nicolas Geoffray
2020-08-10Reland "Cleanups around the creation of ProfilingInfo." Nicolas Geoffray
2020-08-06Revert "Cleanups around the creation of ProfilingInfo." Lokesh Gidra
2020-08-06Cleanups around the creation of ProfilingInfo. Nicolas Geoffray
2020-07-09Rewrite assembler_test_base.h David Srbecky
2020-06-18Introduce an enum for the compilation kind. Nicolas Geoffray
2020-05-20HWASan fixes for ART tests David Srbecky
2020-05-15Revert^2 "Remove test_per_src from ART tests." David Srbecky