summaryrefslogtreecommitdiffstats
path: root/profman
Commit message (Expand)AuthorAgeFilesLines
* Add support for aggregation counters in the profileCalin Juravle2018-12-204-12/+88
* ART: Fix performance-inefficient-vector-operationAndreas Gampe2018-11-201-0/+1
* Minimal Android Runtime APEX module.Roland Levillain2018-11-081-0/+1
* ART: Fix android-cloexec warningsAndreas Gampe2018-10-192-6/+8
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-094-35/+35
* Dump Dex file checksums for profman --dump-onlyMathieu Chartier2018-10-011-7/+19
* Fix some performance-unnecessary-value-param tidy and performance-for-range w...Stephen Hines2018-09-241-3/+3
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-282-2/+2
* Revert^2 "ART: Fix some performance-X tidy"Andreas Gampe2018-06-201-1/+1
* Revert "ART: Fix some performance-X tidy"Andreas Gampe2018-06-201-1/+1
* ART: Fix some performance-X tidyAndreas Gampe2018-06-191-1/+1
* Refactor ClassAccessor to use an index instead of ClassDef pointerMathieu Chartier2018-06-071-1/+3
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-26/+32
* Add Method/Field iterator to ClassAccessorMathieu Chartier2018-05-291-2/+2
* Move profman/ to ClassAccessorMathieu Chartier2018-05-242-43/+30
* Make dexlayout and profman independent of libartDavid Sehr2018-05-171-3/+8
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-0/+2
* Revert "Make dexlayout and profman build without libart"Mathieu Chartier2018-05-112-44/+27
* Make dexlayout and profman build without libartDavid Sehr2018-05-102-27/+44
* Merge "Do not verify apks when processing profiles"Calin Juravle2018-04-302-28/+11
|\
| * Do not verify apks when processing profilesCalin Juravle2018-04-272-28/+11
* | Add a profiling libraryDavid Sehr2018-04-265-5/+9
* | Allow INVOKE_VIRTUAL_RANGE as single invokeRico Wind2018-04-251-2/+2
|/
* Dump profile checksumsMathieu Chartier2018-04-231-6/+6
* Merge "profman: removed unused header"Treehugger Robot2018-04-131-1/+0
|\
| * profman: removed unused headerJeff Vander Stoep2018-04-121-1/+0
* | Move profile dependent modules to libartbaseDavid Sehr2018-04-131-1/+1
|/
* Move some remaining dex utilitiesDavid Sehr2018-03-192-4/+4
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-053-3/+5
* Remove duplication, split testsDavid Sehr2018-02-211-0/+1
* Merge "Actually use --copy-and-update-profile-key argument in profman..."Calin Juravle2018-02-162-20/+99
|\
| * Actually use --copy-and-update-profile-key argument in profman...Calin Juravle2018-02-162-20/+99
* | Merge "Ensure that we always set the method hotness in the profile"Treehugger Robot2018-02-162-19/+30
|\|
| * Ensure that we always set the method hotness in the profileCalin Juravle2018-02-152-19/+30
* | Build debug library libdexfiledDavid Sehr2018-02-151-1/+2
|/
* Enable profile data filtering in profmanCalin Juravle2018-02-024-34/+242
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-311-0/+1
* Merge "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-301-1/+0
|\
| * Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-301-1/+0
* | Merge "Profman: Skip dex file verification for boot jars"Treehugger Robot2018-01-302-10/+32
|\ \ | |/ |/|
| * Profman: Skip dex file verification for boot jarsDavid Brazdil2018-01-302-10/+32
* | Make libdexfile build independent of runtime dirDavid Sehr2018-01-301-0/+1
|/
* Enable profile key updates via profmanCalin Juravle2018-01-241-3/+47
* ART: Refactor profile_compilation_info.h includesAndreas Gampe2018-01-222-1/+3
* Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-12/+14
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-053-6/+6
* Remove CodeItem accessor functionsMathieu Chartier2018-01-021-1/+2
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-0/+1
* Fill Class and String .bss slots in runtime.Vladimir Marko2017-11-211-2/+3