Searched defs:object_statistics (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc8125 HeapObjectStatistics* object_statistics, size_t type_index) {
8126 if (!object_statistics) return false;
8144 object_statistics->object_type_ = object_type;
8145 object_statistics->object_sub_type_ = object_sub_type;
8146 object_statistics->object_count_ = object_count;
8147 object_statistics->object_size_ = object_size;
8124 GetHeapObjectStatisticsAtLastGC( HeapObjectStatistics* object_statistics, size_t type_index) argument

Completed in 80 milliseconds