Home
last modified time | relevance | path

Searched refs:artInstrumentationMethodEntryFromCode (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2339 .extern artInstrumentationMethodEntryFromCode
2347 bl artInstrumentationMethodEntryFromCode // (Method*, Object*, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2197 .extern artInstrumentationMethodEntryFromCode
2204 jal artInstrumentationMethodEntryFromCode # (Method*, Object*, Thread*, SP)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2012 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2033 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, SP)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1107 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, in artInstrumentationMethodEntryFromCode() function