Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java132 final DispatcherType old_type = baseRequest.getDispatcherType(); in include() local
191 baseRequest.setDispatcherType(old_type); in include()
220 final DispatcherType old_type=baseRequest.getDispatcherType(); in forward() local
292 baseRequest.setDispatcherType(old_type); in forward()
/external/e2fsprogs/e2fsck/
Dutil.c791 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument
795 if (old_type) in e2fsck_set_bitmap_type()
796 *old_type = fs->default_bitmap_type; in e2fsck_set_bitmap_type()
De2fsck.h560 unsigned int *old_type);
/external/v8/src/
Dpreparser.h2819 PropertyKind old_type = static_cast<PropertyKind>(old); in CheckProperty() local
2820 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()
Dobjects.cc2443 PropertyType old_type = old_details.type(); in GeneralizeRepresentation() local
2446 ((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() local
2747 if ((old_type == FIELD && in TryUpdateInternal()
2749 (old_type == CONSTANT && in TryUpdateInternal()
2751 (old_type == CALLBACKS && in TryUpdateInternal()
[all …]
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc262 Type* old_type = NodeProperties::GetBounds(old_input).upper; in CheckToI32() local
264 if (old_type->Is(expected_type)) { in CheckToI32()
/external/lldb/source/Target/
DTarget.cpp593 uint32_t old_type = in CreateWatchpoint() local
597 if (size == old_size && kind == old_type) in CreateWatchpoint()