Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1806 .extern artQuickToInterpreterBridge
1811 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2170 .extern artQuickToInterpreterBridge
2174 jal artQuickToInterpreterBridge # (Method* method, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2296 .extern artQuickToInterpreterBridge
2300 la $t9, artQuickToInterpreterBridge
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1985 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1994 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2320 bl artQuickToInterpreterBridge
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc769 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function