summaryrefslogtreecommitdiffstats
path: root/src/dex_file.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1223/+0
* Quickening support.Sebastien Hertz2013-06-241-0/+17
* Verifier improvements.Ian Rogers2013-05-311-3/+6
* Various GCC 3.6 and clang build fixes.Ian Rogers2013-05-201-1/+2
* Factor out try item from catch handler finding.Ian Rogers2013-04-181-5/+5
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-2/+3
* Various performance improvements.Ian Rogers2013-03-181-11/+11
* Directory restructuring of object.hIan Rogers2013-01-301-37/+22
* 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
* Add oat file dependency on boot.oat load locationBrian Carlstrom2012-10-181-2/+4
* Add support for Value Format VALUE_TYPE in the encoded_array_item used for in...Brian Carlstrom2012-10-171-3/+6
* Pass self to lock methods.Ian Rogers2012-09-271-1/+0
* Make compiler initialization of classes parallel.Ian Rogers2012-09-241-2/+0
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-3/+3
* Avoid compile time rewriting of dex code by verifier.Ian Rogers2012-08-281-0/+20
* Global lock levels.Ian Rogers2012-08-141-6/+7
* Clean up kAccWritable in the verifier.Ian Rogers2012-06-281-0/+8
* Fix initializer lists to be Google C++ style.Ian Rogers2012-06-261-4/+4
* Fix a bunch more lint.Elliott Hughes2012-06-211-1/+25
* Fix some camelCase.Elliott Hughes2012-06-181-2/+2
* Use static thread safety analysis when available, and fix the bugs GCC finds.Elliott Hughes2012-06-181-1/+1
* Move payload data structures to dex_instruction.h.Logan Chien2012-05-021-9/+0
* Use try item offset to find catch block instead of Dex PC.Logan Chien2012-05-021-0/+5
* Add an explicit type for the dex "payload" data.Elliott Hughes2012-05-011-0/+9
* Use dex_pc instead of line_number.TDYa1272012-04-211-3/+0
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-3/+3
* Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method comp...Logan Chien2012-04-101-0/+3
* Don't use variable-length arrays.Elliott Hughes2012-03-261-2/+4
* Fix various debugger method invocation bugs.Elliott Hughes2012-02-211-6/+6
* Support for single-stepping by line.Elliott Hughes2012-02-171-9/+9
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-3/+3
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-10/+26
* Fix to prevent a dex file from being verified multiple times.jeffhao2012-01-311-8/+16
* 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-11/+11
* Added pass to verify structure of dex file.jeffhao2012-01-251-2/+128
* Combine OatDexFile and OatClasses sections of oat fileBrian Carlstrom2012-01-111-5/+8
* Add installd support to dex2oatBrian Carlstrom2012-01-051-0/+5
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-6/+19
* Include DexFile::GetLocation() in DexFile [D]CHECKsBrian Carlstrom2011-12-091-29/+29
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-12/+12
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-1/+1
* Start implementing jdb "locals".Elliott Hughes2011-11-181-2/+2
* Implement debugger support for getting thread stacks.Elliott Hughes2011-11-171-4/+5
* Refactor testing to use dex file find routines.Ian Rogers2011-11-141-2/+14
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-457/+475
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-4/+10
* Verifier clean up.Ian Rogers2011-10-241-3/+5