Searched refs:young_gc_state_ (Results 1 – 1 of 1) sorted by relevance
167 std::atomic<GcState> young_gc_state_; variable173 return young_gc_state_.load(std::memory_order_relaxed); in young_gc_state()177 young_gc_state_.store(value, std::memory_order_relaxed); in set_young_gc_state()183 young_gc_state_(GcState::Dead), in ArrayBufferExtension()189 young_gc_state_(GcState::Dead), in ArrayBufferExtension()