Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1458 .extern artQuickToInterpreterBridge
1463 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1551 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S412 call artQuickToInterpreterBridge
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1676 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc693 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1852 bl artQuickToInterpreterBridge