summaryrefslogtreecommitdiffstats
path: root/src/dex_instruction_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Verifier clean up.Ian Rogers2011-10-241-7/+6
* Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).Elliott Hughes2011-10-071-1/+1
* Added first pass of verifier and supporting changes.jeffhao2011-08-261-14/+15
* Remove stray trailing semicolons.Carl Shapiro2011-08-061-1/+1
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-4/+4
* Extend the instruction class with instruction attributes.Carl Shapiro2011-07-091-5/+5
* Limit the visibility of the instruction list.Carl Shapiro2011-06-291-1/+5
* Add check to inst visitorbuzbee2011-06-281-0/+1
* Add an instruction abstraction and visitor.Carl Shapiro2011-06-241-0/+53