Home
last modified time | relevance | path

Searched refs:artInvokeInterfaceTrampoline (Results 1 – 7 of 7) sorted by relevance

/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2070 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline, /* save_s4_thru_s8_only */ 1
2081 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2179 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline, /* save_s4_thru_s8_only */ 1
2193 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1664 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1695 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1842 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2104 INVOKE_TRAMPOLINE_BODY artInvokeInterfaceTrampoline
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2630 extern "C" TwoWordReturn artInvokeInterfaceTrampoline(ArtMethod* interface_method, in artInvokeInterfaceTrampoline() function