Searched refs:is_unmodified (Results 1 – 2 of 2) sorted by relevance
167 void IdentifyWeakUnmodifiedObjects(WeakSlotCallback is_unmodified);
680 WeakSlotCallback is_unmodified) { in IdentifyWeakUnmodifiedObjects() argument682 if (node->IsWeak() && !is_unmodified(node->location())) { in IdentifyWeakUnmodifiedObjects()