Lines Matching refs:buffer
20 #include "src/objects/js-array-buffer-inl.h"
863 // No change is needed to the elements() buffer, the transition
3091 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared;
3150 auto is_shared = typed_array->buffer().is_shared() ? kShared : kUnshared;
3309 if (typed_array->buffer().is_shared()) {
3359 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3459 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3515 auto is_shared = typed_array.buffer().is_shared() ? kShared : kUnshared;
3533 if (typed_array.buffer().is_shared()) {
3580 source.buffer().is_shared() || destination.buffer().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;
3926 // that the length getter detached / resized the underlying buffer.