summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_DexFile.cc
AgeCommit message (Expand)Author
2025-02-13s/oat_location/oat_filename/ when opening an oat file Yu-Ting Tseng
2025-02-10Delete DexFile.getDexFileStatus. Jiakai Zhang
2025-02-10Use `std::string_view` for `DescriptorToDot()`, ... Vladimir Marko
2024-11-05Use `std::string_view` for `ClassTable` operations. Vladimir Marko
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-12-08Add a new CTS test for DCL read-only enforcement am: d3a8a9e960 John Wu
2022-12-08Add a new CTS test for DCL read-only enforcement John Wu
2022-12-02Remove class root duplicates from well known classes. am: 7b97aebac8 Vladimir Marko
2022-12-02Remove class root duplicates from well known classes. Vladimir Marko
2022-11-30Change well known method `String.charAt()` to `ArtMethod*`. am: 97de32773e Vladimir Marko
2022-11-30Change well known method `String.charAt()` to `ArtMethod*`. Vladimir Marko
2022-10-31Allow OatFileAssistant::Create to take std::nullopt for the context. am: b459... Jiakai Zhang
2022-10-31Allow OatFileAssistant::Create to take std::nullopt for the context. Jiakai Zhang
2022-10-17Implement JNI methods for `getCurrentOptimizationStatus`. am: 6e18f43656 Jiakai Zhang
2022-10-17Implement JNI methods for `getCurrentOptimizationStatus`. Jiakai Zhang
2022-10-11Merge "Merge tm-qpr-dev-plus-aosp-without-vendor@9129937" into stage-aosp-master Xin Li
2022-10-11Use kIsTargetAndroid for preventing loading writable dex files. Nicolas Geoffray
2022-10-11Reland^2 "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-10-01Fix use-after-free issue for dexfile am: 1ee0290eed am: 57ed482d34 am: 735c60... Guo Li
2022-09-26Revert^2 "Enforce files loaded in DexFile to be read-only" John Wu
2022-09-15Revert "Enforce files loaded in DexFile to be read-only" Hans Boehm
2022-09-14Enforce files loaded in DexFile to be read-only John Wu
2022-09-14Revert "Reland "Update instrumentation support for non-java debuggable runtim... Mythri Alle
2022-09-09Fix use-after-free issue for dexfile Guo Li
2022-09-07Reland "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-08-12Revert "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-08-10Update instrumentation support for non-java debuggable runtimes Mythri Alle
2022-02-02Only return the vdex file as an optimization file when we don't use the oat f... Nicolas Geoffray
2021-04-19Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBe... Nicolas Geoffray
2021-04-17Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." David Srbecky
2021-04-15Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. Nicolas Geoffray
2021-03-31Support background verification of secondary dex files. Nicolas Geoffray
2021-03-29Also look for boot classpath files in DexFile_getDexFileOutputPaths. Nicolas Geoffray
2021-02-09[metrics] Report some ART metadata Eric Holk
2020-12-14Remove stripped-apk related logic from CLC Calin Juravle
2020-02-15Revert "Revert "Make class loader context fail for unknown class loaders"" Calin Juravle
2020-02-14Revert "Make class loader context fail for unknown class loaders" Stefania Halac
2020-02-12Make class loader context fail for unknown class loaders Calin Juravle
2019-05-02ART: IWYU for HiddenApi domain Andreas Gampe
2019-04-03Preverify InMemoryDexClassLoader-loaded classes from vdex David Brazdil
2019-04-02Create vdex file for dex loaded with InMemoryDexClassLoader David Brazdil
2019-04-02Revert^2 Verify InMemoryDexClassLoader classes in a background thread David Brazdil
2019-04-01Revert "Verify InMemoryDexClassLoader classes in a background thread" David Brazdil
2019-04-01Verify InMemoryDexClassLoader classes in a background thread David Brazdil
2019-03-21Open in-memory dex files into a single DexFile object David Brazdil
2019-01-24Fix bug in InMemoryDexClassLoader loading David Brazdil