Lines Matching defs:transitioning
1903 bool transitioning = true;
1910 while (transitioning) {
1922 // possible. Transitioning may abort if the key is not a string, or if no
1939 transitioning = TransitionsAccessor(isolate_, map)
1943 transitioning = false;
1951 // If still transitioning and the value fits the field representation
1953 // that we can copy them all at once. Otherwise, stop transitioning.
1954 if (transitioning) {
1977 transitioning = false;
1981 // Fell out of transitioning fast path. Commit the properties gathered so
1983 DCHECK(!transitioning);
1999 // At this point, transitioning should be done, but at least one property
2002 DCHECK(!transitioning);