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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h61 int (*pSet32Instance)(uint32_t, void*, int32_t); // field_idx, obj, src variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc169 qpoints->pSet32Instance = art_quick_set32_instance;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc170 qpoints->pSet32Instance = art_quick_set32_instance;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc152 qpoints->pSet32Instance = art_quick_set32_instance;
/art/compiler/dex/quick/
H A Dgen_common.cc750 : QUICK_ENTRYPOINT_OFFSET(pSet32Instance));
/art/runtime/
H A Dthread.cc1640 QUICK_ENTRY_POINT_INFO(pSet32Instance),

Completed in 279 milliseconds