summaryrefslogtreecommitdiffstats
path: root/src/dex_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1132/+0
* Use /system/framework/framework.jar:preloaded-classes for on device dex2oatBrian Carlstrom2013-07-101-14/+3
* Quickening support.Sebastien Hertz2013-06-241-0/+22
* Verifier improvements.Ian Rogers2013-05-311-3/+23
* Build fix.Ian Rogers2013-05-291-15/+15
* Increase logging around bad dex files.Ian Rogers2013-05-161-0/+2
* Factor out try item from catch handler finding.Ian Rogers2013-04-181-15/+23
* Various performance improvements.Ian Rogers2013-03-181-19/+1
* Tracking rebase to jb-mr1-releaseBrian Carlstrom2013-03-111-1/+1
* Directory restructuring of object.hIan Rogers2013-01-301-8/+34
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Move logging.h into base/logging.h.Elliott Hughes2012-12-121-1/+1
* Fix bug in static field initialization.mikaelpeltier2012-11-071-1/+1
* Interpreter.Ian Rogers2012-10-261-10/+10
* Add support for Value Format VALUE_TYPE in the encoded_array_item used for in...Brian Carlstrom2012-10-171-5/+11
* Make compiler initialization of classes parallel.Ian Rogers2012-09-241-4/+0
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* Global lock levels.Ian Rogers2012-08-141-4/+23
* Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully...Elliott Hughes2012-06-281-1/+1
* Fix initializer lists to be Google C++ style.Ian Rogers2012-06-261-2/+5
* Fix some camelCase.Elliott Hughes2012-06-181-4/+4
* Convince tsan that the card table isn't a problem.Elliott Hughes2012-06-121-1/+0
* Fix error meessages in DexFile::ChangePermissions() and mem_map.cc.Shih-wei Liao2012-06-071-1/+1
* Add mprotect helper function to MemMap class.Logan Chien2012-06-061-3/+1
* DO NOT MERGE Fix all unsafe caching to be like libcore.Elliott Hughes2012-05-251-11/+4
* Better handle of 0 edge case in duplicate method skippingBrian Carlstrom2012-05-111-2/+2
* Skip compilation of dead code from duplicate methodsBrian Carlstrom2012-05-111-0/+8
* Use try item offset to find catch block instead of Dex PC.Logan Chien2012-05-021-2/+12
* Use dex_pc instead of line_number.TDYa1272012-04-211-8/+2
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-4/+3
* Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method comp...Logan Chien2012-04-101-3/+8
* Don't use variable-length arrays.Elliott Hughes2012-03-261-4/+3
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-1/+1
* Fix DexFile::GetChecksum to work on plain .dex filesBrian Carlstrom2012-03-111-1/+1
* Fix various debugger method invocation bugs.Elliott Hughes2012-02-211-4/+4
* Support for single-stepping by line.Elliott Hughes2012-02-171-12/+12
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-26/+7
* Various dex index tweaks to improve verifier performanceIan Rogers2012-02-161-1/+1
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-19/+38
* Fix to return null if dex file fails verification.jeffhao2012-02-011-4/+18
* Fix to prevent a dex file from being verified multiple times.jeffhao2012-01-311-9/+14
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-6/+6
* Added pass to verify structure of dex file.jeffhao2012-01-251-1/+5
* Remove more lint.Elliott Hughes2012-01-241-2/+2
* Reduce namespace pollution.Elliott Hughes2012-01-231-1/+1
* Disallow DexFile::Open on directoriesIan Rogers2012-01-171-0/+4
* Include the name of the source when extracting classes.dex in memory.Elliott Hughes2012-01-121-4/+3
* Combine OatDexFile and OatClasses sections of oat fileBrian Carlstrom2012-01-111-18/+22
* Move old dex file creation logic to oat file creationBrian Carlstrom2012-01-061-54/+0