Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h109 uint64_t (*pShrLong)(uint64_t, uint32_t); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc198 qpoints->pShrLong = art_quick_lshr; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc216 qpoints->pShrLong = art_quick_shr_long; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc216 qpoints->pShrLong = art_quick_shr_long; in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc1206 func_offset = QUICK_ENTRYPOINT_OFFSET(pShrLong); in GenShiftOpLong()
/art/runtime/
Dthread.cc1679 QUICK_ENTRY_POINT_INFO(pShrLong),