Lines Matching refs:data
3769 Comment("Fill the data table with undefined (constant capacity).");
3787 Comment("Fill the data table with undefined.");
5113 // In all the other cases don't check for holes and copy the data as is.
8686 // Check that the value is a data property.
14655 // Switch on data's instance type.
14732 // This is the default branch, so assert that we have the expected data type.
14975 TNode<Object> data, TNode<Object> holder, TNode<Object> receiver) {
14977 return CallStub(callable, context, callback, argc, data, holder, receiver);
14982 TNode<Object> data, TNode<Object> holder, TNode<Object> receiver,
14985 return CallStub(callable, context, callback, argc, data, holder, receiver,
15254 TNode<Uint32T> data) {
15261 CSA_DCHECK(&csa, csa.UintPtrLessThanOrEqual(csa.ChangeUint32ToWord(data),
15265 csa.StoreToObject(mt.representation(), meta_table, offset, data,
15269 void Store(TNode<ByteArray> meta_table, int index, TNode<Uint32T> data) {
15270 Store(meta_table, csa.IntPtrConstant(index), data);
15572 Comment("Initialize the data table.");
15651 Comment("Copy the data table.");
15710 // uninitialized if the corresponding buckets in the data/ctrl table
15850 TNode<Uint64T> data = UnalignedLoad<Uint64T>(ptr, IntPtrConstant(0));
15853 return data;
15868 TNode<Uint64T> src_data = Word64And(data, mask);