summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.h
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/+4
* ART: Remove multidex limitAndreas Gampe2015-04-281-1/+7
* Replace NULL with nullptrMathieu Chartier2015-04-221-20/+21
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-021-10/+11
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-4/+15
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-0/+7
* Revert "Add JIT"Nicolas Geoffray2015-02-241-7/+0
* Add JITMathieu Chartier2015-02-231-0/+7
* Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()."Vladimir Marko2015-02-111-1/+1
|\
| * Fix ImageWriter::ComputeEagerResolvedStringsCallback().Vladimir Marko2015-02-111-1/+1
* | ART: Simple structural class checkAndreas Gampe2015-01-141-2/+14
* | Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-21/+23
|/
* Add hash map, reduce excessive hashingMathieu Chartier2014-11-071-4/+19
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-4/+4
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Tidy MethodProtoHelper.Ian Rogers2014-10-281-1/+2
* stdint types all the way!Ian Rogers2014-10-091-30/+30
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-4/+34
* Remove dex file index building mutex.Ian Rogers2014-09-121-1/+0
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-13/+13
* Merge "Reduce and speed-up class def searches."Ian Rogers2014-09-021-10/+21
|\
| * Reduce and speed-up class def searches.Ian Rogers2014-09-021-10/+21
* | ART: Fix dex file verifier type-list handlingAndreas Gampe2014-09-021-0/+10
|/
* Avoid handle-less fields in ClassLinker::InitializeClass()Hiroshi Yamauchi2014-08-211-1/+1
* Use canonical paths when searching for dex filesCalin Juravle2014-08-041-0/+17
* ART: Account for multidex location strings in VMClassLoaderAndreas Gampe2014-07-241-0/+14
* ART: Native support for multidexAndreas Gampe2014-06-251-7/+43
* Reduce header files including header files.Ian Rogers2014-06-061-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* 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-6/+5
* Force inlining on trivial accessors.Ian Rogers2014-04-291-10/+1
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+0
* Remove blacklistSebastien Hertz2014-02-171-0/+1
* 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-27/+9
* Faster Signature::operator==(const StringPiece& rhs).Vladimir Marko2013-11-251-4/+1
* Rewrite intrinsics detection.Vladimir Marko2013-11-181-1/+5
* Compacting collector.Mathieu Chartier2013-11-111-4/+6
* Remove unused length from DexFile GetString calls.Ian Rogers2013-10-311-0/+1
* Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-58/+14
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-15/+15
* resolved conflicts for merge of 5d79c5de to dalvik-devBrian Carlstrom2013-10-201-0/+2
|\
| * Preload DexCachesBrian Carlstrom2013-10-201-0/+2
* | am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-4/+3
|\ \ | |/
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-4/+3
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-30/+14
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-9/+86