/external/v8/src/builtins/ |
D | builtins-function-gen.cc | 28 GotoIf(TaggedIsSmi(receiver), &slow); in TF_BUILTIN() 42 GotoIf(IsDictionaryMap(receiver_map), &slow); in TF_BUILTIN() 53 GotoIf(SmiLessThanOrEqual(descriptors_length, in TF_BUILTIN() 65 GotoIf(WordNotEqual(maybe_length, LoadRoot(Heap::klength_stringRootIndex)), in TF_BUILTIN() 70 GotoIf(TaggedIsSmi(maybe_length_accessor), &slow); in TF_BUILTIN() 77 GotoIf(WordNotEqual(maybe_name, LoadRoot(Heap::kname_stringRootIndex)), in TF_BUILTIN() 82 GotoIf(TaggedIsSmi(maybe_name_accessor), &slow); in TF_BUILTIN() 97 GotoIf(IsConstructorMap(receiver_map), &with_constructor); in TF_BUILTIN() 115 GotoIf(WordNotEqual(prototype, expected_prototype), &slow); in TF_BUILTIN() 123 GotoIf(Uint32LessThanOrEqual(argc, Int32Constant(1)), &empty_arguments); in TF_BUILTIN() [all …]
|
D | builtins-object-gen.cc | 260 GotoIf(IsStringWrapperElementsKind(map), if_slow); in GotoIfMapHasSlowProperties() 261 GotoIf(IsSpecialReceiverMap(map), if_slow); in GotoIfMapHasSlowProperties() 262 GotoIf(HasHiddenPrototype(map), if_slow); in GotoIfMapHasSlowProperties() 263 GotoIf(IsDictionaryMap(map), if_slow); in GotoIfMapHasSlowProperties() 295 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries() 331 GotoIf(IsSymbol(next_key), &next_descriptor); in FastGetOwnValuesOrEntries() 338 GotoIf(IsPropertyKindAccessor(kind), if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries() 394 GotoIf(IntPtrEqual(size, IntPtrConstant(0)), if_empty); in FinalizeValuesOrEntriesJSArray() 406 GotoIf(IsNullOrUndefined(receiver), &if_null_or_undefined); in TF_BUILTIN() 449 GotoIf(IntPtrLessThan(var_index.value(), IntPtrConstant(0)), in TF_BUILTIN() [all …]
|
D | builtins-number-gen.cc | 80 GotoIf(TaggedIsSmi(number), &return_true); in TF_BUILTIN() 115 GotoIf(TaggedIsSmi(number), &return_false); in TF_BUILTIN() 238 GotoIf(IsUndefined(radix), &if_radix10); in TF_BUILTIN() 239 GotoIf(WordEqual(radix, SmiConstant(10)), &if_radix10); in TF_BUILTIN() 240 GotoIf(WordEqual(radix, SmiConstant(0)), &if_radix10); in TF_BUILTIN() 248 GotoIf(TaggedIsSmi(input), &if_inputissmi); in TF_BUILTIN() 250 GotoIf(IsHeapNumberMap(input_map), &if_inputisheapnumber); in TF_BUILTIN() 267 GotoIf(Float64Equal(input_value, ChangeInt32ToFloat64(input_value32)), in TF_BUILTIN() 290 GotoIf(IsSetWord32(input_hash, Name::kDoesNotContainCachedArrayIndexMask), in TF_BUILTIN() 422 GotoIf(IsStringInstanceType(right_instance_type), in TF_BUILTIN() [all …]
|
D | builtins-date-gen.cc | 30 GotoIf(TaggedIsSmi(receiver), &receiver_not_date); in Generate_DatePrototype_GetField() 46 GotoIf(WordNotEqual(date_cache_stamp, cache_stamp), &stamp_mismatch); in Generate_DatePrototype_GetField() 188 GotoIf(TaggedIsSmi(receiver), &receiver_is_invalid); in TF_BUILTIN() 197 GotoIf(WordEqual(hint, number_string), &hint_is_number); in TF_BUILTIN() 199 GotoIf(WordEqual(hint, default_string), &hint_is_string); in TF_BUILTIN() 201 GotoIf(WordEqual(hint, string_string), &hint_is_string); in TF_BUILTIN() 204 GotoIf(TaggedIsSmi(hint), &hint_is_invalid); in TF_BUILTIN() 206 GotoIf(WordEqual( in TF_BUILTIN() 210 GotoIf(WordEqual( in TF_BUILTIN() 214 GotoIf(WordEqual( in TF_BUILTIN()
|
D | builtins-call-gen.cc | 76 GotoIf(TaggedIsSmi(target), &if_target_not_callable); in CallOrConstructWithArrayLike() 89 GotoIf(TaggedIsSmi(target), &if_target_not_constructor); in CallOrConstructWithArrayLike() 102 GotoIf(TaggedIsSmi(new_target), &if_new_target_not_constructor); in CallOrConstructWithArrayLike() 113 GotoIf(TaggedIsSmi(arguments_list), &if_runtime); in CallOrConstructWithArrayLike() 121 GotoIf(WordEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike() 124 GotoIf(WordEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike() 149 GotoIf(Int32GreaterThan(kind, Int32Constant(LAST_FAST_ELEMENTS_KIND)), in CallOrConstructWithArrayLike() 288 GotoIf(TaggedIsSmi(spread), &if_generic); in CallOrConstructWithSpread() 297 GotoIf(IsNoElementsProtectorCellInvalid(), &if_generic); in CallOrConstructWithSpread() 303 GotoIf(WordEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in CallOrConstructWithSpread() [all …]
|
D | builtins-typed-array-gen.cc | 160 GotoIf(TaggedIsNotSmi(byte_length), &allocate_off_heap); in TF_BUILTIN() 162 GotoIf(SmiGreaterThan(smi_byte_length, in TF_BUILTIN() 211 GotoIf(WordEqual<Object, Object>( in TF_BUILTIN() 259 GotoIf(IsFalse(initialize), &done); in TF_BUILTIN() 275 GotoIf(IsFalse(initialize), &allocate_off_heap_no_init); in TF_BUILTIN() 328 GotoIf(TaggedIsNotSmi(converted_length), &invalid_length); in ConstructByLength() 331 GotoIf(SmiLessThan(smi_converted_length, SmiConstant(0)), &invalid_length); in ConstructByLength() 366 GotoIf(IsUndefined(byte_offset), &check_length); in ConstructByArrayBuffer() 376 GotoIf(SmiEqual(smi_offset, SmiConstant(0)), &check_length); in ConstructByArrayBuffer() 377 GotoIf(SmiLessThan(smi_offset, SmiConstant(0)), &invalid_length); in ConstructByArrayBuffer() [all …]
|
D | builtins-constructor-gen.cc | 73 GotoIf(IsNoClosuresCellMap(feedback_cell_map), &no_closures); in TF_BUILTIN() 74 GotoIf(IsOneClosureCellMap(feedback_cell_map), &one_closure); in TF_BUILTIN() 189 GotoIf(HasInstanceType(new_target, JS_FUNCTION_TYPE), &fast); in EmitFastNewObject() 197 GotoIf(TaggedIsSmi(initial_map), call_runtime); in EmitFastNewObject() 198 GotoIf(DoesntHaveInstanceType(initial_map, MAP_TYPE), call_runtime); in EmitFastNewObject() 204 GotoIf(WordNotEqual(target, new_target_constructor), call_runtime); in EmitFastNewObject() 209 GotoIf(IsDictionaryMap(initial_map), &allocate_properties); in EmitFastNewObject() 304 GotoIf(NotHasBoilerplate(literal_site), &call_runtime); in EmitCreateRegExpLiteral() 349 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowArrayLiteral() 392 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site); in EmitCreateEmptyArrayLiteral() [all …]
|
D | builtins-string-gen.cc | 137 GotoIf(WordNotEqual(lhs_length, rhs_length), &if_notequal); in GenerateStringEqual() 175 GotoIf(WordEqual(lhs, rhs), if_equal); in StringEqual_Core() 187 GotoIf(Word32Equal(Word32And(both_instance_types, in StringEqual_Core() 214 GotoIf( in StringEqual_Core() 217 GotoIf( in StringEqual_Core() 266 GotoIf(WordEqual(var_offset.value(), length), if_equal); in StringEqual_Loop() 279 GotoIf(Word32NotEqual(lhs_value, rhs_value), if_not_equal); in StringEqual_Loop() 398 GotoIf(WordEqual(lhs, rhs), &if_equal); in GenerateStringRelationalComparison() 474 GotoIf(IntPtrEqual(lhs_length, rhs_length), &if_equal); in GenerateStringRelationalComparison() 681 GotoIf( in TF_BUILTIN() [all …]
|
D | builtins-conversion-gen.cc | 36 GotoIf(IsNullOrUndefined(exotic_to_prim), &ordinary_to_primitive); in Generate_NonPrimitiveToPrimitive() 49 GotoIf(TaggedIsSmi(result), &if_resultisprimitive); in Generate_NonPrimitiveToPrimitive() 192 GotoIf(TaggedIsSmi(method), &if_methodisnotcallable); in Generate_OrdinaryToPrimitive() 206 GotoIf(TaggedIsSmi(result), &return_result); in Generate_OrdinaryToPrimitive() 209 GotoIf(Int32LessThanOrEqual(result_instance_type, in Generate_OrdinaryToPrimitive() 287 GotoIf(TaggedIsPositiveSmi(len), &return_len); in TF_BUILTIN() 290 GotoIf(TaggedIsSmi(len), &return_zero); in TF_BUILTIN() 307 GotoIf(Float64GreaterThanOrEqual(len_value, in TF_BUILTIN() 360 GotoIf(TaggedIsSmi(object), &if_smi); in TF_BUILTIN() 364 GotoIf(IsJSReceiverInstanceType(instance_type), &if_jsreceiver); in TF_BUILTIN() [all …]
|
D | builtins-proxy-gen.cc | 40 GotoIf(IsConstructor(target), &constructor_target); in AllocateProxy() 77 GotoIf(SmiEqual(length, SmiConstant(0)), &if_empty_array); in AllocateJSArrayForCodeStubArguments() 88 GotoIf(SmiGreaterThan(length, SmiConstant(FixedArray::kMaxRegularLength)), in AllocateJSArrayForCodeStubArguments() 179 GotoIf(TaggedIsSmi(target), &throw_proxy_non_object); in TF_BUILTIN() 183 GotoIf(TaggedIsSmi(handler), &throw_proxy_non_object); in TF_BUILTIN() 217 GotoIf(TaggedIsSmi(target), &throw_proxy_non_object); in TF_BUILTIN() 221 GotoIf(TaggedIsSmi(handler), &throw_proxy_non_object); in TF_BUILTIN() 261 GotoIf(IsNull(proxy), &revoke_called); in TF_BUILTIN() 379 GotoIf(TaggedIsSmi(new_obj), ¬_an_object); in TF_BUILTIN() 438 GotoIf(TaggedIsSmi(trap), &trap_not_callable); in TF_BUILTIN() [all …]
|
D | builtins-array-gen.cc | 107 GotoIf(WordEqual(a(), TheHoleConstant()), &initial); in ReduceProcessor() 122 GotoIf(WordNotEqual(a(), TheHoleConstant()), &ok); in ReducePostLoopAction() 154 GotoIf(WordNotEqual(LoadJSArrayLength(a()), to_.value()), &runtime); in FilterProcessor() 156 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in FilterProcessor() 251 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), &array_not_smi); in FastMapProcessor() 260 GotoIf(IsHeapNumberMap(LoadMap(mapped_value)), &transition_smi_double); in FastMapProcessor() 435 GotoIf(IsNullOrUndefined(receiver()), &throw_null_undefined_exception); in GenerateIteratingArrayBuiltinBody() 447 GotoIf(DoesntHaveInstanceType(o(), JS_ARRAY_TYPE), ¬_js_array); in GenerateIteratingArrayBuiltinBody() 465 GotoIf(TaggedIsSmi(callbackfn()), &type_exception); in GenerateIteratingArrayBuiltinBody() 526 GotoIf(TaggedIsSmi(receiver_), &throw_not_typed_array); in GenerateIteratingTypedArrayBuiltinBody() [all …]
|
D | builtins-collections-gen.cc | 177 GotoIf(IsNullOrUndefined(initial_entries), &exit); in AddConstructorEntries() 241 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &exit); in AddConstructorEntriesFromFastJSArray() 364 GotoIf(IsUndefined(new_target), &if_undefined); in GenerateConstructor() 386 GotoIf(TaggedIsSmi(add_func), &if_notcallable); in GetAddFunction() 462 GotoIf(TaggedIsSmi(obj), if_not_receiver); in GotoIfNotJSReceiver() 539 GotoIf(SmiGreaterThan(length, SmiConstant(1)), &if_two); in LoadKeyValue() 540 GotoIf(SmiEqual(length, SmiConstant(1)), &if_one); in LoadKeyValue() 566 GotoIf(SmiGreaterThan(length, SmiConstant(1)), &if_two); in LoadKeyValue() 567 GotoIf(SmiEqual(length, SmiConstant(1)), &if_one); in LoadKeyValue() 826 GotoIf(WordEqual(candidate_key, key_smi), if_same); in SameValueZeroSmi() [all …]
|
D | builtins-promise-gen.cc | 122 GotoIf(TaggedIsSmi(constructor), &if_not_constructor); in TF_BUILTIN() 176 GotoIf(TaggedIsSmi(resolve), &if_notcallable); in TF_BUILTIN() 181 GotoIf(TaggedIsSmi(reject), &if_notcallable); in TF_BUILTIN() 365 GotoIf(PromiseHasHandler(promise), &enqueue); in PerformPromiseThen() 476 GotoIf(TaggedIsSmi(current), &done_loop); in TriggerPromiseReactions() 497 GotoIf(TaggedIsSmi(current), &done_loop); in TriggerPromiseReactions() 545 GotoIf(TaggedIsSmi(receiver), &if_slow); in InvokeThen() 677 GotoIf(InstanceTypeEqual(executor_type, JS_FUNCTION_TYPE), &found_function); in BranchIfAccessCheckFailed() 725 GotoIf(TaggedIsSmi(promise), &done); in SetPromiseHandledByIfTrue() 748 GotoIf(IsTrue(already_resolved), &if_already_resolved); in TF_BUILTIN() [all …]
|
D | builtins-async-function-gen.cc | 129 GotoIf(HasAsyncEventDelegate(), &call_debug_hook); in AsyncFunctionAwait() 166 GotoIf(HasAsyncEventDelegate(), &call_debug_hook); in AsyncFunctionAwaitOptimized() 248 GotoIf(IsDebugActive(), &if_is_debug_active); in TF_BUILTIN() 269 GotoIf(HasAsyncEventDelegate(), &call_debug_instrumentation); in TF_BUILTIN() 270 GotoIf(IsDebugActive(), &call_debug_instrumentation); in TF_BUILTIN()
|
D | builtins-generator-gen.cc | 41 GotoIf(SmiEqual(receiver_continuation, closed), &if_receiverisclosed); in GeneratorPrototypeResume() 44 GotoIf(SmiLessThan(receiver_continuation, closed), &if_receiverisrunning); in GeneratorPrototypeResume() 68 GotoIf(SmiEqual(result_continuation, executing), &if_final_return); in GeneratorPrototypeResume()
|
D | builtins-iterator-gen.cc | 36 GotoIf(TaggedIsSmi(method), &if_not_callable); in GetIterator() 54 GotoIf(TaggedIsSmi(iterator), &if_notobject); in GetIterator() 84 GotoIf(TaggedIsSmi(result), &if_notobject); in IteratorStep() 174 GotoIf(Word32Or(IsUndefined(method), IsNull(method)), if_exception); in IteratorCloseOnException()
|
D | builtins-regexp-gen.cc | 187 GotoIf(SmiEqual(num_results, SmiConstant(1)), &out); in ConstructNewResultFromMatchInfo() 208 GotoIf(SmiEqual(start, SmiConstant(-1)), &next_iter); in ConstructNewResultFromMatchInfo() 248 GotoIf(WordEqual(maybe_names, SmiZero()), &out); in ConstructNewResultFromMatchInfo() 359 GotoIf(TaggedIsNotSmi(last_index), &if_failure); in RegExpExecInternal() 364 GotoIf(UintPtrGreaterThan(int_last_index, int_string_length), &if_failure); in RegExpExecInternal() 396 GotoIf(SmiAbove(capture_count, SmiConstant(kOffsetsSize / 2 - 1)), in RegExpExecInternal() 405 GotoIf(IntPtrEqual(stack_size, IntPtrZero()), &runtime); in RegExpExecInternal() 462 GotoIf(TaggedIsSmi(var_code.value()), &runtime); in RegExpExecInternal() 536 GotoIf(IntPtrEqual(int_result, in RegExpExecInternal() 539 GotoIf(IntPtrEqual(int_result, in RegExpExecInternal() [all …]
|
D | builtins-lazy-gen.cc | 62 GotoIf(SmiEqual(marker, SmiConstant(OptimizationMarker::kNone)), in MaybeTailCallOptimizedCodeSlot() 99 GotoIf(IsSetWord32<Code::MarkedForDeoptimizationField>( in MaybeTailCallOptimizedCodeSlot() 187 GotoIf( in TF_BUILTIN()
|
D | builtins-global-gen.cc | 28 GotoIf(TaggedIsSmi(num), &return_true); in TF_BUILTIN() 74 GotoIf(TaggedIsSmi(num), &return_false); in TF_BUILTIN()
|
D | builtins-internal-gen.cc | 122 GotoIf(WordEqual(index, number_of_holes), &done_loop1); in TF_BUILTIN() 145 GotoIf(WordEqual(index, length), &done_loop2); in TF_BUILTIN() 390 GotoIf(object_in_new_space, &incremental_wb); in TF_BUILTIN() 408 GotoIf(IsWhite(value), &call_incremental_wb); in TF_BUILTIN() 414 GotoIf( in TF_BUILTIN() 453 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesDontDeleteMask), in DeleteDictionaryProperty() 476 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DeleteDictionaryProperty() 477 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DeleteDictionaryProperty() 497 GotoIf(TaggedIsSmi(receiver), &slow); in TF_BUILTIN() 500 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN() [all …]
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 84 GotoIf(IsNotWeakReferenceTo(feedback, CAST(receiver_map)), if_miss); in TryMonomorphicCase() 123 GotoIf(SmiGreaterThanOrEqual(SmiConstant(handler_index), CAST(length)), in HandlePolymorphicCase() 131 GotoIf(IsNotWeakReferenceTo(maybe_cached_map, CAST(receiver_map)), in HandlePolymorphicCase() 155 GotoIf(IsNotWeakReferenceTo(maybe_cached_map, CAST(receiver_map)), in HandlePolymorphicCase() 198 GotoIf(IsCodeMap(LoadMap(CAST(handler))), &call_handler); in HandleLoadICHandlerCase() 222 GotoIf(IsRuntimeCallStatsEnabled(), &runtime); in HandleLoadCallbackProperty() 248 GotoIf(IsRuntimeCallStatsEnabled(), &runtime); in HandleLoadAccessor() 259 GotoIf(WordEqual(handler_kind, IntPtrConstant(LoadHandler::kApiGetter)), in HandleLoadAccessor() 297 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadField() 316 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadField() [all …]
|
D | keyed-store-generic.cc | 155 GotoIf(IsNull(prototype), only_fast_elements); in BranchIfPrototypesHaveNonFastElements() 159 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesHaveNonFastElements() 162 GotoIf(IsFastElementsKind(elements_kind), &loop_body); in BranchIfPrototypesHaveNonFastElements() 163 GotoIf(Word32Equal(elements_kind, Int32Constant(NO_ELEMENTS)), &loop_body); in BranchIfPrototypesHaveNonFastElements() 182 GotoIf(WordNotEqual(receiver_map, packed_map), &check_holey_map); in TryRewriteElements() 193 GotoIf(WordNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements() 216 GotoIf(WordNotEqual(receiver_map, packed_map), map_mismatch); in TryChangeToHoleyMapHelper() 232 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMap() 248 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMapMulti() 250 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind_2)), in TryChangeToHoleyMapMulti() [all …]
|
D | binary-op-assembler.cc | 133 GotoIf(TaggedIsSmi(rhs), &call_with_oddball_feedback); in Generate_AddWithFeedback() 143 GotoIf(IsStringInstanceType(lhs_instance_type), &lhs_is_string); in Generate_AddWithFeedback() 144 GotoIf(IsBigIntInstanceType(lhs_instance_type), &lhs_is_bigint); in Generate_AddWithFeedback() 149 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_AddWithFeedback() 155 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_AddWithFeedback() 179 GotoIf(rhs_is_oddball, &call_with_oddball_feedback); in Generate_AddWithFeedback() 315 GotoIf(IsBigIntInstanceType(lhs_instance_type), &if_left_bigint); in Generate_BinaryOperationWithFeedback() 344 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_BinaryOperationWithFeedback() 354 GotoIf(IsBigIntInstanceType(rhs_instance_type), &if_bigint); in Generate_BinaryOperationWithFeedback()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 165 GotoIf(condition, &ok); in FastCheck() 374 GotoIf(Float64LessThanOrEqual(Float64Sub(var_x.value(), one_half), x), in Float64Round() 404 GotoIf(Float64GreaterThanOrEqual(x, two_52), &return_x); in Float64Ceil() 416 GotoIf(Float64LessThanOrEqual(x, minus_two_52), &return_x); in Float64Ceil() 456 GotoIf(Float64GreaterThanOrEqual(x, two_52), &return_x); in Float64Floor() 468 GotoIf(Float64LessThanOrEqual(x, minus_two_52), &return_x); in Float64Floor() 498 GotoIf(Float64LessThan(f_and_half, x), &return_f_plus_one); in Float64RoundToEven() 499 GotoIf(Float64LessThan(x, f_and_half), &return_f); in Float64RoundToEven() 542 GotoIf(Float64GreaterThanOrEqual(x, two_52), &return_x); in Float64Trunc() 559 GotoIf(Float64LessThanOrEqual(x, minus_two_52), &return_x); in Float64Trunc() [all …]
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1022 __ GotoIf(__ Float64Equal(value, __ ChangeInt32ToFloat64(value32)), in LowerChangeFloat64ToTagged() 1033 __ GotoIf(__ Word32Equal(value32, zero), &if_zero); in LowerChangeFloat64ToTagged() 1039 __ GotoIf(__ Int32LessThan(__ Float64ExtractHighWord32(value), zero), in LowerChangeFloat64ToTagged() 1054 __ GotoIf(ovf, &if_heapnumber); in LowerChangeFloat64ToTagged() local 1082 __ GotoIf(value, &if_true); in LowerChangeBitToTagged() local 1110 __ GotoIf(ovf, &if_overflow); in LowerChangeInt32ToTagged() local 1163 __ GotoIf(__ WordEqual(value, __ FalseConstant()), done, zero); in TruncateTaggedPointerToBit() 1166 __ GotoIf(__ WordEqual(value, __ EmptyStringConstant()), done, zero); in TruncateTaggedPointerToBit() 1183 __ GotoIf(__ WordEqual(value_map, __ HeapNumberMapConstant()), in TruncateTaggedPointerToBit() 1189 __ GotoIf(__ Word32Equal(value_instance_type, __ Int32Constant(BIGINT_TYPE)), in TruncateTaggedPointerToBit() [all …]
|