Lines Matching defs:transition
309 // the transition targets match.
380 // double), always use the "worst case" code without a transition. This is
774 // if such a transition already exists.
904 // to transition to a new data property.
1089 // Check if the {map} has a data transition with the given {name}.
1090 Map transition =
1093 if (transition.is_null()) return Invalid();
1095 TryMakeRef(broker(), transition);
1107 // TODO(bmeurer): Handle transition to data constant?
1164 // stores to the same constant field by the presence of a transition map.