Searched refs:transition_target (Results 1 – 3 of 3) sorted by relevance
234 Map* transition_target = map->is_stable() ? in ComputeElementAccessInfos() local237 if (transition_target == nullptr) { in ComputeElementAccessInfos()240 transitions.push_back(std::make_pair(map, handle(transition_target))); in ComputeElementAccessInfos()
1007 Handle<Map> const transition_target = transition.second; in ReduceElementAccess() local1011 transition_target->elements_kind()) in ReduceElementAccess()1014 transition_source, transition_target)), in ReduceElementAccess()1057 Handle<Map> const transition_target = transition.second; in ReduceElementAccess() local1062 transition_target->elements_kind()) in ReduceElementAccess()1065 transition_source, transition_target)), in ReduceElementAccess()
7156 MapHandleList transition_target(maps->length()); in HandlePolymorphicElementAccess() local7183 transition_target.Add(handle(transitioned_map)); in HandlePolymorphicElementAccess()7185 transition_target.Add(Handle<Map>()); in HandlePolymorphicElementAccess()7194 if (!transition_target.at(i).is_null()) { in HandlePolymorphicElementAccess()7197 transition_target.at(i)->elements_kind())); in HandlePolymorphicElementAccess()7199 transition_target.at(i)); in HandlePolymorphicElementAccess()