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.cc214 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() argument
242 if (is_marking) { in ResetQuickAllocEntryPoints()
255 UNUSED(is_marking); in ResetQuickAllocEntryPoints()
/art/runtime/
Dthread.cc161 void Thread::SetIsGcMarkingAndUpdateEntrypoints(bool is_marking) { in SetIsGcMarkingAndUpdateEntrypoints() argument
163 tls32_.is_gc_marking = is_marking; in SetIsGcMarkingAndUpdateEntrypoints()
164 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active= */ is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
165 ResetQuickAllocEntryPointsForThread(is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
180 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { in ResetQuickAllocEntryPointsForThread() argument
183 is_marking = true; in ResetQuickAllocEntryPointsForThread()
185 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
Dthread.h969 void SetIsGcMarkingAndUpdateEntrypoints(bool is_marking);
1146 void ResetQuickAllocEntryPointsForThread(bool is_marking);