Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc8125 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
8126 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()
8144 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
8145 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()
8146 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
8147 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()
/external/v8/include/
Dv8.h6624 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,
6634 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);