Lines Matching refs:is_shared
3091 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared;
3092 SetImpl(entry_ptr, FromObject(value), is_shared);
3096 IsSharedBuffer is_shared) {
3101 if (!is_shared) {
3150 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared;
3151 ElementType elem = GetImpl(element_ptr, is_shared);
3160 static ElementType GetImpl(ElementType* data_ptr, IsSharedBuffer is_shared) {
3164 if (!is_shared) {
3309 if (typed_array->buffer().is_shared()) {
3359 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3380 AccessorClass::GetImpl(data_ptr + k, is_shared));
3397 ElementType elem_k = AccessorClass::GetImpl(data_ptr + k, is_shared);
3459 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3461 ElementType elem_k = AccessorClass::GetImpl(data_ptr + k, is_shared);
3515 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3517 ElementType elem_k = AccessorClass::GetImpl(data_ptr + k, is_shared);
3533 if (typed_array.buffer().is_shared()) {
3579 auto is_shared =
3580 source.buffer().is_shared() || destination.buffer().is_shared()
3588 count, is_shared); \
3598 source_data, dest_data, count, is_shared); \
3619 IsSharedBuffer is_shared) {
3625 source_data_ptr, is_shared);
3627 SetImpl(dest_data_ptr, dest_elem, is_shared);
3658 bool source_shared = source.buffer().is_shared();
3659 bool destination_shared = destination.buffer().is_shared();
3762 destination.buffer().is_shared() ? kShared : kUnshared;