Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/test/script_testdata/
H A Ddebug_unwind_report.txt215 symbol_1: artQuickToInterpreterBridge
345 symbol_27: artQuickToInterpreterBridge
/aosp12/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S1529 .extern artQuickToInterpreterBridge
1534 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
/aosp12/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S1686 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc647 extern "C" uint64_t artQuickToInterpreterBridge(ArtMethod* method, Thread* self, ArtMethod** sp) in artQuickToInterpreterBridge() function
/aosp12/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S1918 bl artQuickToInterpreterBridge
/aosp12/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S1872 call SYMBOL(artQuickToInterpreterBridge) // (method, Thread*, SP)