Home
last modified time | relevance | path

Searched refs:quick_entrypoints (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h528 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset); in QuickEntryPointOffset()
1127 QuickEntryPoints quick_entrypoints; member
Dthread.cc98 sizeof(tlsPtr_.quick_entrypoints)); in InitTlsEntryPoints()
103 &tlsPtr_.portable_entrypoints, &tlsPtr_.quick_entrypoints); in InitTlsEntryPoints()
107 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()