Home
last modified time | relevance | path

Searched refs:if_bigint (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc30 Label if_number(this), if_bigint(this, Label::kDeferred), out(this); in BitwiseNot() local
32 &if_bigint, &var_bigint, &var_feedback); in BitwiseNot()
46 BIND(&if_bigint); in BitwiseNot()
146 Label if_bigint(this, Label::kDeferred); in UnaryOpWithFeedback() local
155 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
172 BIND(&if_bigint); in UnaryOpWithFeedback()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc759 if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
869 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
950 BIND(&if_bigint); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1480 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1510 Branch(IsBigInt(value_heapobject), &if_bigint, if_true); in BranchIfToBooleanIsTrue()
1523 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
5489 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigInt() argument
5493 if_bigint, var_maybe_bigint); in TaggedToWord32OrBigInt()
5501 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntWithFeedback() argument
5505 if_bigint, var_maybe_bigint, var_feedback); in TaggedToWord32OrBigIntWithFeedback()
5513 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedPointerToWord32OrBigIntWithFeedback() argument
5517 if_bigint, var_maybe_bigint, var_feedback); in TaggedPointerToWord32OrBigIntWithFeedback()
5524 IsKnownTaggedPointer is_known_tagged_pointer, Label* if_bigint, in TaggedToWord32OrBigIntImpl() argument
[all …]
Dcode-stub-assembler.h2403 Label* if_bigint,
2408 Label* if_bigint,
2413 TVariable<Word32T>* var_word32, Label* if_bigint,
4204 Label* if_bigint = nullptr,
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1829 BIND(&if_bigint); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc1596 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1626 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit()
1640 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()