Home
last modified time | relevance | path

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

/external/v8/src/ic/
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()
/external/v8/src/interpreter/
Dinterpreter-generator.cc1066 Label if_number(this), if_bigint(this); in IGNITION_HANDLER() local
1068 &if_bigint, &var_bigint, &var_feedback); in IGNITION_HANDLER()
1083 BIND(&if_bigint); in IGNITION_HANDLER()
1150 Label if_smi(this), if_heapnumber(this), if_bigint(this); in UnaryOpWithFeedback() local
1157 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
1174 BIND(&if_bigint); in UnaryOpWithFeedback()
1936 BIND(&if_bigint); in IGNITION_HANDLER()
/external/v8/src/builtins/
Dbuiltins-object-gen.cc954 if_value(this), if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
1079 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
1160 BIND(&if_bigint); in TF_BUILTIN()
1184 GotoIf(IsBigIntInstanceType(receiver_value_instance_type), &if_bigint); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc1333 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local
1361 Branch(IsBigInt(value), &if_bigint, if_true); in BranchIfToBooleanIsTrue()
1374 BIND(&if_bigint); in BranchIfToBooleanIsTrue()
4734 Label* if_bigint, in TaggedToWord32OrBigInt() argument
4737 context, value, if_number, var_word32, if_bigint, var_bigint); in TaggedToWord32OrBigInt()
4745 Label* if_bigint, Variable* var_bigint, Variable* var_feedback) { in TaggedToWord32OrBigIntWithFeedback() argument
4747 context, value, if_number, var_word32, if_bigint, var_bigint, in TaggedToWord32OrBigIntWithFeedback()
4754 Label* if_bigint, Variable* var_bigint, Variable* var_feedback) { in TaggedToWord32OrBigIntImpl() argument
4823 Goto(if_bigint); in TaggedToWord32OrBigIntImpl()
6961 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local
[all …]
Dcode-stub-assembler.h1647 Variable* var_word32, Label* if_bigint,
1651 Label* if_bigint, Variable* var_bigint, Variable* var_feedback);
2940 Label* if_bigint = nullptr,
/external/v8/src/compiler/
Deffect-control-linearizer.cc1157 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
1190 &if_bigint); in TruncateTaggedPointerToBit()
1204 __ Bind(&if_bigint); in TruncateTaggedPointerToBit()