Home
last modified time | relevance | path

Searched refs:object_statistics (Results 1 – 15 of 15) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dheap-statistics-collector.cc77 std::vector<HeapStatistics::ObjectStatsEntry>& object_statistics, in RecordObjectType() argument
84 if (object_statistics.size() <= type_index) { in RecordObjectType()
85 object_statistics.resize(type_index + 1); in RecordObjectType()
87 object_statistics[type_index].allocated_bytes += object_size; in RecordObjectType()
88 object_statistics[type_index].object_count++; in RecordObjectType()
179 current_page_stats_->object_statistics, &header, in VisitHeapObjectHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Dv8_isolate_memory_dump_provider.cc279 v8::HeapObjectStatistics object_statistics; in DumpHeapStatistics() local
281 &object_statistics, type_index)) in DumpHeapStatistics()
285 object_name_prefix + "/" + object_statistics.object_type(); in DumpHeapStatistics()
286 if (object_statistics.object_sub_type()[0] != '\0') in DumpHeapStatistics()
287 dump_name += std::string("/") + object_statistics.object_sub_type(); in DumpHeapStatistics()
293 object_statistics.object_count()); in DumpHeapStatistics()
296 object_statistics.object_size()); in DumpHeapStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Dv8_isolate_memory_dump_provider.cc283 v8::HeapObjectStatistics object_statistics; in DumpHeapStatistics() local
285 &object_statistics, type_index)) in DumpHeapStatistics()
289 object_name_prefix + "/" + object_statistics.object_type(); in DumpHeapStatistics()
290 if (object_statistics.object_sub_type()[0] != '\0') in DumpHeapStatistics()
291 dump_name += std::string("/") + object_statistics.object_sub_type(); in DumpHeapStatistics()
297 object_statistics.object_count()); in DumpHeapStatistics()
300 object_statistics.object_size()); in DumpHeapStatistics()
/dports/lang/v8/v8-9.6.180.12/include/cppgc/
H A Dheap-statistics.h60 std::vector<ObjectStatsEntry> object_statistics; member
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-isolate.h755 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
765 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi.cc8536 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
8537 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()
8555 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
8556 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()
8557 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
8558 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi.cc8760 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
8761 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()
8779 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
8780 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()
8781 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
8782 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi.cc8592 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
8593 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()
8611 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
8612 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()
8613 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
8614 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc8666 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
8667 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()
8685 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
8686 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()
8687 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
8688 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8.h7424 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
7434 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8.h7424 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
7434 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/www/node10/node-v10.24.1/deps/v8/include/
H A Dv8.h7424 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
7434 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8.h8694 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
8704 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8.h8818 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
8828 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/
H A Dv8.h9125 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
9135 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);