Home
last modified time | relevance | path

Searched refs:GarbageCollectionFlagValues (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h38 enum GarbageCollectionFlagValues : uint8_t { enum
44 using GarbageCollectionFlags = base::Flags<GarbageCollectionFlagValues>;
Dcpp-heap.cc503 return flags & CppHeap::GarbageCollectionFlagValues::kReduceMemory; in IsMemoryReducingGC()
507 return flags & CppHeap::GarbageCollectionFlagValues::kForced; in IsForceGC()
697 GarbageCollectionFlagValues::kNoFlags); in RunMinorGC()
759 InitializeTracing(collection_type, GarbageCollectionFlagValues::kForced); in CollectGarbageForTesting()
786 GarbageCollectionFlagValues::kForced); in StartIncrementalGarbageCollectionForTesting()
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc37 result |= CppHeap::GarbageCollectionFlagValues::kForced; in ConvertTraceFlags()
39 result |= CppHeap::GarbageCollectionFlagValues::kReduceMemory; in ConvertTraceFlags()