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