- e7e026b In GetDexoptNeeded, check whether the oat file was compiled without image. by Nicolas Geoffray · 2 years, 9 months ago
- 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
- 57a45be Revert^4 "Store and check apex-versions in boot ..." by Jiakai Zhang · 2 years, 11 months ago
- 16eb100 Revert "Revert^2 "Store and check apex-versions in boot images."" by Santiago Aboy Solanes · 2 years, 11 months ago
- 11b78a8 Revert^2 "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years ago
- 5bd2208 Revert "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years ago
- 2de577d Store and check apex-versions in boot images. by Jiakai Zhang · 3 years ago
- 84caad6 Reland "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years ago
- dcf9570 Revert "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years ago
- 537f477 Remove old unquickening of vdex logic. by Nicolas Geoffray · 3 years ago
- 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
- 7fa7086 Update ART runtime to recognize artifacts on /system for APEX. by Jiakai Zhang · 3 years, 3 months ago
- ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 5 months ago
- d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 3 years, 5 months ago
- b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 5 months ago
- 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 6 months ago
- bbdb1ed Cache boot classpath checksums at runtime init. by Nicolas Geoffray · 3 years, 6 months ago
- a09d8b7 Add runtime option -Xbootclasspathfds: for pre-opened fds by Victor Hsieh · 3 years, 7 months ago
- 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 3 years, 7 months ago
- 61ffd04 Make the runtime option -Ximage a ParseStringList by Victor Hsieh · 3 years, 7 months ago
- d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 8 months ago
- 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 8 months ago
- 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 8 months ago
- c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 9 months ago
- a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 9 months ago
- ee1c961 Pass duped FDs to the vdex_for_odex_ OatFileInfo. by Nicolas Geoffray · 3 years, 10 months ago
- e5276da runtime: log message for failing to stat odrefresh files by Orion Hodson · 3 years, 10 months ago
- 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 3 years, 10 months ago
- b6f8857 runtime: update oat_file_assistant for on device signing by Orion Hodson · 3 years, 11 months ago
- 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 3 years, 10 months ago
- c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
- 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
- fa81f71 Remove the ability to load the boot image from dalvik cache by Orion Hodson · 4 years ago
- 6e6f1b2 Do not open dex files in CLC if we only need to get dexopt status by Calin Juravle · 4 years ago
- 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
- ae7168e Remove unused image space order argument by Orion Hodson · 4 years, 3 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
- c260ba8 Remove unused class member `art::OatFileAssistant::flock_`. by Roland Levillain · 4 years, 5 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 6 months ago
- 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 4 years, 11 months ago
- e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 11 months ago
- 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 11 months ago
- af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 4 years, 11 months ago
- b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
- 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
- 4a17f8a Add extra systrace for app startup by Mathieu Chartier · 6 years ago
- 2e3cb54 Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
- 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
- bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
- 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
- 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
- de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
- 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
- 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
- f3d88a8 Support oat files compiled with partial boot class path. by Vladimir Marko · 6 years ago
- 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
- fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
- 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
- c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
- 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
- e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
- c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
- 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
- baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
- d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
- b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
- f790a4b Merge "Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat" by David Brazdil · 7 years ago
- 9e423af Handle unset ANDROID_DATA in DexLocationToOatFilename by Mathieu Chartier · 7 years ago
- 32bde99 Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat by David Brazdil · 7 years ago
- adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 7 years ago
- 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago
- d8860b4 Do not load app image for class collisions by Vladimir Marko · 7 years ago
- 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
- bd3e1ce ART: Change GetOptimizationStatus by Andreas Gampe · 7 years ago
- 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
- bac00b9 Merge "ART: Add to comments" by Treehugger Robot · 7 years ago
- 8f81de5 ART: Add to comments by Andreas Gampe · 7 years ago
- 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
- 9ea84d0 ART: Update dex-file fallback code by Andreas Gampe · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
- a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
- d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
- 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 7 years ago
- 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
- 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
- 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
- eab2b42 Merge "Remove kIsVdexEnabled." by Nicolas Geoffray · 7 years ago
- 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
- 099f8d6 Do not use realpath in oat file assistant by Calin Juravle · 7 years ago
- 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
- c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
- ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
- 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago