Searched refs:gc_count (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.cc | 66 DCHECK_EQ(gc_counter_, heap_->gc_count()); in InsertKey() 136 if (index < 0 && gc_counter_ != heap_->gc_count()) { in Lookup() 151 if (gc_counter_ != heap_->gc_count()) Rehash(); in LookupOrInsert() 200 gc_counter_ = heap_->gc_count(); in InsertEntry() 213 if (gc_counter_ != heap_->gc_count()) Rehash(); in InsertEntry() 266 gc_counter_ = heap_->gc_count(); in Rehash() 306 gc_counter_ = heap_->gc_count(); in Resize()
|
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 199 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) { in PrintKeyAndId() argument 201 reinterpret_cast<void*>(isolate()), gc_count, key); in PrintKeyAndId() 204 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count, in PrintInstanceTypeJSON() argument 207 PrintKeyAndId(key, gc_count); in PrintInstanceTypeJSON() 224 int gc_count = heap()->gc_count(); in PrintJSON() local 228 PrintKeyAndId(key, gc_count); in PrintJSON() 232 PrintKeyAndId(key, gc_count); in PrintJSON() 246 PrintKeyAndId(key, gc_count); in PrintJSON() 255 PrintInstanceTypeJSON(key, gc_count, #nam in PrintJSON() 283 int gc_count = heap()->gc_count(); Dump() local 287 stream << "\\"id\\":" << gc_count << ","; Dump() local [all...] |
H A D | heap-layout-tracer.cc | 24 PrintF("Before GC:%d,", heap->gc_count() + 1); in GCProloguePrintHeapLayout() 35 PrintF("After GC:%d,", heap->gc_count()); in GCEpiloguePrintHeapLayout()
|
H A D | object-stats.h | 145 void PrintKeyAndId(const char* key, int gc_count); 148 V8_NOINLINE void PrintInstanceTypeJSON(const char* key, int gc_count,
|
H A D | heap.h | 1415 int gc_count() const { return gc_count_; } in gc_count() function in v8::internal::Heap
|
H A D | heap.cc | 691 MEMBER("id") << gc_count() << "," in DumpJSONHeapStatistics()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.cc | 155 size_t gc_count = 0; in Terminate() local 159 CHECK_LT(gc_count++, kMaxTerminationGCs); in Terminate()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 634 anv_override_engine_counts(int *gc_count, int *g_count, int *c_count) in anv_override_engine_counts() argument 661 *gc_count = gc_override; in anv_override_engine_counts() 664 if (*g_count > 0 && *gc_count <= 0 && (gc_override >= 0 || g_override >= 0)) in anv_override_engine_counts() 677 int gc_count = in anv_physical_device_init_queue_families() local 688 anv_override_engine_counts(&gc_count, &g_count, &c_count); in anv_physical_device_init_queue_families() 690 if (gc_count > 0) { in anv_physical_device_init_queue_families() 695 .queueCount = gc_count, in anv_physical_device_init_queue_families()
|
Completed in 24 milliseconds