Home
last modified time | relevance | path

Searched refs:pCanPutArrayElement (Results 1 – 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h51 void (*pCanPutArrayElement)(void*, void*); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc142 qpoints->pCanPutArrayElement = art_quick_can_put_array_element; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc160 qpoints->pCanPutArrayElement = art_quick_can_put_array_element; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc159 qpoints->pCanPutArrayElement = art_quick_can_put_array_element; in InitEntryPoints()
/art/compiler/dex/quick/x86/
Dint_x86.cc535 CallRuntimeHelperRegReg(QUICK_ENTRYPOINT_OFFSET(pCanPutArrayElement), r_value, in GenArrayObjPut()
/art/compiler/dex/quick/mips/
Dint_mips.cc582 CallRuntimeHelperRegReg(QUICK_ENTRYPOINT_OFFSET(pCanPutArrayElement), r_value, in GenArrayObjPut()
/art/compiler/dex/quick/arm/
Dint_arm.cc960 CallRuntimeHelperRegReg(QUICK_ENTRYPOINT_OFFSET(pCanPutArrayElement), r_value, in GenArrayObjPut()
/art/runtime/
Dthread.cc1634 QUICK_ENTRY_POINT_INFO(pCanPutArrayElement),