Home
last modified time | relevance | path

Searched refs:if_left_bigint (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc347 Label if_left_bigint(this), if_left_oddball(this); in Generate_BinaryOperationWithFeedback()
349 GotoIf(IsBigIntInstanceType(lhs_instance_type), &if_left_bigint); in Generate_BinaryOperationWithFeedback() local
377 BIND(&if_left_bigint); in Generate_BinaryOperationWithFeedback()
616 Label if_left_bigint(this), do_bigint_op(this); in Generate_BitwiseBinaryOpWithOptionalFeedback()
619 context(), left, &if_left_number, &var_left_word32, &if_left_bigint, in Generate_BitwiseBinaryOpWithOptionalFeedback() local
658 BIND(&if_left_bigint); in Generate_BitwiseBinaryOpWithOptionalFeedback()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc12080 Label if_left_heapnumber(this), if_left_bigint(this, Label::kDeferred),
12084 Branch(IsBigIntInstanceType(left_instance_type), &if_left_bigint,
12095 BIND(&if_left_bigint);
12120 Label if_left_heapnumber(this), if_left_bigint(this, Label::kDeferred),
12125 GotoIf(IsBigIntInstanceType(left_instance_type), &if_left_bigint);
12172 BIND(&if_left_bigint);
12628 if_left_bigint(this, Label::kDeferred), if_left_oddball(this),
12640 Branch(IsBigIntInstanceType(left_type), &if_left_bigint,
12696 BIND(&if_left_bigint);

Completed in 17 milliseconds