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/
H A Dheap-layout-tracer.cc18 GCProloguePrintHeapLayout(v8::Isolate* isolate, v8::GCType gc_type, v8::GCCallbackFlags flags, void* data) GCProloguePrintHeapLayout() argument
30 GCEpiloguePrintHeapLayout(v8::Isolate* isolate, v8::GCType gc_type, v8::GCCallbackFlags flags, void* data) GCEpiloguePrintHeapLayout() argument
H A Dheap.h457 static inline const char* CollectorName(v8::GCType gc_type) { in CollectorName() argument
1707 GCType gc_type; member
H A Dheap.cc1791 GCType gc_type = GetGCTypeFromGarbageCollector(collector); in CollectGarbage() local
2564 void Heap::CallGCPrologueCallbacks(GCType gc_type, GCCallbackFlags flags) { in CallGCPrologueCallbacks() argument
2574 void Heap::CallGCEpilogueCallbacks(GCType gc_type, GCCallbackFlags flags) { in CallGCEpilogueCallbacks() argument
5763 v8::GCType gc_type = kGCTypeMarkSweepCompact; SetUp() local
6205 AddGCPrologueCallback(v8::Isolate::GCCallbackWithData callback, GCType gc_type, void* data) AddGCPrologueCallback() argument
6228 AddGCEpilogueCallback(v8::Isolate::GCCallbackWithData callback, GCType gc_type, void* data) AddGCEpilogueCallback() argument
[all...]
/third_party/node/src/
H A Dnode_v8.cc216 static const char* GetGCTypeName(v8::GCType gc_type) { in GetGCTypeName() argument
273 BeforeGCCallback(Isolate* isolate, v8::GCType gc_type, v8::GCCallbackFlags flags, void* data) BeforeGCCallback() argument
291 AfterGCCallback(Isolate* isolate, v8::GCType gc_type, v8::GCCallbackFlags flags, void* data) AfterGCCallback() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc8475 void Isolate::AddGCPrologueCallback(GCCallback callback, GCType gc_type) { in AddGCPrologueCallback() argument
8485 void Isolate::AddGCEpilogueCallback(GCCallback callback, GCType gc_type) { in AddGCEpilogueCallback() argument
8446 AddGCPrologueCallback(GCCallbackWithData callback, void* data, GCType gc_type) AddGCPrologueCallback() argument
8458 AddGCEpilogueCallback(GCCallbackWithData callback, void* data, GCType gc_type) AddGCEpilogueCallback() argument

Completed in 34 milliseconds