Searched refs:editable (Results 1 – 1 of 1) sorted by relevance
90 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl() local91 if (editable == 0) { in editArrayImpl()94 editable = SharedBuffer::alloc(sb->size()); in editArrayImpl()98 LOG_ALWAYS_FATAL_IF(editable == NULL); in editArrayImpl()99 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()101 mStorage = editable->data(); in editArrayImpl()