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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h42 void* (*pAllocArray)(uint32_t, void*, int32_t); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc150 qpoints->pAllocArray = art_quick_alloc_array;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc151 qpoints->pAllocArray = art_quick_alloc_array;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc133 qpoints->pAllocArray = art_quick_alloc_array;
/art/compiler/dex/quick/
H A Dgen_common.cc215 func_offset = QUICK_ENTRYPOINT_OFFSET(pAllocArray);
/art/runtime/
H A Dthread.cc1627 QUICK_ENTRY_POINT_INFO(pAllocArray),

Completed in 404 milliseconds