Searched refs:is_marking (Results 1 – 4 of 4) sorted by relevance
28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
215 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() argument243 if (is_marking) { in ResetQuickAllocEntryPoints()256 UNUSED(is_marking); in ResetQuickAllocEntryPoints()
155 void Thread::SetIsGcMarkingAndUpdateEntrypoints(bool is_marking) { in SetIsGcMarkingAndUpdateEntrypoints() argument157 tls32_.is_gc_marking = is_marking; in SetIsGcMarkingAndUpdateEntrypoints()158 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active= */ is_marking); in SetIsGcMarkingAndUpdateEntrypoints()159 ResetQuickAllocEntryPointsForThread(is_marking); in SetIsGcMarkingAndUpdateEntrypoints()174 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { in ResetQuickAllocEntryPointsForThread() argument177 is_marking = true; in ResetQuickAllocEntryPointsForThread()179 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
929 void SetIsGcMarkingAndUpdateEntrypoints(bool is_marking);1105 void ResetQuickAllocEntryPointsForThread(bool is_marking);