summaryrefslogtreecommitdiffstats
path: root/runtime/dex
Commit message (Expand)AuthorAgeFilesLines
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-1/+1
* Create SdkVersion enum, migrate users to itDavid Brazdil2018-11-161-2/+2
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add object-array-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-0/+2
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-1/+1
* ART: Modernize counting-down loopsAndreas Gampe2018-09-201-2/+2
* Refactor debug info position visitingMathieu Chartier2018-09-121-3/+3
* ObjPtr<>-ify ArtMethod and mirror::Method.Vladimir Marko2018-07-191-1/+1
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-2/+2
* Remove mirror::String::java_lang_String_.Vladimir Marko2018-05-302-48/+38
* Remove PrimitiveArray<T>::array_class_.Vladimir Marko2018-05-251-1/+2
* ObjPtr<>-ify annotation processing.Vladimir Marko2018-05-222-72/+82
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-163-1172/+0
* Refactor flaky ArtDexFileLoader IsPlatformDex gtestDavid Brazdil2018-05-151-90/+119
* ART: Add dex::ProtoIndexOrion Hodson2018-05-141-2/+2
* Handle multidex in LocationIsOnSystemFramework.Nicolas Geoffray2018-05-102-1/+65
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* Add CommonArtTestDavid Sehr2018-05-011-1/+1
* Move profile dependent modules to libartbaseDavid Sehr2018-04-132-3/+3
* Revert "Revert "Allow hidden API access from system libraries""David Brazdil2018-03-273-1/+138
* Merge "Revert "Allow hidden API access from system libraries""Nicolas Geoffray2018-03-263-138/+1
|\
| * Revert "Allow hidden API access from system libraries"Nicolas Geoffray2018-03-263-138/+1
* | Merge "Allow hidden API access from system libraries"Treehugger Robot2018-03-263-1/+138
|\|
| * Allow hidden API access from system librariesDavid Brazdil2018-03-263-1/+138
* | Verify dex files in zip and from files are not CompactDexMathieu Chartier2018-03-221-0/+17
|/
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-053-208/+1
* ART: Fixes for constructor parameter annotationsOrion Hodson2018-03-052-1/+20
* Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-282-2/+14
* Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-272-14/+2
* Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-272-2/+14
* Fix a memory leakGeorge Burgess IV2018-02-181-3/+3
* Move libdexfile out of runtimeDavid Sehr2018-02-1451-16510/+14
* Split dex_file_loader_testDavid Sehr2018-02-093-396/+417
* Merge "Revert^2 "ART: Interpreter support for VarHandle accessors""Treehugger Robot2018-02-092-1/+23
|\
| * Revert^2 "ART: Interpreter support for VarHandle accessors"Orion Hodson2018-02-092-1/+23
* | Merge "Fix potential null read for truncated dex files"Mathieu Chartier2018-02-071-2/+4
|\ \
| * | Fix potential null read for truncated dex filesMathieu Chartier2018-02-071-2/+4
| |/
* / Make libdexfile tests independent of runtimeDavid Sehr2018-02-066-76/+147
|/
* Merge "Revert "ART: Interpreter support for VarHandle accessors""Orion Hodson2018-02-062-23/+1
|\
| * Revert "ART: Interpreter support for VarHandle accessors"Orion Hodson2018-02-062-23/+1
* | Merge "ART: Interpreter support for VarHandle accessors"Treehugger Robot2018-02-062-1/+23
|\|
| * ART: Interpreter support for VarHandle accessorsOrion Hodson2018-02-062-1/+23
* | Enable code item dedupingMathieu Chartier2018-02-051-1/+1
|/
* Merge changes I39354837,Id8e47f45Alex Light2018-02-023-0/+17
|\
| * Change ClassFileLoadHook to lazily compute dex fileAlex Light2018-02-023-0/+17
* | Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-3120-209/+1611
* | Merge "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-3020-1611/+209
|\ \
| * | Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-3020-1611/+209
* | | Merge "Make libdexfile build independent of runtime dir"David Sehr2018-01-3020-209/+1611
|\| |