Lines Matching defs:map
159 TNode<Map> FindCandidateStoreICTransitionMapHandler(TNode<Map> map,
247 TNode<Map> map = var_map.value();
248 TNode<HeapObject> prototype = LoadMapPrototype(map);
275 // Check if the receiver has the default |from_kind| map.
284 // Check if the receiver has the default |holey_from_kind| map.
295 // Found a supported transition target map, perform the transition!
753 TNode<Map> map, TNode<Name> name, Label* slow) {
759 LoadMaybeWeakObjectField(map, Map::kTransitionsOrPrototypeInfoOffset);
797 // the resulting map of transitioning store if it exists in the
1212 TNode<Map> map = LoadMap(receiver);
1213 TNode<Uint16T> instance_type = LoadMapInstanceType(map);
1214 EmitGenericPropertyStore(receiver, map, instance_type, &p, &exit_point, &slow,