index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
vdex_file.cc
Age
Commit message (
Expand
)
Author
2025-03-13
Clean up code that invalidated vdex files containing cdex.
Martin Stjernholm
2025-03-03
Flag classes that have unresolved type checks.
Nicolas Geoffray
2025-02-28
Reject compact dex files on load.
Martin Stjernholm
2025-02-18
Support loading a VDEX file from a zip file at an address.
Jiakai Zhang
2025-02-14
Refactor OatFileAssistant - Step 2.
Jiakai Zhang
2025-02-11
Remove more dead code for ELF file.
Jiakai Zhang
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-01-31
Add visibility attributes in runtime/v*
Dmitrii Ishcheikin
2023-12-05
Fix CtsSimpleperfTestCases for container dex
David Srbecky
2023-10-25
Extend memory range of DexFileContainer passed to Dex loader.
David Srbecky
2023-07-06
Remove code related to quicken
Santiago Aboy Solanes
2023-05-26
Recompile packages with cdex in vdex'es in background dexopt when the
Martin Stjernholm
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-05-09
Revert "Fix bug where the output vdex could get compact dex data even when"
Nicolas Geoffray
2023-05-05
Fix bug where the output vdex could get compact dex data even when
Martin Stjernholm
2023-02-21
Refactor DexFileLoader
David Srbecky
2023-02-02
Dex: Use DexFileContainer instead of begin/size.
David Srbecky
2022-09-30
Remove redundant definitions of constexpr data.
Vladimir Marko
2022-02-25
Update runtime/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2022-01-12
Reland "Remove old unquickening of vdex logic."
Nicolas Geoffray
2022-01-10
Do not continue loading a vdex if we don't have enough reserved space.
Nicolas Geoffray
2022-01-06
Revert "Remove old unquickening of vdex logic."
Nicolas Geoffray
2022-01-05
Remove old unquickening of vdex logic.
Nicolas Geoffray
2021-12-01
Suppress vdex madvise calls for metadata access
Jared Duke
2021-10-20
Use the .dm file at runtime for verification.
Nicolas Geoffray
2021-09-10
vdex: add checks in the event of file corruption.
Nicolas Geoffray
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-04-19
Reland "Move the type lookup table to vdex."
Nicolas Geoffray
2021-04-16
Revert "Move the type lookup table to vdex."
Nicolas Geoffray
2021-04-15
Move the type lookup table to vdex.
Nicolas Geoffray
2021-03-31
Restore code inadvertently removed.
Nicolas Geoffray
2021-03-31
Support background verification of secondary dex files.
Nicolas Geoffray
2021-03-25
Revamp vdex format for better extensibility.
Nicolas Geoffray
2021-03-12
Add madvising of .odex, .vdex and .art files
Jagadeesh Pakaravoor
2021-02-16
Use vdex assignability types at runtime.
Nicolas Geoffray
2019-12-10
Proactively dequicken on debuggable switch.
Alex Light
2019-10-30
Oat file checksums for boot image extensions.
Vladimir Marko
2019-05-17
Add extra systrace for app startup
Mathieu Chartier
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-02-27
Revert "Revert "Add support for booting with a boot classpath not fully AOTed.""
Nicolas Geoffray
2019-02-26
Revert "Add support for booting with a boot classpath not fully AOTed."
Andreas Gampe
2019-02-19
Add support for booting with a boot classpath not fully AOTed.
Nicolas Geoffray
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-11-22
Rename and reorganize hiddenapi::ApiList
David Brazdil
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-31
Reserve boot image memory in one go.
Vladimir Marko
2018-08-21
Merge "Remove unnecessary indirection from MemMap."
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
[next]