OSDN Git Service

ART: Mips64 runtime support
authorAndreas Gampe <agampe@google.com>
Thu, 15 Jan 2015 20:10:47 +0000 (12:10 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 16 Jan 2015 04:13:48 +0000 (20:13 -0800)
commit1a5c40672783fac98aca5a04ac798a0a0014de65
tree18545fd8c3588dd4f4dde91d367da82c53cf17a9
parent0223a19fa4fc39ba89de2b87b03b98a5fd97778b
ART: Mips64 runtime support

Interpret-only Mips64 runtime support.

Change-Id: Iee22d0c8c77105d9b2f03a67dc4e09957fe0ab0a
22 files changed:
build/Android.common.mk
build/Android.common_build.mk
runtime/Android.mk
runtime/arch/arch_test.cc
runtime/arch/context.cc
runtime/arch/mips64/asm_support_mips64.S [new file with mode: 0644]
runtime/arch/mips64/asm_support_mips64.h [new file with mode: 0644]
runtime/arch/mips64/context_mips64.cc [new file with mode: 0644]
runtime/arch/mips64/context_mips64.h [new file with mode: 0644]
runtime/arch/mips64/entrypoints_init_mips64.cc [new file with mode: 0644]
runtime/arch/mips64/fault_handler_mips64.cc [new file with mode: 0644]
runtime/arch/mips64/jni_entrypoints_mips64.S [new file with mode: 0644]
runtime/arch/mips64/memcmp16_mips64.S [new file with mode: 0644]
runtime/arch/mips64/quick_entrypoints_mips64.S [new file with mode: 0644]
runtime/arch/mips64/quick_method_frame_info_mips64.h
runtime/arch/mips64/thread_mips64.cc [new file with mode: 0644]
runtime/atomic.h
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/vmap_table.h
test/etc/run-test-jar
test/run-test
tools/symbolize.sh