Searched refs:previous_type (Results 1 – 3 of 3) sorted by relevance
2425 auto* previous_type = name_info->type()->AsFunctionTableType(); in ValidateCall() local2426 if (previous_type == nullptr) { in ValidateCall()2430 if (table_length != previous_type->length()) { in ValidateCall()2435 previous_type->signature()->AsFunctionType(); in ValidateCall()2444 SetTypeOf(call_property, previous_type->signature()); in ValidateCall()
232 Type* Weaken(Node* node, Type* current_type, Type* previous_type);1144 Type* previous_type) { in Weaken() argument1163 if (!previous_type->Maybe(integer)) { in Weaken()1169 Type* previous_integer = Type::Intersect(previous_type, integer, zone()); in Weaken()
499 Type* Weaken(Node* node, Type* previous_type, Type* current_type) { in Weaken() argument502 if (!previous_type->Maybe(integer)) { in Weaken()510 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()