Home
last modified time | relevance | path

Searched refs:artInvokePolymorphic (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2643 .extern artInvokePolymorphic
2654 bl artInvokePolymorphic @ artInvokePolymorphic(JValue, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2913 .extern artInvokePolymorphic
2921 …bl artInvokePolymorphic // artInvokePolymorphic(result, receiver, thread, sa…
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2418 …call SYMBOL(artInvokePolymorphic) // artInvokePolymorphic(result, receiver, Thread*, …
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2439 …call SYMBOL(artInvokePolymorphic) // artInvokePolymorphic(result, receiver, Thread*, …
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2746 extern "C" uintptr_t artInvokePolymorphic( in artInvokePolymorphic() function