summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* ART: Allow oat files with duplicates classes in corner caseAndreas Gampe2015-04-291-0/+25
* ART: Remove multidex limitAndreas Gampe2015-04-281-8/+30
* Replace NULL with nullptrMathieu Chartier2015-04-221-50/+55
* Move ArtField to nativeMathieu Chartier2015-04-101-6/+4
* Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-021-4/+4
* ART: Report zip opening errorAndreas Gampe2015-03-041-1/+2
* ART: Templatize IsInt & IsUintAndreas Gampe2015-02-181-3/+3
* Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()."Vladimir Marko2015-02-111-2/+2
|\
| * Fix ImageWriter::ComputeEagerResolvedStringsCallback().Vladimir Marko2015-02-111-2/+2
* | ART: Simple structural class checkAndreas Gampe2015-01-141-4/+10
* | Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-25/+28
|/
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-071-4/+5
* ART: More warningsAndreas Gampe2014-11-041-3/+7
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+2
* Tidy up logging.Ian Rogers2014-10-221-0/+2
* stdint types all the way!Ian Rogers2014-10-091-16/+16
* Remove dex file index building mutex.Ian Rogers2014-09-121-14/+14
* Merge "ART: Fix things for valgrind"Andreas Gampe2014-09-101-5/+6
|\
| * ART: Fix things for valgrindAndreas Gampe2014-09-101-5/+6
* | Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-41/+16
|/
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-29/+45
* Avoid handle-less fields in ClassLinker::InitializeClass()Hiroshi Yamauchi2014-08-211-3/+3
* Remove clang detected warning on tautological comparisonBrian Carlstrom2014-08-081-1/+0
* Use canonical paths when searching for dex filesCalin Juravle2014-08-041-0/+33
* Return "false" instead of "nullptr" in bool DexFile::Open.Alexander Ivchenko2014-06-261-1/+1
* ART: Native support for multidexAndreas Gampe2014-06-251-19/+105
* ART: Do not try to pretty-print method in dex fileAndreas Gampe2014-06-191-4/+2
* Make DexFile content read only before running DexFileVerifierBrian Carlstrom2014-05-251-4/+4
* Fix ExtractToMemMap to show original zip file name in ashmemBrian Carlstrom2014-05-231-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-11/+11
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+0
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-171-0/+1
* Add debug code for saving dex file inputsBrian Carlstrom2014-02-201-1/+2
* Remove blacklistSebastien Hertz2014-02-171-11/+14
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-13/+28
* Remove unneeded quotingBrian Carlstrom2013-12-101-3/+3
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-4/+4
* Faster Signature::operator==(const StringPiece& rhs).Vladimir Marko2013-11-251-0/+26
* Avoid some string allocations.Vladimir Marko2013-11-211-5/+3
* Rewrite intrinsics detection.Vladimir Marko2013-11-181-3/+4
* Put arguments first in debugger variable table and fix name bug.Jeff Hao2013-11-141-3/+3
* Compacting collector.Mathieu Chartier2013-11-111-4/+10
* Fix DexFile error handling to close fd properly.Vladimir Marko2013-11-061-33/+34
* Remove unused length from DexFile GetString calls.Ian Rogers2013-10-311-4/+2
* Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-2/+2
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-70/+87