Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2576 .extern artInvokePolymorphic
2582 bl artInvokePolymorphic @ artInvokePolymorphic(receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2576 .extern artInvokePolymorphic
2582 bl artInvokePolymorphic // artInvokePolymorphic(receiver, thread, save_area)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2193 call SYMBOL(artInvokePolymorphic) // invoke with (receiver, self, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2383 call SYMBOL(artInvokePolymorphic) // invoke with (receiver, thread, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2499 extern "C" uint64_t artInvokePolymorphic(mirror::Object* raw_receiver, Thread* self, ArtMethod** sp) in artInvokePolymorphic() function