Lines Matching defs:weak
442 WEAK, // Flagged as weak but not yet finalized.
443 PENDING, // Has been recognized as only reachable by weak handles.
656 // Handle specific callback - might be a weak reference in disguise.
1375 isolate()->heap(), "MajorGC", "invoke weak phantom callbacks");
1503 isolate()->heap(), "MajorGC", "invoke weak phantom callbacks");
1538 // Process weak global handle callbacks. This must be done after the
1695 int weak = 0;
1702 if (node->state() == Node::WEAK) weak++;
1710 PrintF(" # weak = %d\n", weak);
1722 node->IsWeak() ? " (weak)" : "");