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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h69 int64_t (*pGet64Instance)(uint32_t, void*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc176 qpoints->pGet64Instance = art_quick_get64_instance;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc177 qpoints->pGet64Instance = art_quick_get64_instance;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc159 qpoints->pGet64Instance = art_quick_get64_instance;
/art/compiler/dex/quick/
H A Dgen_common.cc692 is_long_or_double ? QUICK_ENTRYPOINT_OFFSET(pGet64Instance)
/art/runtime/
H A Dthread.cc1648 QUICK_ENTRY_POINT_INFO(pGet64Instance),

Completed in 3046 milliseconds