Home
last modified time | relevance | path

Searched refs:kWeak (Results 1 - 13 of 13) sorted by relevance

/third_party/node/lib/
H A Ddomain.js56 const kWeak = Symbol('kWeak');
79 pairing.set(asyncId, process.domain[kWeak]);
219 this[kWeak] = new WeakReference(this);
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-deserializer.cc33 base::EnumSet<SkipRoot>{SkipRoot::kUnserializable, SkipRoot::kWeak}); in DeserializeIntoIsolate()
H A Dstartup-serializer.cc228 base::EnumSet<SkipRoot>{SkipRoot::kUnserializable, SkipRoot::kWeak}); in SerializeStrongReferences()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h67 kWeak = v8::HeapGraphEdge::kWeak enumerator
80 type() == kInternal || type() == kShortcut || type() == kWeak); in name()
H A Dheap-snapshot-generator.cc202 || type == kWeak); in HeapGraphEdge()
242 CHECK_EQ(type, HeapGraphEdge::kWeak); in VerifyReference()
269 } else if (type == HeapGraphEdge::kWeak) { in VerifyReference()
356 case HeapGraphEdge::kWeak: in Print()
1975 heap_->IterateRoots(&extractor, base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in IterateAndExtractReferences()
2155 parent_entry->SetNamedReference(HeapGraphEdge::kWeak, reference_name, in SetWeakReference()
2168 parent_entry->SetNamedReference(HeapGraphEdge::kWeak, in SetWeakReference()
2241 is_weak ? HeapGraphEdge::kWeak : HeapGraphEdge::kInternal; in SetGcSubrootReference()
/third_party/node/lib/internal/util/
H A Dinspect.js219 const kWeak = 0;
1822 if (state === kWeak && !ctx.sorted) {
1845 if (state === kWeak) {
1880 return formatSetIterInner(ctx, recurseTimes, entries, kWeak);
1885 return formatMapIterInner(ctx, recurseTimes, entries, kWeak);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h556 kWeak = 6 // A weak reference (ignored by the GC). enumerator
/third_party/node/deps/v8/include/
H A Dv8-profiler.h556 kWeak = 6 // A weak reference (ignored by the GC). enumerator
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking.cc231 SkipRoot::kWeak}); in MarkRoots()
H A Dheap.h188 kWeak
H A Dheap.cc4868 DCHECK(!options.contains(SkipRoot::kWeak)); in IterateWeakRoots()
5019 if (options.contains(SkipRoot::kWeak)) { in IterateRoots()
5109 if (!options.contains(SkipRoot::kWeak)) { in IterateRoots()
H A Dmark-compact.cc146 base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in VerifyRoots()
356 base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in VerifyRoots()
1970 root_visitor, base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in MarkRoots()
/third_party/node/deps/v8/src/api/
H A Dapi.cc10120 case i::HeapGraphEdge::kWeak: in GetName()

Completed in 60 milliseconds