Searched refs:editable (Results 1 – 1 of 1) sorted by relevance
89 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl() local90 if (editable == nullptr) { in editArrayImpl()93 editable = SharedBuffer::alloc(sb->size()); in editArrayImpl()97 LOG_ALWAYS_FATAL_IF(editable == nullptr); in editArrayImpl()98 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()100 mStorage = editable->data(); in editArrayImpl()