Home
last modified time | relevance | path

Searched refs:physical_space_size (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-v8-stats.js59 assert.strictEqual(typeof heapSpace.physical_space_size, 'number');
/third_party/node/deps/v8/include/
Dv8-statistics.h169 size_t physical_space_size() { return physical_space_size_; } in physical_space_size() function
/third_party/node/src/
Dnode_v8.cc77 V(3, physical_space_size, kPhysicalSpaceSizeIndex)
267 heap_space_statistics.physical_space_size()); in SetHeapStatistics()
Dnode_report.cc611 v8_heap_space_stats.physical_space_size()); in PrintGCStatistics()
/third_party/node/lib/
Dv8.js203 physical_space_size: buffer[kPhysicalSpaceSizeIndex], property
/third_party/node/doc/api/
Dv8.md116 * `physical_space_size` {number}
125 "physical_space_size": 2063872
132 "physical_space_size": 3090560
139 "physical_space_size": 1260160
146 "physical_space_size": 1094160
153 "physical_space_size": 0
/third_party/node/deps/v8/src/heap/
Dheap.cc685 MEMBER("physical_size") << space_stats.physical_space_size()); in DumpJSONHeapStatistics()