Lines Matching defs:transition
173 // Reserve enough space for IC transition state, the longest length is 17.
255 // would transition to.
621 // transition only if it isn't possible.
1260 // monomorphic type. This benefits global arrays that only transition
1422 // Mark all stable receiver maps that have elements kind transition map
1424 // generate an elements kind transition for this kind of receivers.
1664 // transition followed by the actual store. For global objects we create a
1665 // property cell when preparing for transition and install this cell in the
2226 // transition to a different IC that handles a superset of the original IC.
2243 // If there is no transition and if we have seen the same map earlier and
2406 Handle<Map> transition;
2423 transition = handle(tmap, isolate());
2442 if (!transition.is_null()) {
2446 isolate(), receiver_map, transition, store_mode, validity_cell);