Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h189 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