Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1379 .extern artQuickResolutionTrampoline
1383 jal artQuickResolutionTrampoline # (Method* called, receiver, Thread*, SP)
1387 # artQuickResolutionTrampoline puts resolved method in *SP
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S904 .extern artQuickResolutionTrampoline
909 blx artQuickResolutionTrampoline @ (Method* called, receiver, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1114 .extern artQuickResolutionTrampoline
1118 jal artQuickResolutionTrampoline # (Method* called, receiver, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1352 call SYMBOL(artQuickResolutionTrampoline) // (called, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1481 bl artQuickResolutionTrampoline // (called, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1418 call SYMBOL(artQuickResolutionTrampoline) // (Method* called, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc814 extern "C" const void* artQuickResolutionTrampoline( in artQuickResolutionTrampoline() function