Home
last modified time | relevance | path

Searched refs:is_marking (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
Dquick_alloc_entrypoints.cc215 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() argument
243 if (is_marking) { in ResetQuickAllocEntryPoints()
256 UNUSED(is_marking); in ResetQuickAllocEntryPoints()
/art/runtime/
Dthread.cc155 void Thread::SetIsGcMarkingAndUpdateEntrypoints(bool is_marking) { in SetIsGcMarkingAndUpdateEntrypoints() argument
157 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() argument
177 is_marking = true; in ResetQuickAllocEntryPointsForThread()
179 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
Dthread.h929 void SetIsGcMarkingAndUpdateEntrypoints(bool is_marking);
1105 void ResetQuickAllocEntryPointsForThread(bool is_marking);