Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/ic/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ic/
H A Dunary-op-assembler.cc29 Label if_number(this), if_bigint(this, Label::kDeferred), out(this); in BitwiseNot() local
31 &if_bigint, &var_bigint, &var_feedback); in BitwiseNot()
45 BIND(&if_bigint); in BitwiseNot()
140 Label if_bigint(this, Label::kDeferred); in UnaryOpWithFeedback() local
149 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
166 BIND(&if_bigint); in UnaryOpWithFeedback()
/dports/www/node10/node-v10.24.1/deps/v8/src/ic/
H A Dbinary-op-assembler.cc223 if_bigint(this, Label::kDeferred); in Generate_BinaryOperationWithFeedback() local
345 Branch(IsBigInt(rhs), &if_bigint, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
354 GotoIf(IsBigIntInstanceType(rhs_instance_type), &if_bigint); in Generate_BinaryOperationWithFeedback()
364 BIND(&if_bigint); in Generate_BinaryOperationWithFeedback()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1064 Label if_number(this), if_bigint(this); in IGNITION_HANDLER() local
1066 &if_bigint, &var_bigint, &var_feedback); in IGNITION_HANDLER()
1081 BIND(&if_bigint); in IGNITION_HANDLER()
1148 Label if_smi(this), if_heapnumber(this), if_bigint(this); in UnaryOpWithFeedback() local
1155 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
1172 BIND(&if_bigint); in UnaryOpWithFeedback()
1934 BIND(&if_bigint); in IGNITION_HANDLER()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dinterpreter-generator.cc1094 Label if_number(this), if_bigint(this); in IGNITION_HANDLER() local
1096 &if_bigint, &var_bigint, &var_feedback); in IGNITION_HANDLER()
1111 BIND(&if_bigint); in IGNITION_HANDLER()
1176 Label if_bigint(this, Label::kDeferred); in UnaryOpWithFeedback() local
1185 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
1202 BIND(&if_bigint); in UnaryOpWithFeedback()
2018 BIND(&if_bigint); in IGNITION_HANDLER()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc854 if_value(this), if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
979 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
1060 BIND(&if_bigint); in TF_BUILTIN()
1084 GotoIf(IsBigIntInstanceType(receiver_value_instance_type), &if_bigint); in TF_BUILTIN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-object-gen.cc720 if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
831 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
912 BIND(&if_bigint); in TF_BUILTIN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-object-gen.cc740 if_value(this), if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
870 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
951 BIND(&if_bigint); in TF_BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-object-gen.cc757 if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
867 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
948 BIND(&if_bigint); in TF_BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc1230 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1258 Branch(IsBigInt(value), &if_bigint, if_true); in BranchIfToBooleanIsTrue()
1271 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
4368 Goto(if_bigint); in TaggedToWord32OrBigIntImpl()
6396 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
6399 GotoIf(IsBigInt(CAST(input)), &if_bigint); in ToBigInt()
6403 BIND(&if_bigint); in ToBigInt()
6436 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in TaggedToNumeric()
6452 BIND(&if_bigint); in TaggedToNumeric()
9934 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in GenerateEqual_Same()
[all …]
H A Dcode-stub-assembler.h1311 Variable* var_word32, Label* if_bigint,
1315 Label* if_bigint, Variable* var_bigint, Variable* var_feedback);
2492 Label* if_bigint = nullptr,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-stub-assembler.cc1530 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1573 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
5147 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigInt() argument
5158 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntWithFeedback() argument
5233 Goto(if_bigint); in TaggedToWord32OrBigIntImpl()
7088 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
7091 GotoIf(IsBigInt(CAST(input)), &if_bigint); in ToBigInt()
7095 BIND(&if_bigint); in ToBigInt()
7149 BIND(&if_bigint); in TaggedToNumeric()
10979 if_bigint(this); in GenerateEqual_Same() local
[all …]
H A Dcode-stub-assembler.h2443 Label* if_bigint,
2448 Label* if_bigint,
3946 Label* if_bigint = nullptr,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-stub-assembler.cc1320 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1363 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
5041 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigInt() argument
5052 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntWithFeedback() argument
5126 Goto(if_bigint); in TaggedToWord32OrBigIntImpl()
7060 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
7063 GotoIf(IsBigInt(CAST(input)), &if_bigint); in ToBigInt()
7067 BIND(&if_bigint); in ToBigInt()
7121 BIND(&if_bigint); in TaggedToNumeric()
11078 if_bigint(this); in GenerateEqual_Same() local
[all …]
H A Dcode-stub-assembler.h2202 Label* if_bigint,
2207 Label* if_bigint,
3711 Label* if_bigint = nullptr,
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc1489 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1532 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
5491 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigInt() argument
5502 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntWithFeedback() argument
5576 Goto(if_bigint); in TaggedToWord32OrBigIntImpl()
7580 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
7583 GotoIf(IsBigInt(CAST(input)), &if_bigint); in ToBigInt()
7587 BIND(&if_bigint); in ToBigInt()
7641 BIND(&if_bigint); in TaggedToNumeric()
12190 if_bigint(this); in GenerateEqual_Same() local
[all …]
H A Dcode-stub-assembler.h2322 Label* if_bigint,
2327 Label* if_bigint,
4019 Label* if_bigint = nullptr,
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1146 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1179 &if_bigint); in TruncateTaggedPointerToBit()
1193 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Deffect-control-linearizer.cc1515 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1545 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit()
1559 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Deffect-control-linearizer.cc1568 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1598 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit()
1612 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dinterpreter-generator.cc1806 BIND(&if_bigint); in IGNITION_HANDLER()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dinterpreter-generator.cc1821 BIND(&if_bigint); in IGNITION_HANDLER()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Deffect-control-linearizer.cc1589 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1619 __ GotoIf(__ TaggedEqual(value_map, __ BigIntMapConstant()), &if_bigint); in TruncateTaggedPointerToBit()
1633 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()