Lines Matching refs:Transition
229 case LookupIterator::TRANSITION:
270 // would transition to.
1271 case LookupIterator::TRANSITION:
1316 // monomorphic type. This benefits global arrays that only transition
1420 case LookupIterator::TRANSITION:
1700 case LookupIterator::TRANSITION: {
1703 // TODO(dcarney): this currently just deopts. Use the transition cell.
1712 Handle<Map> transition = lookup->transition_map();
1715 TRACE_GENERIC_IC(isolate(), "StoreIC", "transition from slow");
1721 return compiler.CompileStoreTransition(transition, lookup->name());
1858 // transition to a different GetNonTransitioningStoreMode IC that handles a
2496 MaybeHandle<Object> BinaryOpIC::Transition(
2635 ic.Transition(Handle<AllocationSite>::null(), left, right));
2652 isolate, result, ic.Transition(allocation_site, left, right));