Home | History | Annotate | Download | only in ic

Lines Matching refs:receiver_maps

635 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps,
638 for (int current = 0; current < receiver_maps->length(); ++current) {
639 if (!receiver_maps->at(current).is_null() &&
640 receiver_maps->at(current).is_identical_to(new_receiver_map)) {
644 receiver_maps->Add(new_receiver_map);