summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-032-0/+132
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-033-0/+19
* Add VerifyObject calls to JniMethodEndWithReference.Mathieu Chartier2014-02-281-0/+2
* Add null check in artQuickResolutionTrampolineMathieu Chartier2014-02-271-7/+11
* Make allocations report usable size.Ian Rogers2014-02-262-6/+11
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+3
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Restore refs in artQuickProxyInvokeHandler.Mathieu Chartier2014-02-211-14/+30
* Upcall support for x86-64.Ian Rogers2014-02-201-98/+298
* Remove blacklistSebastien Hertz2014-02-175-27/+52
* Don't store this_object in SIRT for static invokes.Mathieu Chartier2014-02-162-4/+5
* Remove using mirror::* in jni internal.Mathieu Chartier2014-02-141-4/+2
* Merge "Speed up method lookup in a different dex file."Vladimir Marko2014-02-121-2/+4
|\
| * Speed up method lookup in a different dex file.Vladimir Marko2014-02-111-2/+4
* | Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-2/+2
|\ \
| * | Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-2/+2
| |/
* | Add more checking to ReleasePrimitiveArray.Mathieu Chartier2014-02-111-1/+2
|/
* Object model changes to support 64bit.Ian Rogers2014-02-0614-119/+105
* Add missing SIRT to FindMethodFromCode.Mathieu Chartier2014-02-051-6/+7
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-4/+4
* Embed array class pointers at array allocation sites.Hiroshi Yamauchi2014-01-273-0/+33
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-233-8/+85
* Clean up access checks.Vladimir Marko2014-01-211-41/+11
* Background compaction support.Mathieu Chartier2014-01-084-20/+55
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-5/+4
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-0/+1
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-123-26/+26
* Enable moving classes.Mathieu Chartier2013-12-104-18/+22
* Merge "Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge."Mathieu Chartier2013-12-101-1/+4
|\
| * Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge.Mathieu Chartier2013-12-101-1/+4
* | Remove unneeded quotingBrian Carlstrom2013-12-101-1/+1
* | Don't prefix GC map by length.Vladimir Marko2013-12-101-5/+1
|/
* Fix incorrect IsHeapAddress in jni entrypoints.Mathieu Chartier2013-12-031-1/+1
* Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()Hiroshi Yamauchi2013-11-212-6/+14
* Refactor allocation entrypoints.Mathieu Chartier2013-11-204-202/+148
* Compacting collector.Mathieu Chartier2013-11-114-14/+20
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-293-8/+33
* Merge "Inline field and method resolution." into dalvik-devSebastien Hertz2013-10-296-288/+335
|\
| * Inline field and method resolution.Sebastien Hertz2013-10-286-288/+335
* | Populate dex cache for sharpened calls.Ian Rogers2013-10-251-0/+16
|/
* Fast JNI support.Ian Rogers2013-10-203-14/+33
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-084-44/+27
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-022-16/+27
* Merge "Cleanup invoke in interpreter." into dalvik-devSebastien Hertz2013-09-301-2/+10
|\
| * Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-2/+10
* | Merge "Make artQuickResolutionTrampoline fix up references after GC points." ...Mathieu Chartier2013-09-261-7/+14
|\ \
| * | Make artQuickResolutionTrampoline fix up references after GC points.Mathieu Chartier2013-09-261-7/+14
| |/
* | Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-253-41/+167
|/
* Improve float to integral conversion.Ian Rogers2013-09-202-45/+26