summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints
Commit message (Expand)AuthorAgeFilesLines
* JNI dlsym lookup fixes.Ian Rogers2014-07-072-0/+13
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-241/+341
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-302-8/+0
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-0/+4
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-184-13/+16
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+2
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-1/+0
* Merge "Change MethodHelper to use a Handle."Mathieu Chartier2014-06-107-62/+63
|\
| * Change MethodHelper to use a Handle.Mathieu Chartier2014-06-097-62/+63
* | Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-102-75/+28
|\ \
| * | ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-092-75/+28
* | | ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-105-79/+159
* | | Remove TARGET_REX_SUPPORT define.Ian Rogers2014-06-101-4/+0
* | | ART: Generic JNI for x86Andreas Gampe2014-06-091-7/+4
| |/ |/|
* | Merge "x86_64: Hard Float ABI support in QCG"Bill Buzbee2014-06-071-2/+6
|\ \ | |/ |/|
| * x86_64: Hard Float ABI support in QCGDmitry Petrochenko2014-06-071-2/+6
* | Change FieldHelper to use a handle.Mathieu Chartier2014-06-062-8/+11
|/
* Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-1/+3
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-2912-122/+145
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-235-38/+56
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-225-46/+34
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-225-34/+46
* ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architecturesAndreas Gampe2014-05-211-60/+103
* Fix race condition between GCDaemon and DeleteLocalReferenceYevgeny Rouban2014-05-202-2/+4
* Improve stack walk performance.Vladimir Marko2014-05-202-5/+10
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-2/+2
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-192-2/+2
|/
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-9/+0
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-135-100/+109
* Add some debugging info for bug 14469172.Mingyao Yang2014-05-051-0/+7
* Merge "Add finalizer references from the entrypoints."Mathieu Chartier2014-05-021-5/+7
|\
| * Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-5/+7
* | Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-021-28/+18
|/
* Merge "Visit deoptimized shadow frames as roots"Sebastien Hertz2014-04-291-1/+1
|\
| * Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-291-1/+1
* | Remove unreachable JNI workaround code.Ian Rogers2014-04-281-75/+0
* | Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-282-0/+5
|\ \ | |/ |/|
| * Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-252-0/+5
* | Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-1/+1
|/
* Revert "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-221-0/+11
* 64bit changes to the stack walker for the Quick ABI.Nicolas Geoffray2014-04-181-11/+0
* ART: A workaround for a wrongly-read caller's frameVladimir Kostyukov2014-04-071-75/+32
* Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-22/+35
* Please clang by making explicit instantiations non-static.Nicolas Geoffray2014-04-041-4/+4
* Explicitly instantiate artInvokeCommon to please analysis tool.Nicolas Geoffray2014-04-041-7/+26
* Restore the args in the invoke trampoline slow paths.Mathieu Chartier2014-04-032-248/+229
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-014-12/+8
* Implement implicit stack overflow checksDave Allison2014-03-311-1/+3