summaryrefslogtreecommitdiffstats
path: root/oatdump
Commit message (Expand)AuthorAgeFilesLines
* Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-261-5/+10
* Fix oatdump_app_test for address sanitizer.Vladimir Marko2018-04-241-4/+8
* Revert "Revert "Write shared data section for oatdump export dex""Mathieu Chartier2018-04-073-19/+52
* Revert "Write shared data section for oatdump export dex"Orion Hodson2018-04-073-50/+19
* Write shared data section for oatdump export dexMathieu Chartier2018-04-033-19/+50
* Merge "Use vdex's quickening info when decoding a quickened instruction." int...Nicolas Geoffray2018-03-211-1/+4
|\
| * Use vdex's quickening info when decoding a quickened instruction.Nicolas Geoffray2018-03-191-1/+4
* | Move some remaining dex utilitiesDavid Sehr2018-03-191-1/+1
|/
* Separate vdex versioning into two sections: verifier deps and dex code.Nicolas Geoffray2018-03-151-3/+5
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-082-3/+3
* Header library to remove dependence on runtime/David Sehr2018-02-281-1/+1
* Merge "Fix oatdump for app with --boot-image and add test."Vladimir Marko2018-02-285-50/+164
|\
| * Fix oatdump for app with --boot-image and add test.Vladimir Marko2018-02-285-50/+164
* | Remove duplication, split testsDavid Sehr2018-02-211-0/+1
|/
* Build debug library libdexfiledDavid Sehr2018-02-151-1/+3
* Disable bitstring type check runtime hooks.Vladimir Marko2018-02-141-3/+5
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-312-1/+3
* Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-302-3/+1
* Make libdexfile build independent of runtime dirDavid Sehr2018-01-302-1/+3
* Merge "ART: Use libbase for logging in command-line tools"Treehugger Robot2018-01-271-5/+9
|\
| * ART: Use libbase for logging in command-line toolsAndreas Gampe2018-01-221-5/+9
* | Add shared separate data section for compact dexMathieu Chartier2018-01-241-1/+6
* | Revert "Revert "Don't embed the dex code in the oat file if dex is uncompress...Nicolas Geoffray2018-01-231-16/+39
|/
* Refactor jit debugger interface and its ELF creation.David Srbecky2018-01-191-2/+2
* Merge "Generate debug symbols for interpreted methods."David Srbecky2018-01-151-1/+7
|\
| * Generate debug symbols for interpreted methods.David Srbecky2018-01-121-1/+7
* | Revert "Revert "Move quickening info logic to its own table""Mathieu Chartier2018-01-131-1/+0
|/
* Revert "Move quickening info logic to its own table"Nicolas Geoffray2018-01-121-0/+1
* Move quickening info logic to its own tableMathieu Chartier2018-01-111-1/+0
* Merge "Try to mmap vdex file within the address range of the ELF file."David Srbecky2018-01-101-1/+2
|\
| * Try to mmap vdex file within the address range of the ELF file.David Srbecky2018-01-041-1/+2
* | Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-2/+2
* | Create dex subdirectoryDavid Sehr2018-01-051-3/+3
* | ART: Faster type check bitstring initialization.Vladimir Marko2018-01-031-2/+2
* | Make CodeItem fields privateMathieu Chartier2017-12-221-2/+1
|/
* Decouple virtual memory allocation in ElfBuilder.David Srbecky2017-12-121-11/+2
* Change ArtField::ProxyFindSystemClass() to lookup the class.Vladimir Marko2017-12-081-1/+1
* ART: Fix dependencies of dump-oat-core-target .Vladimir Marko2017-12-051-2/+2
* Fill Class and String .bss slots in runtime.Vladimir Marko2017-11-211-0/+59
* Remove kIsVdexEnabled.Nicolas Geoffray2017-11-141-38/+28
* Merge "Add ClassDataItemIterator::HasNextMethod"Mathieu Chartier2017-11-131-25/+4
|\
| * Add ClassDataItemIterator::HasNextMethodMathieu Chartier2017-11-101-25/+4
* | Move oatdump to use code item accessorMathieu Chartier2017-11-101-52/+63
|/
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* Merge "runtime: Bitstring implementation for subtype checking (4/4)."Treehugger Robot2017-11-081-0/+6
|\
| * runtime: Bitstring implementation for subtype checking (4/4).Igor Murashkin2017-11-071-0/+6
* | Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().Vladimir Marko2017-11-061-1/+1
* | Merge "Refactor DexInstructionIterator"Mathieu Chartier2017-11-031-9/+7
|\ \
| * | Refactor DexInstructionIteratorMathieu Chartier2017-11-011-9/+7
| |/
* | ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-3/+3