Home
last modified time | relevance | path

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

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