Home
last modified time | relevance | path

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

/art/test/164-resolution-trampoline-dex-cache/
Dinfo.txt1 Regression test for artQuickResolutionTrampoline() erroneously storing an
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1558 .extern artQuickResolutionTrampoline
1563 blx artQuickResolutionTrampoline @ (Method* called, receiver, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1530 call SYMBOL(artQuickResolutionTrampoline) // (called, receiver, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1797 bl artQuickResolutionTrampoline // (called, receiver, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1823 call SYMBOL(artQuickResolutionTrampoline) // (Method* called, receiver, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1219 extern "C" const void* artQuickResolutionTrampoline( in artQuickResolutionTrampoline() function