Searched refs:editable (Results 1 – 1 of 1) sorted by relevance
91 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl() local92 if (editable == 0) { in editArrayImpl()95 editable = SharedBuffer::alloc(sb->size()); in editArrayImpl()99 LOG_ALWAYS_FATAL_IF(editable == NULL); in editArrayImpl()100 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()102 mStorage = editable->data(); in editArrayImpl()