summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_DexFile.cc
AgeCommit message (Expand)Author
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
2019-01-21hiddenapi: Print warnings for @CorePlatformApi violations David Brazdil
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-11Cleanup native debug interface api. David Srbecky
2018-10-30Refactor MemMap::MapAnonymous(). Vladimir Marko
2018-10-25ART: Do some include-what-you-use Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-18ART: Enable bugprone-unused-return-value Andreas Gampe
2018-10-12ART: Use reinterpret_cast{32,64}<> when appropriate. Vladimir Marko
2018-09-27Add small thread-local cache for use by the interpreter. David Srbecky
2018-08-24Add an overload for MemMap::MapAnonymous(). Vladimir Marko
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-08-02Modernize codebase by replacing NULL with nullptr Yi Kong
2018-05-10Merge "Add support for loading trusted dex files." David Brazdil
2018-05-10Add support for loading trusted dex files. Nicolas Geoffray
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-04-13Move profile dependent modules to libartbase David Sehr
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-23Merge "Add timestamps to JIT/DEX native debug info." David Srbecky
2018-02-21Remove duplication, split tests David Sehr
2018-02-21Add timestamps to JIT/DEX native debug info. David Srbecky
2018-02-13Expose the optimization status of a dex file Calin Juravle
2018-02-02Create list of open dex files for libbacktrace. David Srbecky
2018-01-12Create an ART-independent DexFileLoader David Sehr
2018-01-05Create dex subdirectory David Sehr
2017-11-28Add DexFile.getStaticSizeOfFile function. Richard Uhler
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-11-01Merge "Separate file utilities from utils.cc" David Sehr
2017-11-01Separate file utilities from utils.cc David Sehr
2017-11-01[art] Add classpath check to DexFile.getDexOptNeeded Calin Juravle
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-10-11Add DexFileLoader class Mathieu Chartier