summaryrefslogtreecommitdiffstats
path: root/src/dex_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Remove pad word from arraysIan Rogers2012-02-281-3/+3
* Invoke static/direct dispatch change.Ian Rogers2012-02-271-70/+12
* Add dex cache codegen helper function.Logan Chien2012-02-171-7/+7
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Stub to capture method entry/exit.jeffhao2011-12-071-0/+2
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-7/+1
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-3/+3
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-15/+4
* Static and direct resolution stub.Ian Rogers2011-10-051-3/+9
* Throw exceptions from ClassLinker.Elliott Hughes2011-09-201-1/+1
* Add MANAGED to class definition for classes mirrored beween C++ and managed codeBrian Carlstrom2011-09-111-2/+2
* Finish moving state to managed heapBrian Carlstrom2011-09-111-3/+3
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-12/+28
* Complete direct, static & virtual invokebuzbee2011-09-021-3/+15
* Use accessor methods for Object fields.Ian Rogers2011-09-021-4/+4
* Fully implement string interning.Elliott Hughes2011-09-011-4/+4
* Allow compilation of classes in different ClassLoadersBrian Carlstrom2011-08-291-1/+1
* Add InitializedStaticStorage tableBrian Carlstrom2011-08-281-31/+44
* Clarify CodeAndMethods to CodeAndDirectMethodsBrian Carlstrom2011-08-281-14/+21
* Add DexCache table of <Method*, Method::GetCode()>Brian Carlstrom2011-08-261-9/+51
* Fix invoke sequence and enable recursive Fibonaccibuzbee2011-08-261-6/+9
* Add slow-path code gen for static/direct invokesbuzbee2011-08-251-0/+12
* First pass of compiler wrapping classBrian Carlstrom2011-08-251-10/+11
* Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_Brian Carlstrom2011-08-211-7/+13
* Initialize ClassLinker from imageBrian Carlstrom2011-08-211-10/+16
* Add NDEBUG buildBrian Carlstrom2011-07-271-4/+4
* ClassLinker can now FindClass all libcore classesBrian Carlstrom2011-07-261-17/+17
* Rename DexFile to DexCacheBrian Carlstrom2011-07-231-0/+100