OSDN Git Service

ART: Fix some redundant declarations
authorAndreas Gampe <agampe@google.com>
Wed, 5 Nov 2014 06:26:32 +0000 (22:26 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 5 Nov 2014 06:26:32 +0000 (22:26 -0800)
commite17945650e860f133c75c0e3abd5f5342a053499
treeb8bd0be64bead5fed72c7c6bc57b7a5e2dc20e27
parent78a3233313260665fe82ba56257855e043bca3d4
ART: Fix some redundant declarations

Refactor entrypoint initialization such that there is a large set
of common extern "C" declarations for quick entrypoints.

Change-Id: Iae8548e5f7ebbf51dc6c55c4283fa89437e18c98
runtime/arch/arm/entrypoints_init_arm.cc
runtime/arch/arm64/entrypoints_init_arm64.cc
runtime/arch/mips/entrypoints_init_mips.cc
runtime/arch/x86/entrypoints_init_x86.cc
runtime/arch/x86_64/entrypoints_init_x86_64.cc
runtime/entrypoints/quick/quick_default_externs.h [new file with mode: 0644]