Lines Matching defs:buffer
4880 Node* buffer =
4883 __ LoadField(AccessBuilder::ForJSArrayBufferBitField(), buffer);
4885 // Go to the slow path if the {buffer} was detached.
4892 // Go to the slow path if the {buffer} is shared.
4904 // Load the base pointer for the buffer. This will always be Smi
4941 "The buffer length can't "
5642 Node* buffer = node->InputAt(0);
5647 // We need to keep the {buffer} alive so that the GC will not release the
5649 __ Retain(buffer);
5670 Node* buffer = node->InputAt(0);
5676 // We need to keep the {buffer} alive so that the GC will not release the
5678 __ Retain(buffer);