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/
H A Dunary-op-assembler.cc30 Label if_number(this), if_bigint(this, Label::kDeferred), out(this); in BitwiseNot()
32 &if_bigint, &var_bigint, &var_feedback); in BitwiseNot()
46 BIND(&if_bigint); in BitwiseNot()
146 Label if_bigint(this, Label::kDeferred); in UnaryOpWithFeedback()
155 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback() local
172 BIND(&if_bigint); in UnaryOpWithFeedback()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc759 if_bigint(this, Label::kDeferred); in TF_BUILTIN()
869 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN() local
950 BIND(&if_bigint); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1480 if_bigint(this, Label::kDeferred);
1510 Branch(IsBigInt(value_heapobject), &if_bigint, if_true);
1523 BIND(&if_bigint);
5486 // or find that it is a BigInt and jump to {if_bigint}.
5489 TVariable<Word32T>* var_word32, Label* if_bigint,
5493 if_bigint, var_maybe_bigint);
5497 // or find that it is a BigInt and jump to {if_bigint}. In either case,
5501 TVariable<Word32T>* var_word32, Label* if_bigint,
5505 if_bigint, var_maybe_bigint, var_feedback);
5509 // or find that it is a BigInt and jump to {if_bigint}
[all...]
H A 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/
H A Dinterpreter-generator.cc1829 BIND(&if_bigint); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1596 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1626 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit() local
1640 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()

Completed in 31 milliseconds