Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h45 void* (*pAllocObjectWithAccessCheck)(uint32_t, void*); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc136 qpoints->pAllocObjectWithAccessCheck = art_quick_alloc_object_with_access_check; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc154 qpoints->pAllocObjectWithAccessCheck = art_quick_alloc_object_with_access_check; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc153 qpoints->pAllocObjectWithAccessCheck = art_quick_alloc_object_with_access_check; in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc879 func_offset = QUICK_ENTRYPOINT_OFFSET(pAllocObjectWithAccessCheck); in GenNewInstance()
/art/runtime/
Dthread.cc1630 QUICK_ENTRY_POINT_INFO(pAllocObjectWithAccessCheck),