summaryrefslogtreecommitdiff
path: root/libunwindstack/DexFile.h
AgeCommit message (Expand)Author
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-05-11Fix DexFile sharing bug.David Srbecky
2021-05-08Add global DexFile cache.David Srbecky
2021-05-08Refactor DexFile::CreateDavid Srbecky
2021-05-08Pass DexFile as shared_ptrDavid Srbecky
2021-03-24Merge "Simplify DexFile implementation."David Srbecky
2021-03-23Simplify DexFile implementation.David Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2021-03-22Share code between JitDebug and DexFilesDavid Srbecky
2021-03-21Add DexFile symbol cache.David Srbecky
2021-03-09Rename DexFile::GetMethodInformation to GetFunctionNameDavid Srbecky
2020-04-07Avoid re-mapping dex file that's in local memory.Sim Sun
2020-03-20Fix memory leak of DexFile handle after releaseYong Li
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-03-29Check for data races when reading JIT/DEX entries.David Srbecky
2019-01-09Some minor updates in the libdexfile external API.Martin Stjernholm
2018-12-19Revert^2 "Use libdexfile external API in libunwindstack."Martin Stjernholm
2018-12-19Revert "Use libdexfile external API in libunwindstack."Martin Stjernholm
2018-12-13Use libdexfile external API in libunwindstack.Martin Stjernholm
2018-08-08Move to using ClassAccessorMathieu Chartier
2018-07-20Create lookup table of DEX symbols.David Srbecky
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris