Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Darray-buffer-sweeper.cc30 const size_t accounting_length = extension->accounting_length(); in Append() local
31 DCHECK_GE(bytes_ + accounting_length, bytes_); in Append()
32 bytes_ += accounting_length; in Append()
65 sum += current->accounting_length(); in BytesSlow()
219 size_t bytes = extension->accounting_length(); in Append()
305 const size_t bytes = current->accounting_length(); in SweepListFull()
331 size_t bytes = current->accounting_length(); in SweepYoung()
/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h196 size_t accounting_length() const { in accounting_length() function
200 void set_accounting_length(size_t accounting_length) { in set_accounting_length() argument
201 accounting_length_.store(accounting_length, std::memory_order_relaxed); in set_accounting_length()