Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Darray-buffer-sweeper.h25 size_t ApproximateBytes() const { return bytes_; } in ApproximateBytes() function
66 size_t YoungBytes() const { return young().ApproximateBytes(); } in YoungBytes()
68 size_t OldBytes() const { return old().ApproximateBytes(); } in OldBytes()
Darray-buffer-sweeper.cc49 bytes_ += list->ApproximateBytes(); in Append()
68 DCHECK_GE(sum, ApproximateBytes()); in BytesSlow()