Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h713 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset); in QuickEntryPointOffset()
1706 QuickEntryPoints quick_entrypoints; in PACKED() local
Dthread.cc144 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active */ is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
152 reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) + sizeof(tlsPtr_.quick_entrypoints)); in InitTlsEntryPoints()
156 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints); in InitTlsEntryPoints()
164 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
4029 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active*/ true); in SetReadBarrierEntrypoints()
Dwell_known_classes.cc257 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints; in InitStringEntryPoints()