Lines Matching defs:WEAK
438 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
442 WEAK, // Flagged as weak but not yet finalized.
451 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue);
479 bool IsWeak() const { return state() == WEAK; }
516 return state() == WEAK || state() == PENDING ||
521 DCHECK(state() == WEAK);
539 set_state(WEAK);
560 set_state(WEAK);
1679 if (node->state() == Node::WEAK) {
1702 if (node->state() == Node::WEAK) weak++;