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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h71 void* (*pGetObjInstance)(uint32_t, void*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc177 qpoints->pGetObjInstance = art_quick_get_obj_instance;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc178 qpoints->pGetObjInstance = art_quick_get_obj_instance;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc160 qpoints->pGetObjInstance = art_quick_get_obj_instance;
/art/compiler/dex/quick/
H A Dgen_common.cc693 : (is_object ? QUICK_ENTRYPOINT_OFFSET(pGetObjInstance)
/art/runtime/
H A Dthread.cc1650 QUICK_ENTRY_POINT_INFO(pGetObjInstance),

Completed in 69 milliseconds