Searched refs:byte_length_ (Results 1 – 2 of 2) sorted by relevance
162 byte_length_ = 0; in Clear()179 byte_length_(byte_length), in BackingStore()197 byte_length_ == max_byte_length_); in BackingStore()198 DCHECK_GE(max_byte_length_, byte_length_); in BackingStore()270 type_specific_data_.deleter.callback(buffer_start_, byte_length_, in ~BackingStore()280 allocator->Free(buffer_start_, byte_length_); in ~BackingStore()559 if (byte_length_ > 0) { in CopyWasmMemory()562 DCHECK_GE(new_pages * wasm::kWasmPageSize, byte_length_); in CopyWasmMemory()563 memcpy(new_backing_store->buffer_start(), buffer_start_, byte_length_); in CopyWasmMemory()608 size_t old_length = byte_length_.load(std::memory_order_relaxed); in GrowWasmMemoryInPlace()[all …]
91 return byte_length_.load(memory_order);102 DCHECK_GE(byte_capacity_, byte_length_); in IsEmpty()180 std::atomic<size_t> byte_length_; variable