Searched refs:other_metadata (Results 1 – 3 of 3) sorted by relevance
171 const TypeFeedbackMetadata* other_metadata) const { in DiffersFrom()172 if (other_metadata->slot_count() != slot_count()) { in DiffersFrom()181 if (GetKind(slot) != other_metadata->GetKind(slot)) { in DiffersFrom()185 if (GetName(slot) != other_metadata->GetName(slot)) { in DiffersFrom()
184 bool DiffersFrom(const TypeFeedbackMetadata* other_metadata) const;
570 def record_state(self, type_str, state, value, other_metadata=None): argument583 if other_metadata:584 metadata = dict(metadata.items() + other_metadata.items())