OSDN Git Service

ART: Remove art_quick_invoke_interface_trampoline
authorAndreas Gampe <agampe@google.com>
Tue, 14 Jul 2015 03:11:06 +0000 (20:11 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 14 Jul 2015 18:09:24 +0000 (11:09 -0700)
commit3031c8da0c5009183f770b005c245f9bf2a4d01b
treea622d7da2c553111d413fc6e813f944b0d653ea6
parentc6f3439b67962584cfb764133e192c3317f0e1fc
ART: Remove art_quick_invoke_interface_trampoline

The function has only been used by the IMT conflict resolution
trampoline for a while. Merge the two, which saves a branch.

Change-Id: I2f8c9204adf839ddc5459cc04e70d98f858110a1
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/mips/quick_entrypoints_mips.S
runtime/arch/mips64/quick_entrypoints_mips64.S
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S