Searched refs:young_gc_state (Results 1 – 1 of 1) sorted by relevance
189 bool IsYoungMarked() const { return young_gc_state() != GcState::Dead; } in IsYoungMarked()191 bool IsYoungPromoted() const { return young_gc_state() == GcState::Promoted; } in IsYoungPromoted()230 GcState young_gc_state() const { in young_gc_state() function