Searched refs:pSet32Static (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h62 int (*pSet32Static)(uint32_t, int32_t); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc170 qpoints->pSet32Static = art_quick_set32_static;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc171 qpoints->pSet32Static = art_quick_set32_static;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc153 qpoints->pSet32Static = art_quick_set32_static;
/art/compiler/dex/quick/
H A Dgen_common.cc415 : QUICK_ENTRYPOINT_OFFSET(pSet32Static));
/art/runtime/
H A Dthread.cc1641 QUICK_ENTRY_POINT_INFO(pSet32Static),

Completed in 81 milliseconds