Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1009 .extern artQuickToInterpreterBridge
1014 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1191 .extern artQuickToInterpreterBridge
1195 jal artQuickToInterpreterBridge # (Method* method, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1461 .extern artQuickToInterpreterBridge
1465 jal artQuickToInterpreterBridge # (Method* method, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1653 bl artQuickToInterpreterBridge
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1576 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1517 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc598 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function