summaryrefslogtreecommitdiff
path: root/dex2oat
AgeCommit message (Expand)Author
2025-03-20Move more path logic for tests to testing.cc, so it can be used without Martin Stjernholm
2025-03-18Remove workaround for arm32 Linux 3.4 kernels. Elliott Hughes
2025-03-12Fix string truncation for oat key value store. Jiakai Zhang
2025-03-11Ensure oat checksum determinism across hosts and devices. Jiakai Zhang
2025-02-19[Sim] Add a restricted mode setup Chris Jones
2025-02-19dex2oat: Faster .bss and *.rel.ro data collection. Vladimir Marko
2025-02-19Move some utils from `compiler/` to `dex2oat/`. Vladimir Marko
2025-02-19dex2oat: Change reported data for `--dump-timings`. Vladimir Marko
2025-02-18Do not inline a method that was marked as un-compilable. Nicolas Geoffray
2025-02-18Support loading an ELF file from a zip file. Jiakai Zhang
2025-02-17Refactor `ArtMethod` entrypoint initialization. Vladimir Marko
2025-02-14Refactor ElfFile. Jiakai Zhang
2025-02-14Refactor OatFileAssistant - Step 2. Jiakai Zhang
2025-02-14Fix deallocation of OatHeader. Nicolas Geoffray
2025-02-11Remove more dead code for ELF file. Jiakai Zhang
2025-02-11Remove dead code for ELF file. Jiakai Zhang
2025-02-11Fix memory leak when deallocating OatWriter. Nicolas Geoffray
2025-02-07Use `ClassAccessor::GetViewDescriptor()` more. Vladimir Marko
2025-01-30Move dynamic sections to start of OAT file. Konstantin Baladurin
2025-01-30Reduce alignment for .rodata section in OAT files Richard Neill
2025-01-24Revert "Manually initialize WellKnownClasses required by tests." Nicolas Geoffray
2025-01-23Manually initialize WellKnownClasses required by tests. Nicolas Geoffray
2025-01-16Merge sFields and iFields. Nicolas Geoffray
2025-01-07verifier: Speed up `ComputeWidthsAndCountOps()`. Vladimir Marko
2024-12-10Replace the limited libcrypto_for_art with libcrypto_static. Martin Stjernholm
2024-12-09Revert^2 "arm64: Store resolved MethodType-s in .bss." Almaz Mingaleev
2024-11-25Revert "arm64: Store resolved MethodType-s in .bss." Almaz Mingaleev
2024-11-21Order oat methods by startup Jared Duke
2024-11-14Run exception catch callbacks after the dex pc moved callbacks Mythri Alle
2024-11-13Explicitly use implementations where necessary for modules in the same apex Colin Cross
2024-11-11Consolidate the use of some constants. Jiakai Zhang
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-11-07Fix use-after-free in dex2oat mini-debug-info compression. David Srbecky
2024-11-06arm64: Store resolved MethodType-s in .bss. Almaz Mingaleev
2024-11-05Rename ResolveMethodWithoutInvokeType and use it more. Nicolas Geoffray
2024-11-05Use .data.img.rel.ro for app image methods. Vladimir Marko
2024-11-01Temporarily disable failing gtests on riscv64. Ulya Trofimovich
2024-10-31Remove dependencies on the 1-variant fallback Cole Faust
2024-10-29Reland "verifier: Cache types by type index." Vladimír Marko
2024-10-25Revert "verifier: Cache types by type index." Vladimír Marko
2024-10-25verifier: Cache types by type index. Vladimir Marko
2024-10-18Don't crash when generating image for nonexistent dex files. Ulya Trafimovich
2024-10-17Share `RegTypeCache` for all methods in a `Class`. Vladimir Marko
2024-10-08Load app image without holding the mutator lock. Vladimir Marko
2024-10-07Fix `VerificationResults` use in `OatWriter`. Vladimir Marko
2024-09-26Add `art_boot_images` as required dep of some ART tests Spandan Das
2024-09-23Remove the shared dex data handling from oat_writer. Martin Stjernholm
2024-09-09Make dex2oats visible to //tools/vendor/google_prebuilts/arc. Wei Li
2024-09-02Fix the watchdog test that may kill dex2oat with SIGABRT. Martin Stjernholm
2024-08-31Package ART gtest `art_standalone_dex2oat_cts_tests` in ART MTS. Roland Levillain