Lines Matching refs:transitioning
2278 bool transitioning = true;
2285 while (transitioning) {
2319 transitioning = TransitionsAccessor(isolate_, *map)
2323 transitioning = false;
2331 // If still transitioning and the value fits the field representation
2333 // that we can copy them all at once. Otherwise, stop transitioning.
2334 if (transitioning) {
2357 transitioning = false;
2361 // Fell out of transitioning fast path. Commit the properties gathered so
2363 DCHECK(!transitioning);
2379 // At this point, transitioning should be done, but at least one property
2382 DCHECK(!transitioning);