History log of /art/runtime/arch/mips64/jni_entrypoints_mips64.S
Revision Date Author Comments
04568815cbfa18f0fa8b8d751fb83a1089909660 23-Apr-2015 Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> Fix stub_test for Mips64

Force ENTRY macro to load GP. Instead .cpload (used for o32 abi,
not working for n64) use .cpsetup to set up GP and save previous
GP value.

Fix expectations in GetSet32Static.

Change-Id: Ie97e32fa2fee7a6e8bae6bc36e78976b8be62b79
75c40d419b621342ac834e5b61abcdcd84537063 03-Apr-2015 Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> Fix JNI compiler for mips64

Fix assembly instructions in JNI stub to store the right size. Fix
callee-saves in JNI calling convention to reflect return registers.
Fix pointer size in mips64 assembler.

Change-Id: I4eccd1f56f62fa9119918192ec424e9073398bc7
1a5c40672783fac98aca5a04ac798a0a0014de65 15-Jan-2015 Andreas Gampe <agampe@google.com> ART: Mips64 runtime support

Interpret-only Mips64 runtime support.

Change-Id: Iee22d0c8c77105d9b2f03a67dc4e09957fe0ab0a