summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick/quick_alloc_entrypoints.cc
Commit message (Expand)AuthorAgeFilesLines
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-0/+88
* Embed array class pointers at array allocation sites.Hiroshi Yamauchi2014-01-271-0/+8
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-0/+12
* Background compaction support.Mathieu Chartier2014-01-081-1/+2
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-0/+1
* Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()Hiroshi Yamauchi2013-11-211-2/+10
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-102/+47
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-0/+53
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-13/+13
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+79