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