Lines Matching refs:GotoIfNot

385     GotoIfNot(Float64LessThan(var_x.value(), x), &return_x);
394 GotoIfNot(Float64LessThan(x, zero), &return_x);
399 GotoIfNot(Float64GreaterThan(var_x.value(), minus_x), &return_minus_x);
437 GotoIfNot(Float64GreaterThan(var_x.value(), x), &return_x);
446 GotoIfNot(Float64LessThan(x, zero), &return_x);
451 GotoIfNot(Float64LessThan(var_x.value(), minus_x), &return_minus_x);
523 GotoIfNot(Float64GreaterThan(var_x.value(), x), &return_x);
537 GotoIfNot(Float64LessThan(x, zero), &return_x);
542 GotoIfNot(Float64GreaterThan(var_x.value(), minus_x), &return_minus_x);
979 GotoIfNot(Word32Equal(int_a, Int32Constant(kMinInt)), &join);
1229 GotoIfNot(IsValidPositiveSmi(size_in_bytes), &if_out_of_memory);
1262 GotoIfNot(WordAnd(top, IntPtrConstant(kDoubleAlignmentMask)), &next);
1955 GotoIfNot(is_map_type, &done);
2133 GotoIfNot(IsStrong(value), if_not_strong);
2852 GotoIfNot(IsTheHole(import_meta), &end);
2949 GotoIfNot(IsMap(proto_or_map), &done);
2968 GotoIfNot(HasInstanceType(var_result.value(), CODET_TYPE),
2987 GotoIfNot(HasInstanceType(var_result.value(), INTERPRETER_DATA_TYPE), &done);
3220 GotoIfNot(IsExtensibleNonPrototypeMap(map), bailout);
3238 GotoIfNot(IntPtrOrSmiGreaterThan(new_length, capacity), &fits);
3383 GotoIfNot(IsHeapNumber(UncheckedCast<HeapObject>(object)), &done);
4262 GotoIfNot(var_holes_converted.value(), &allocate_jsarray);
5418 GotoIfNot(TaggedIsSmi(acc), &is_not_smi);
5423 GotoIfNot(IsHeapNumber(CAST(acc)), if_not_possible);
5427 GotoIfNot(Float64Equal(value, value64), if_not_possible);
5440 GotoIfNot(IsHeapNumber(CAST(value)), if_valueisnotnumber);
5607 GotoIfNot(TaggedIsSmi(number), &if_heapnumber);
5641 GotoIfNot(Float32Equal(value, fvalue), &if_heap_number);
5642 GotoIfNot(Word32Equal(ivalue, Int32Constant(0)), &if_int32);
5673 GotoIfNot(Float64Equal(value, value64), &if_heap_number);
5674 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32);
5930 GotoIfNot(TaggedIsSmi(input), &not_smi);
6901 GotoIfNot(Float64Equal(value, value), &out); // NaN.
7167 GotoIfNot(IsEmptyString(
7306 GotoIfNot(TaggedIsSmi(input), &if_heap_number);
7331 GotoIfNot(IsHeapNumber(number_key_heap_object), bailout);
7338 GotoIfNot(Word32Equal(low, low_compare), bailout);
7339 GotoIfNot(Word32Equal(high, high_compare), bailout);
7540 GotoIfNot(InstanceTypeEqual(input_instance_type, ODDBALL_TYPE), if_bailout);
7575 GotoIfNot(TaggedIsSmi(input), &not_smi);
7601 GotoIfNot(TaggedIsSmi(input), &not_smi);
7613 GotoIfNot(IsHeapNumber(input_ho), &not_heap_number);
7627 GotoIfNot(IsBigInt(input_ho), &not_bigint);
7653 GotoIfNot(TaggedIsSmi(input), &not_smi);
7662 GotoIfNot(IsHeapNumber(input_ho), &not_heap_number);
8118 GotoIfNot(InstanceTypeEqual(var_instance_type.value(), ODDBALL_TYPE),
8691 GotoIfNot(
8750 GotoIfNot(IsPrivateSymbol(name), &not_private);
8822 GotoIfNot(IsPrivateSymbol(key), &not_private);
9201 GotoIfNot(var_stable.value(), &next_iteration);
9217 GotoIfNot(var_has_symbol.value(), &done);
9233 GotoIfNot(IsMap(var_maybe_constructor.value()), &done);
9284 GotoIfNot(IsContext(context), if_bailout);
9316 GotoIfNot(IsJSReceiver(handler), &proxy_revoked);
9453 GotoIfNot(InstanceTypeEqual(instance_type, JS_GLOBAL_OBJECT_TYPE),
9524 GotoIfNot(IsJSReceiver(CAST(sync_iterator)), &not_receiver);
9718 GotoIfNot(IsAccessorPair(CAST(value)), &if_accessor_info);
9756 GotoIfNot(IsTheHole(cached_property_name), has_cached_property);
9805 GotoIfNot(IsLengthString(
9817 GotoIfNot(IsPrototypeString(
9832 GotoIfNot(IsLengthString(
9836 GotoIfNot(TaggedIsNotSmi(holder_value), if_bailout);
9837 GotoIfNot(IsString(CAST(holder_value)), if_bailout);
10017 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob);
10028 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob);
10172 GotoIfNot(InstanceTypeEqual(holder_instance_type, JS_TYPED_ARRAY_TYPE),
10174 GotoIfNot(IsString(var_unique.value()), &next_proto);
10317 GotoIfNot(IsJSFunctionInstanceType(callable_instance_type),
10331 GotoIfNot(IsMap(callable_prototype), &no_initial_map);
10640 GotoIfNot(Float64Equal(value, RoundIntPtrToFloat64(int_value)),
10648 GotoIfNot(IsInRange(int_value, static_cast<intptr_t>(-kMaxSafeInteger),
11230 GotoIfNot(UintPtrLessThan(key, length), &done);
11233 GotoIfNot(UintPtrLessThan(key, length), &update_value_and_bailout);
11334 GotoIfNot(TaggedIsSmi(value), bailout);
11354 GotoIfNot(UintPtrLessThan(Unsigned(intptr_key), length), bailout);
11431 GotoIfNot(IsJSArray(object), &done);
11441 GotoIfNot(UintPtrLessThan(key, length), bailout);
11456 GotoIfNot(IsFixedCOWArrayMap(LoadMap(elements)), &done);
11950 GotoIfNot(has_extension, &no_extension);
12232 GotoIfNot(IsStringInstanceType(right_instance_type),
12304 GotoIfNot(InstanceTypeEqual(left_instance_type, ODDBALL_TYPE),
12645 GotoIfNot(IsStringInstanceType(right_type), &use_symmetry);
13229 GotoIfNot(IsSymbolInstanceType(rhs_instance_type),
13282 GotoIfNot(IsOddballInstanceType(rhs_instance_type),
13337 GotoIfNot(IsHeapNumber(CAST(rhs)), if_false);
13352 GotoIfNot(IsHeapNumber(CAST(lhs)), if_false);
13376 GotoIfNot(IsHeapNumber(CAST(rhs)), if_false);
13387 GotoIfNot(IsString(CAST(rhs)), if_false);
13395 GotoIfNot(IsBigInt(CAST(rhs)), if_false);
13610 GotoIfNot(Word32Equal(callable_or_undetectable_mask, Int32Constant(0)),
13705 GotoIfNot(IsConstructorMap(LoadMap(CAST(species))), &throw_error);
13728 GotoIfNot(IsJSReceiver(CAST(callable)), &if_notreceiver);
13740 GotoIfNot(TaggedEqual(inst_of_handler, function_has_instance),
13767 GotoIfNot(IsCallable(CAST(callable)), &if_notcallable);
14179 GotoIfNot(UintPtrLessThanOrEqual(array_byte_offset, buffer_byte_length),
14191 GotoIfNot(UintPtrGreaterThanOrEqual(
14209 GotoIfNot(IsVariableLengthJSArrayBufferView(array_buffer_view),
14828 GotoIfNot(IsJSArrayMap(object_map.value()), if_slow);
14862 GotoIfNot(IsDictionaryMap(receiver_map), if_runtime);
14889 GotoIfNot(TaggedEqual(length, SmiConstant(0)), if_runtime);
15130 GotoIfNot(TaggedEqual(prototype_map, initial_prototype_map_),
15188 GotoIfNot(Int32LessThan(Int32Constant(max_descriptor_index),
15202 GotoIfNot(TaggedEqual(LoadKeyByDescriptorEntry(descriptors, descriptor),
15220 GotoIfNot(TaggedEqual(actual_value, expected_value), if_modified);