summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_verifier.h
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* stdint types all the way!Ian Rogers2014-10-091-7/+7
* ART: Tighten verifier list reading and offsetsAndreas Gampe2014-09-021-0/+6
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+1
* ART: Check for duplicate class definitions in dex file verifierAndreas Gampe2014-07-291-0/+5
* ART: Improve overflow detection in dex file verifierAndreas Gampe2014-07-171-2/+1
* ART: Clean up DexFile verifier APIAndreas Gampe2014-06-131-4/+4
* ART: Check indices in dex file verifierAndreas Gampe2014-06-061-2/+15
* 64bit cleanliness for the dex file verifier.Ian Rogers2014-01-231-6/+6
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-15/+27
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+97