Lines Matching refs:transition
40 // transition target, or a StoreIC handler for a transitioning store (which in
55 // Insert a new transition into |map|'s transition array, extending it
94 // The size of transition arrays are limited so they do not end up in large
114 // Traverse the transition tree in preorder.
127 // the original map. That way we can transition to the same map if the same
130 // and the values are the maps they transition to.
140 // deprecated from the map transition tree. The next time old map is updated,
196 static inline Name GetSimpleTransitionKey(Map transition);
197 inline PropertyDetails GetSimpleTargetDetails(Map transition);
237 // [3] First transition key (strong ref)
238 // [4] First transition target (weak ref)
248 // Accessors for fetching instance transition at transition number.
278 // Layout for full transition arrays.
283 // Layout of map transition entries in full transition arrays.
288 // Conversion from transition number to array indices.
336 // Search a transition for a given kind, property name and attributes.
343 // Search a non-property transition (like elements kind, observe or frozen
347 // Search a first transition for a given property name.
350 int SearchDetails(int transition, PropertyKind kind,
352 Map SearchDetailsAndGetTarget(int transition, PropertyKind kind,