Searched refs:old_type (Results 1 – 7 of 7) sorted by relevance
132 final DispatcherType old_type = baseRequest.getDispatcherType(); in include() local191 baseRequest.setDispatcherType(old_type); in include()220 final DispatcherType old_type=baseRequest.getDispatcherType(); in forward() local292 baseRequest.setDispatcherType(old_type); in forward()
791 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument795 if (old_type) in e2fsck_set_bitmap_type()796 *old_type = fs->default_bitmap_type; in e2fsck_set_bitmap_type()
560 unsigned int *old_type);
2819 PropertyKind old_type = static_cast<PropertyKind>(old); in CheckProperty() local2820 if (HasConflict(old_type, type)) { in CheckProperty()2821 if (IsDataDataConflict(old_type, type)) { in CheckProperty()2825 } else if (IsDataAccessorConflict(old_type, type)) { in CheckProperty()2829 DCHECK(IsAccessorAccessorConflict(old_type, type)); in CheckProperty()
2443 PropertyType old_type = old_details.type(); in GeneralizeRepresentation() local2446 ((tmp_type == CALLBACKS || old_type == CALLBACKS) && in GeneralizeRepresentation()2447 (tmp_type != old_type || in GeneralizeRepresentation()2461 Handle<HeapType> old_field_type = (old_type == FIELD) in GeneralizeRepresentation()2471 if (old_type != CONSTANT || in GeneralizeRepresentation()2476 DCHECK_EQ(tmp_type, old_type); in GeneralizeRepresentation()2742 PropertyType old_type = old_details.type(); in TryUpdateInternal() local2747 if ((old_type == FIELD && in TryUpdateInternal()2749 (old_type == CONSTANT && in TryUpdateInternal()2751 (old_type == CALLBACKS && in TryUpdateInternal()[all …]
262 Type* old_type = NodeProperties::GetBounds(old_input).upper; in CheckToI32() local264 if (old_type->Is(expected_type)) { in CheckToI32()
593 uint32_t old_type = in CreateWatchpoint() local597 if (size == old_size && kind == old_type) in CreateWatchpoint()