Home
last modified time | relevance | path

Searched refs:TaggedNotEqual (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-lazy-gen.cc132 CSA_DCHECK(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy()
H A Dbuiltins-date-gen.cc46 GotoIf(TaggedNotEqual(date_cache_stamp, cache_stamp), &stamp_mismatch); in Generate_DatePrototype_GetField()
H A Dbuiltins-shadowrealm-gen.cc124 GotoIf(TaggedNotEqual(prototype, function_prototype), &slow_wrap); in TF_BUILTIN()
H A Dbuiltins-constructor-gen.cc316 GotoIf(TaggedNotEqual(target, new_target_constructor), call_runtime); in FastNewObject()
H A Dbuiltins-internal-gen.cc928 CSA_DCHECK(this, TaggedNotEqual(target, source)); in TF_BUILTIN()
H A Dbuiltins-array-gen.cc1834 GotoIf(TaggedNotEqual(target, new_target), &runtime); in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc278 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 Daccessor-assembler.cc1448 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 Dinterpreter-assembler.cc1146 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 Dinterpreter-generator.cc2746 GotoIf(TaggedNotEqual(value, TheHoleConstant()), &throw_error); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc262 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 Dcode-stub-assembler.h524 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