/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-date-gen.cc | 201 GotoIf(TaggedEqual(hint, number_string), &hint_is_number); in TF_BUILTIN() 203 GotoIf(TaggedEqual(hint, default_string), &hint_is_string); in TF_BUILTIN() 205 GotoIf(TaggedEqual(hint, string_string), &hint_is_string); in TF_BUILTIN() 210 GotoIf(TaggedEqual( in TF_BUILTIN() 214 GotoIf(TaggedEqual( in TF_BUILTIN() 218 GotoIf(TaggedEqual( in TF_BUILTIN()
|
H A D | builtins-collections-gen.cc | 95 CSA_DCHECK(this, TaggedEqual(original_initial_entries_map, in AddConstructorEntries() 119 TaggedEqual(GetAddFunction(variant, native_context, collection), in AddConstructorEntriesFromFastJSArray() 177 TaggedEqual(original_collection_map, LoadMap(CAST(collection)))); in AddConstructorEntriesFromFastJSArray() 179 TaggedEqual(original_fast_js_array_map, LoadMap(fast_jsarray))); in AddConstructorEntriesFromFastJSArray() 273 TNode<BoolT> is_target_unmodified = TaggedEqual(constructor, new_target); in AllocateJSCollection() 448 return TaggedEqual(collection_proto_map, in HasInitialCollectionPrototype() 827 GotoIf(TaggedEqual(candidate_key, key_smi), if_same); 851 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), 876 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false); 885 GotoIfNot(TaggedEqual(map_iter_prot [all...] |
H A D | builtins-async-gen.cc | 51 GotoIfNot(TaggedEqual(LoadMapPrototype(value_map), promise_prototype), in Await() 66 Branch(TaggedEqual(value_constructor, promise_function), &if_done, in Await()
|
H A D | builtins-call-gen.cc | 205 GotoIf(TaggedEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike() 208 GotoIf(TaggedEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike() 256 GotoIfNot(TaggedEqual(length, elements_length), &if_runtime); in CallOrConstructWithArrayLike() 378 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in CallOrConstructWithSpread() 643 GotoIf(TaggedEqual(current, signature), &holder_found); in GetCompatibleReceiver()
|
H A D | builtins-regexp-gen.cc | 317 GotoIf(TaggedEqual(maybe_names, SmiZero()), &maybe_build_indices); in ConstructNewResultFromMatchInfo() 791 const TNode<BoolT> has_initialmap = TaggedEqual(map, initial_map); 817 CSA_DCHECK(this, TaggedEqual(LoadMap(object), map)); 830 TNode<BoolT> has_initialmap = TaggedEqual(map, initial_map); 914 Branch(TaggedEqual(map, initial_regexp_result_map), if_isunmodified, 924 Branch(TaggedEqual(map, initial_regexp_result_with_indices_map), 1205 GotoIfNot(TaggedEqual(value, regexp_function), &next); in TF_BUILTIN() 1267 Branch(TaggedEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
|
H A D | builtins-iterator-gen.cc | 79 GotoIfNot(TaggedEqual(result_map, *fast_iterator_result_map), &if_generic); in IteratorStep() 119 GotoIfNot(TaggedEqual(map, *fast_iterator_result_map), &if_generic); in IteratorValue()
|
H A D | builtins-array-gen.cc | 280 GotoIf(TaggedEqual(LoadMap(elements), FixedCOWArrayMapConstant()), in TF_BUILTIN() 319 GotoIf(TaggedEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN() 798 GotoIf(TaggedEqual(element_k, search_element), &return_found); in GenerateSmiOrObject() 879 GotoIf(TaggedEqual(search_element_string, element_k), &return_found); in GenerateSmiOrObject() 893 Branch(TaggedEqual(result, TrueConstant()), &return_found, &continue_loop); in GenerateSmiOrObject() 912 Branch(TaggedEqual(result, TrueConstant()), &return_found, &continue_loop); in GenerateSmiOrObject()
|
H A D | builtins-shadowrealm-gen.cc | 43 GotoIfNot(TaggedEqual(key, name), bailout); in CheckAccessor()
|
H A D | builtins-object-gen.cc | 284 CSA_DCHECK(this, TaggedEqual(map, LoadMap(object))); in FastGetOwnValuesOrEntries() 1088 TaggedEqual(LoadElements(CAST(properties)), EmptyFixedArrayConstant()), in TF_BUILTIN() 1124 GotoIf(TaggedEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN() 1132 GotoIf(TaggedEqual(maybe_map, UndefinedConstant()), &call_runtime); in TF_BUILTIN()
|
H A D | builtins-string-gen.cc | 173 GotoIf(TaggedEqual(lhs, rhs), if_equal); in StringEqual_Core() 567 GotoIf(TaggedEqual(lhs, rhs), &if_equal); in GenerateStringRelationalComparison() 1370 GotoIf(TaggedEqual(limit_number, smi_zero), &return_empty_array); in TF_BUILTIN() 1515 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in BranchIfStringPrimitiveWithNoCustomIteration()
|
H A D | builtins-async-iterator-gen.cc | 213 Branch(TaggedEqual(iter_result_map, fast_iter_result_map), &if_fastpath, in LoadIteratorResult()
|
H A D | builtins-async-generator-gen.cc | 64 return TaggedEqual(is_generator_awaiting, SmiConstant(1)); in IsGeneratorAwaiting()
|
H A D | builtins-internal-gen.cc | 1320 GotoIf(TaggedEqual(on_non_existent, in TF_BUILTIN() 1323 CSA_DCHECK(this, TaggedEqual(on_non_existent, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 159 CSA_DCHECK(this, TaggedEqual(LoadFeedbackVectorSlot(CAST(vector), slot), in TryMegaDOMCase() 1109 Branch(TaggedEqual(maybe_holder_or_constant, NullConstant()), &done, in HandleLoadICProtoHandler() 1153 GotoIf(TaggedEqual(expected_native_context, native_context), can_access); in EmitAccessCheck() 1162 Branch(TaggedEqual(expected_token, current_token), can_access, miss); in EmitAccessCheck() 1450 CSA_DCHECK(this, TaggedEqual(LoadKeyByKeyIndex(descriptors, last_key_index), in HandleStoreICTransitionMapHandlerCase() 1521 TaggedEqual(field_type, BitcastWordToTagged(IntPtrConstant(kNoneType))), in CheckFieldType() 1525 TaggedEqual(field_type, BitcastWordToTagged(IntPtrConstant(kAnyType))), in CheckFieldType() 1532 Branch(TaggedEqual(LoadMap(CAST(value)), field_type_map), &all_fine, in CheckFieldType() 1766 TaggedEqual(maybe_validity_cell, SmiConstant(Map::kPrototypeChainValid)), in CheckPrototypeValidityCell() 1772 Branch(TaggedEqual(cell_valu in CheckPrototypeValidityCell() [all...] |
H A D | keyed-store-generic.cc | 490 CSA_DCHECK(this, TaggedEqual(elements, LoadElements(receiver))); in StoreElementWithCapacity() 724 GotoIf(TaggedEqual(value, TheHoleConstant()), &next_proto); in LookupPropertyOnPrototypeChain()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 1287 Branch(TaggedEqual(value, true_value), &if_true, &if_false); in IGNITION_HANDLER() 1295 CSA_DCHECK(this, TaggedEqual(value, false_value)); in IGNITION_HANDLER() 1692 TNode<Oddball> result = SelectBooleanConstant(TaggedEqual(lhs, rhs)); in IGNITION_HANDLER() 1759 SelectBooleanConstant(TaggedEqual(object, NullConstant())); in IGNITION_HANDLER() 1770 SelectBooleanConstant(TaggedEqual(object, UndefinedConstant())); in IGNITION_HANDLER() 1826 GotoIf(TaggedEqual(object, TrueConstant()), &if_true); in IGNITION_HANDLER() 1827 Branch(TaggedEqual(object, FalseConstant()), &if_true, &if_false); in IGNITION_HANDLER() 2705 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() 2726 GotoIf(TaggedEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER() 2900 Branch(TaggedEqual(receiver_ma in IGNITION_HANDLER() [all...] |
H A D | interpreter-assembler.cc | 872 TNode<BoolT> is_megamorphic = TaggedEqual( in ConstructWithSpread() 889 TaggedEqual(feedback, UninitializedSymbolConstant()); in ConstructWithSpread() 921 TaggedEqual(LoadNativeContext(context), current_native_context), in ConstructWithSpread() 1128 JumpConditional(TaggedEqual(lhs, rhs), jump_offset); in JumpIfTaggedEqual() 1134 JumpConditionalByImmediateOperand(TaggedEqual(lhs, rhs), operand_index); in JumpIfTaggedEqual() 1140 JumpConditionalByConstantOperand(TaggedEqual(lhs, rhs), operand_index); in JumpIfTaggedEqualConstant()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 1588 return __ TaggedEqual(value, __ TrueConstant()); in LowerChangeTaggedToBit() 1602 __ GotoIf(__ TaggedEqual(value, __ FalseConstant()), done, zero); in TruncateTaggedPointerToBit() 1605 __ GotoIf(__ TaggedEqual(value, __ EmptyStringConstant()), done, zero); in TruncateTaggedPointerToBit() 1622 __ GotoIf(__ TaggedEqual(value_map, __ HeapNumberMapConstant()), in TruncateTaggedPointerToBit() 1626 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit() 1662 __ Goto(&done, __ Word32Equal(__ TaggedEqual(value, __ SmiConstant(0)), in LowerTruncateTaggedToBit() 1855 Node* check = __ TaggedEqual(value_map, map); in LowerCheckMaps() 1876 Node* check = __ TaggedEqual(value_map, map); in LowerCheckMaps() 1897 Node* check = __ TaggedEqual(value_map, map); in LowerCheckMaps() 1945 Node* check = __ TaggedEqual(value_ma in LowerCompareMaps() [all...] |
H A D | graph-assembler.cc | 170 Node* GraphAssembler::TaggedEqual(Node* left, Node* right) { in TaggedEqual() function in v8::internal::compiler::GraphAssembler
|
H A D | wasm-compiler.cc | 1101 return gasm_->TaggedEqual(left, right); in Binop() 2973 return gasm_->TaggedEqual(object, RefNull()); in IsNull() 3356 gasm_->Branch(gasm_->TaggedEqual(function_ref_at_index, func_ref), in CompareToInternalFunctionAtIndex() 5701 gasm_->TaggedEqual( in ArrayInitFromData() 5707 gasm_->TaggedEqual( in ArrayInitFromData() 5799 callbacks.succeed_if(gasm_->TaggedEqual(map, rtt), BranchHint::kTrue); 5817 callbacks.fail_if_not(gasm_->TaggedEqual(maybe_match, rtt), 6529 Node* is_undefined = gasm_->TaggedEqual(obj, UndefinedValue()); 6911 Node* is_heap_number = gasm_->TaggedEqual(heap_number_map, map);
|
H A D | graph-assembler.h | 290 Node* TaggedEqual(Node* left, Node* right);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 259 return TaggedEqual(value, name##Constant()); \ 1075 GotoIf(TaggedEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv() 1080 Branch(TaggedEqual(dividend, SmiConstant(0)), ÷nd_is_zero, in TrySmiDiv() 1482 GotoIf(TaggedEqual(value, FalseConstant()), if_false); 2732 Branch(TaggedEqual(var_result.value(), TheHoleConstant()), if_hole, &done); 2829 TaggedEqual(cur_context.value(), native_context))); 2830 GotoIf(TaggedEqual(LoadMap(CAST(cur_context.value())), module_map), 3561 TaggedEqual(object, SmiConstant(0)), [=] { return Int32TrueConstant(); }, 3981 GotoIf(TaggedEqual(array, EmptyFixedArrayConstant()), &done); 4372 CSA_DCHECK(this, TaggedEqual(source_ma [all...] |
H A D | code-stub-assembler.h | 515 TNode<BoolT> TaggedEqual(TNode<AnyTaggedT> a, TNode<AnyTaggedT> b) { in TaggedEqual() function in v8::internal::CodeStubAssembler 525 return Word32BinaryNot(TaggedEqual(a, b)); in TaggedNotEqual() 639 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShl() 663 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShr() 1637 GotoIf(TaggedEqual(value, LoadContextElement(native_context, slot_index)), in GotoIfContextElementEqual()
|