Searched refs:pMemcmp16 (Results 1 - 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h114 int32_t (*pMemcmp16)(void*, void*, int32_t); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc221 qpoints->pMemcmp16 = __memcmp16;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc221 qpoints->pMemcmp16 = __memcmp16;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc203 qpoints->pMemcmp16 = art_quick_memcmp16;
/art/runtime/
H A Dthread.cc1682 QUICK_ENTRY_POINT_INFO(pMemcmp16),

Completed in 8 milliseconds