Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc720 size_t old_byte_length = byte_length_.load(std::memory_order_seq_cst); in GrowInPlace() local
722 if (new_byte_length < old_byte_length) { in GrowInPlace()
727 if (new_byte_length == old_byte_length) { in GrowInPlace()
741 if (byte_length_.compare_exchange_weak(old_byte_length, new_byte_length, in GrowInPlace()