Home
last modified time | relevance | path

Searched defs:gc_type (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-layout-tracer.cc19 v8::GCType gc_type, in GCProloguePrintHeapLayout()
31 v8::GCType gc_type, in GCEpiloguePrintHeapLayout()
Dheap.cc1791 GCType gc_type = GetGCTypeFromGarbageCollector(collector); in CollectGarbage() local
2564 void Heap::CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags) { in CallGCPrologueCallbacks()
2574 void Heap::CallGCEpilogueCallbacks(GCType gc_type, GCCallbackFlags flags) { in CallGCEpilogueCallbacks()
5763 v8::GCType gc_type = kGCTypeMarkSweepCompact; in SetUp() local
6206 GCType gc_type, void* data) { in AddGCPrologueCallback()
6229 GCType gc_type, void* data) { in AddGCEpilogueCallback()
Dheap.h457 static inline const char* CollectorName(v8::GCType gc_type) { in CollectorName()
1707 GCType gc_type; member
/third_party/node/src/
Dnode_v8.cc215 static const char* GetGCTypeName(v8::GCType gc_type) { in GetGCTypeName()
273 v8::GCType gc_type, in BeforeGCCallback()
291 v8::GCType gc_type, in AfterGCCallback()
/third_party/node/deps/v8/src/api/
Dapi.cc8428 GCType gc_type) { in AddGCPrologueCallback()
8440 GCType gc_type) { in AddGCEpilogueCallback()
8456 void Isolate::AddGCPrologueCallback(GCCallback callback, GCType gc_type) { in AddGCPrologueCallback()
8466 void Isolate::AddGCEpilogueCallback(GCCallback callback, GCType gc_type) { in AddGCEpilogueCallback()