Searched refs:TaggedNotEqual (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-lazy-gen.cc | 132 CSA_DCHECK(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy()
|
H A D | builtins-date-gen.cc | 46 GotoIf(TaggedNotEqual(date_cache_stamp, cache_stamp), &stamp_mismatch); in Generate_DatePrototype_GetField()
|
H A D | builtins-shadowrealm-gen.cc | 124 GotoIf(TaggedNotEqual(prototype, function_prototype), &slow_wrap); in TF_BUILTIN()
|
H A D | builtins-constructor-gen.cc | 316 GotoIf(TaggedNotEqual(target, new_target_constructor), call_runtime); in FastNewObject()
|
H A D | builtins-internal-gen.cc | 928 CSA_DCHECK(this, TaggedNotEqual(target, source)); in TF_BUILTIN()
|
H A D | builtins-array-gen.cc | 1834 GotoIf(TaggedNotEqual(target, new_target), &runtime); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 278 GotoIf(TaggedNotEqual(receiver_map, packed_map), &check_holey_map); in TryRewriteElements() 289 GotoIf(TaggedNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements() 312 GotoIf(TaggedNotEqual(receiver_map, packed_map), map_mismatch); in TryChangeToHoleyMapHelper()
|
H A D | accessor-assembler.cc | 1448 GotoIf(TaggedNotEqual(key, p->name()), miss); in HandleStoreICTransitionMapHandlerCase() 1703 GotoIf(TaggedNotEqual(value, constant), slow); in OverwriteExistingFastDataProperty() 2936 GotoIf(TaggedNotEqual(name, cached_key), if_miss); in TryProbeStubCacheTable() 2942 GotoIf(TaggedNotEqual(map, cached_map), if_miss); in TryProbeStubCacheTable() 3192 CSA_DCHECK(this, TaggedNotEqual(lookup_start_object_map, feedback)); in LoadIC_Noninlined()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 1146 JumpConditional(TaggedNotEqual(lhs, rhs), jump_offset); in JumpIfTaggedNotEqual() 1152 JumpConditionalByImmediateOperand(TaggedNotEqual(lhs, rhs), operand_index); in JumpIfTaggedNotEqual() 1158 JumpConditionalByConstantOperand(TaggedNotEqual(lhs, rhs), operand_index); in JumpIfTaggedNotEqualConstant()
|
H A D | interpreter-generator.cc | 2746 GotoIf(TaggedNotEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 262 return TaggedNotEqual(value, name##Constant()); \ 4936 CSA_DCHECK(this, Word32Or(TaggedNotEqual(dst_elements, src_elements), 5181 GotoIf(TaggedNotEqual(map, FixedCOWArrayMapConstant()), cast_fail); 7357 GotoIf(TaggedNotEqual(smi_key, smi_input.value()), &if_smi_cache_missed); 9028 GotoIf(TaggedNotEqual(current_name, unique_name), &next); 11955 Branch(TaggedNotEqual(extension_slot, UndefinedConstant()), target, 12536 GotoIf(TaggedNotEqual(left, right), &if_notsame);
|
H A D | code-stub-assembler.h | 524 TNode<BoolT> TaggedNotEqual(TNode<AnyTaggedT> a, TNode<AnyTaggedT> b) { in TaggedNotEqual() function in v8::internal::CodeStubAssembler 2204 GotoIf(TaggedNotEqual(LoadMap(base), FixedDoubleArrayMapConstant()), in HeapObjectToFixedDoubleArray()
|
Completed in 53 milliseconds