Home
last modified time | relevance | path

Searched refs:artPortableResolutionTrampoline (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm/
Dportable_entrypoints_arm.S101 @ TODO: just save the registers that are needed in artPortableResolutionTrampoline.
120 blx artPortableResolutionTrampoline @ (Method* called, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dportable_entrypoints_x86.S106 call PLT_SYMBOL(artPortableResolutionTrampoline) // (called, receiver, Thread*, &called)
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc318 extern "C" const void* artPortableResolutionTrampoline(mirror::ArtMethod* called, in artPortableResolutionTrampoline() function