summaryrefslogtreecommitdiffstats
path: root/src/oatexec.cc
Commit message (Expand)AuthorAgeFilesLines
* Nomenclature improvements.Elliott Hughes2012-03-261-10/+9
* Stop saying "clazz".Elliott Hughes2012-03-221-2/+2
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-2/+2
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Reduce namespace pollution.Elliott Hughes2012-01-231-2/+10
* Create proxy class, constructor, and methods.Jesse Wilson2011-10-131-2/+2
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-3/+3
* Ensure we exit with EXIT_FAILURE if the main thread had an uncaught exception.Elliott Hughes2011-10-021-5/+7
* Fix oatexec to not print uncaught exceptions twice.Elliott Hughes2011-10-021-21/+16
* Filling in some Class, Method, and Field native code needed during startup an...Brian Carlstrom2011-09-161-5/+0
* oatdumpBrian Carlstrom2011-09-161-4/+2
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-0/+181