Home
last modified time | relevance | path

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

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