Home
last modified time | relevance | path

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

/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S423 .extern artMethodEntryHook
430 call artMethodEntryHook // (ArtMethod*, Thread*, SP)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2494 .extern artMethodEntryHook
2501 bl artMethodEntryHook // (ArtMethod*, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2002 call SYMBOL(artMethodEntryHook) // (ArtMethod*, Thread*, sp)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2391 bl artMethodEntryHook @ (ArtMethod*, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2159 call SYMBOL(artMethodEntryHook) // (Method*, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2520 extern "C" void artMethodEntryHook(ArtMethod* method, Thread* self, ArtMethod** sp) in artMethodEntryHook() function