Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc27 extern "C" const void* artInstrumentationMethodEntryFromCode(ArtMethod* method, in artInstrumentationMethodEntryFromCode() function
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1481 .extern artInstrumentationMethodEntryFromCode
1489 jal artInstrumentationMethodEntryFromCode # (Method*, Object*, Thread*, RA)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1666 .extern artInstrumentationMethodEntryFromCode
1674 bl artInstrumentationMethodEntryFromCode // (Method*, Object*, Thread*, LR)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1597 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, LR)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1550 call SYMBOL(artInstrumentationMethodEntryFromCode) // (Method*, Object*, Thread*, LR)