Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1670 .extern artQuickToInterpreterBridge
1675 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1761 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1971 bl artQuickToInterpreterBridge
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1932 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc647 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function