Lines Matching defs:NEAR_DEATH
438 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
444 NEAR_DEATH, // Callback has informed the handle is near death.
510 !(state() == NEAR_DEATH && weakness_type() != FINALIZER_WEAK);
517 (state() == NEAR_DEATH && weakness_type() == FINALIZER_WEAK);
601 set_state(NEAR_DEATH);
617 set_state(NEAR_DEATH);
634 CHECK_NE(NEAR_DEATH, state());
673 enum State { FREE = 0, NORMAL, NEAR_DEATH };
1476 DCHECK_EQ(T::NEAR_DEATH, node->state());
1683 } else if (node->state() == Node::NEAR_DEATH) {
1704 if (node->state() == Node::NEAR_DEATH) near_death++;