Searched refs:pLmul (Results 1 - 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h107 int64_t (*pLmul)(int64_t, int64_t); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc214 qpoints->pLmul = art_quick_mul_long;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc214 qpoints->pLmul = artLmulFromCode;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc196 qpoints->pLmul = art_quick_lmul;
/art/compiler/dex/quick/arm/
H A Dint_arm.cc669 ThreadOffset func_offset = QUICK_ENTRYPOINT_OFFSET(pLmul);
/art/compiler/dex/quick/
H A Dgen_common.cc1662 func_offset = QUICK_ENTRYPOINT_OFFSET(pLmul);
/art/runtime/
H A Dthread.cc1677 QUICK_ENTRY_POINT_INFO(pLmul),

Completed in 605 milliseconds