summaryrefslogtreecommitdiffstats
path: root/compiler/debug/elf_debug_info_writer.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-3/+3
* ART: Use ObjPtr for GetSuperClassAndreas Gampe2018-10-161-2/+2
* Refactor DecodeDebugLocalInfoMathieu Chartier2018-09-131-9/+4
* Refactor debug info position visitingMathieu Chartier2018-09-121-10/+4
* Use iterators to access stack map data.David Srbecky2018-07-041-2/+1
* Remove unused GetDexRegisterMap arguments.David Srbecky2018-06-071-2/+1
* Fix build: Extend the scope of CodeInfo object in ELF writer.David Srbecky2018-05-311-4/+5
* Rewrite stackmap encoding code.David Srbecky2018-05-211-4/+3
* Move debug info offsets into a side tableMathieu Chartier2018-01-131-2/+2
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-2/+2
* Create dex subdirectoryDavid Sehr2018-01-051-3/+3
* Make CodeItem fields privateMathieu Chartier2017-12-221-8/+4
* Merge "Decouple virtual memory allocation in ElfBuilder."David Srbecky2017-12-131-2/+2
|\
| * Decouple virtual memory allocation in ElfBuilder.David Srbecky2017-12-121-2/+2
* | Add CodeItemDebugInfoAccessorMathieu Chartier2017-12-111-16/+18
|/
* Pass the debug_info_offset explicitly.Nicolas Geoffray2017-11-231-1/+5
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-1/+1
* Refactor linker files from compiler/ to dex2oat/.Vladimir Marko2017-09-201-3/+3
* ART: Remove heap poisoning from globals.hAndreas Gampe2017-09-191-0/+1
* DWARF: Allow compilation units to contain methods out of order.David Srbecky2017-09-181-2/+24
* Avoid binding const references to temporaries.Vladimir Marko2017-05-191-2/+2
* ART: Clean up art_field.hAndreas Gampe2017-04-211-0/+1
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-1/+1
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-2/+2
* Pack stack map entries on bit level to save space.David Srbecky2016-03-311-2/+2
* Add trampoline symbols to native debug info.David Srbecky2016-03-111-0/+2
* Refactor MethodDebugInfo (input of DWARF writer).David Srbecky2016-03-101-12/+12
* Cache DexRegisterMaps when writing native debug info.David Srbecky2016-03-041-4/+24
* Split elf_writer_debug.cc to several files.David Srbecky2016-02-081-0/+649