Searched defs:gc_type (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | heap-layout-tracer.cc | 19 v8::GCType gc_type, in GCProloguePrintHeapLayout() 31 v8::GCType gc_type, in GCEpiloguePrintHeapLayout()
|
D | heap.cc | 1791 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()
|
D | heap.h | 457 static inline const char* CollectorName(v8::GCType gc_type) { in CollectorName() 1707 GCType gc_type; member
|
/third_party/node/src/ |
D | node_v8.cc | 215 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/ |
D | api.cc | 8428 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()
|