Home
last modified time | relevance | path

Searched refs:kMarkStackModeGcExclusive (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h402 kMarkStackModeGcExclusive // The GC-running thread pushes onto and pops from the GC mark stack enumerator
Dconcurrent_copying.cc1896 static_cast<uint32_t>(kMarkStackModeGcExclusive)) in PushOntoMarkStack()
2199 static_cast<uint32_t>(kMarkStackModeGcExclusive)); in ProcessMarkStackOnce()
2462 mark_stack_mode_.store(kMarkStackModeGcExclusive, std::memory_order_relaxed); in SwitchToGcExclusiveMarkStackMode()