Lines Matching defs:field
37 // Loads dataX field from the DataHandler object.
255 // Context is stored either in data2 or data3 field depending on whether
313 // field transitioned to a Tagged field, and was then assigned a Smi.
331 // field transitioned to a Tagged field, and was then assigned a Smi.
427 Print("Not supported Wasm field type");
639 Label constant(this), field(this), normal(this, Label::kDeferred),
647 GotoIf(WordEqual(handler_kind, LOAD_KIND(kField)), &field);
674 BIND(&field);
1331 // Handle non-transitioning field stores.
1933 // Context is stored either in data2 or data3 field depending on whether
2021 Comment("field store");
2045 Comment("store tagged field");
2052 Comment("heap object field checks");
2055 Comment("store heap object field");
2062 Comment("smi field checks");
2065 Comment("store smi field");
2074 Comment("double field checks");
2078 Comment("store double field");
2090 // Skip field type check in favor of constant value check when storing
2091 // to constant field.
2101 // Check that value type matches the field type.
2113 // (either in the field or being assigned) is not enough, as we could have
2149 // field rather than changing it to point at a new HeapNumber.
2157 TNode<Object> field = LoadObjectField(property_storage, offset);
2158 CSA_DCHECK(this, IsHeapNumber(CAST(field)));
2159 actual_property_storage = CAST(field);
2858 // Private field/symbol lookup is not supported.
2877 // Compute the hash of the name (use entire hash field).
3000 // e.g.: monomorphic field and constant loads through smi handlers.
4898 TNode<TaggedT> field =
4902 StoreObjectFieldNoWriteBarrier(object, result_offset, field);