summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.cc
AgeCommit message (Expand)Author
2025-02-18Refactor `Instrumentation` out of `Runtime`. Vladimir Marko
2025-02-17Refactor `ArtMethod` entrypoint initialization. Vladimir Marko
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-06-20Move some classes from `runtime/` to `dex2oat/`. Vladimir Marko
2024-05-17Move transaction records from `Runtime` to `AotClassLinker`. Vladimir Marko
2024-01-24Add visibility attributes in runtime/c* Dmitrii Ishcheikin
2023-02-21Refactor DexFileLoader David Srbecky
2023-01-17Suppress logging when creating Runtime for gtests. Vladimir Marko
2022-12-02Change remaining well known methods to `ArtMethod*`. Vladimir Marko
2022-11-29Change well known class loader methods to `ArtMethod*`. Vladimir Marko
2022-11-09Clean up decoding well-known classes. Vladimir Marko
2022-11-08ART: Initialize intrinsics earlier. Vladimir Marko
2022-10-21Change well known boxing methods to `ArtMethod*`. Vladimir Marko
2022-08-10Fix gtest failures due to userfaultfd GC Lokesh Gidra
2022-02-25Initialize intrinsics in dex2oat. Nicolas Geoffray
2022-02-11Revert^4 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-08Revert^3 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-07Revert^2 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-07Also create VerifierDeps for boot image compilation. Nicolas Geoffray
2022-02-01Revert "Generate a primary boot image for testing." Hans Boehm
2022-01-31Generate a primary boot image for testing. Jiakai Zhang
2022-01-24Reland "Use InitializeMethodsCode when we need to reinitialize a method entry... Nicolas Geoffray
2022-01-18Make it easier to change the location of the primary boot image. Jiakai Zhang
2022-01-14Revert "Use InitializeMethodsCode when we need to reinitialize a method entry... Nicolas Geoffray
2022-01-13Use InitializeMethodsCode when we need to reinitialize a method entrypoint. Nicolas Geoffray
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-11-15ART: Use core image to speed up some gtests. Vladimir Marko
2021-10-26Add support to place shared libraries after the dex path Brad Stenning
2021-07-06Uncouple ART gtests from the ART APEX. Roland Levillain
2021-04-26dex2oat: Expect boot image profiles for boot image. Vladimir Marko
2021-01-11Rewrite method matching in UnstartedRuntime. Vladimir Marko
2020-10-20Update host tests to point to a dedicated boot image directory. Martin Stjernholm
2020-07-09Refactor arm assembly tests. David Srbecky
2020-05-15Revert^2 "Remove test_per_src from ART tests." David Srbecky
2020-05-08Revert "Remove test_per_src from ART tests." Christopher Ferris
2020-05-07Remove test_per_src from ART tests. David Srbecky
2020-03-31Deduplicate interned image strings. Vladimir Marko
2020-03-26Host gtests: Use the apex boot image instead of core.art. David Srbecky
2020-02-14Remove MIPS support from runtime/. Vladimir Marko
2020-02-08Introduce BaseDexClassLoader.computeClassLoaderContextsNative Dan Zimmerman
2020-02-07Device gtests: Use boot.art instead of core.art. David Srbecky
2019-07-29Update Transaction for boot image extension. Vladimir Marko
2019-06-26ART: Ensure SlowDebug is enabled in all gtests Andreas Gampe
2019-06-04ART: Remove superfluous logging Andreas Gampe
2019-04-01ObjPtr<>-ify StackTraceElement and ClassLoader. Vladimir Marko
2019-03-22Support InMemoryDexClassLoader in ClassLoaderContext David Brazdil
2019-02-20Make jni_internal_test a CommonRuntimeTest. Vladimir Marko
2018-12-05Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest Victor Chang
2018-12-03Merge "Reduce core image to core-{oj,libart,simple}." Vladimir Marko
2018-11-30Revert^2 "Support shared libraries in CreateContextFromClassLoader." Nicolas Geoffray