Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc235 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints; in InitStringEntryPoints()
Dthread.h638 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset); in QuickEntryPointOffset()
1604 QuickEntryPoints quick_entrypoints; in PACKED() local
Dthread.cc136 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
144 reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) + sizeof(tlsPtr_.quick_entrypoints)); in InitTlsEntryPoints()
148 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints); in InitTlsEntryPoints()
156 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()