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