Searched refs:artQuickToInterpreterBridge (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1806 .extern artQuickToInterpreterBridge 1811 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2170 .extern artQuickToInterpreterBridge 2174 jal artQuickToInterpreterBridge # (Method* method, Thread*, SP)
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2296 .extern artQuickToInterpreterBridge 2300 la $t9, artQuickToInterpreterBridge
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1985 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1994 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2320 bl artQuickToInterpreterBridge
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 769 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function
|