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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h44 void* (*pAllocObject)(uint32_t, void*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc152 qpoints->pAllocObject = art_quick_alloc_object;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc153 qpoints->pAllocObject = art_quick_alloc_object;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc135 qpoints->pAllocObject = art_quick_alloc_object;
/art/compiler/dex/quick/
H A Dgen_common.cc877 func_offset = QUICK_ENTRYPOINT_OFFSET(pAllocObject);
/art/runtime/
H A Dthread.cc1629 QUICK_ENTRY_POINT_INFO(pAllocObject),

Completed in 176 milliseconds