Lines Matching refs:if_bigint
1480 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}. In either case,
5513 TVariable<Word32T>* var_word32, Label* if_bigint,
5517 if_bigint, var_maybe_bigint, var_feedback);
5524 IsKnownTaggedPointer is_known_tagged_pointer, Label* if_bigint,
5590 Goto(if_bigint);
7684 Label if_bigint(this), done(this), if_throw(this);
7687 GotoIf(IsBigInt(CAST(input)), &if_bigint);
7691 BIND(&if_bigint);
7719 Label done(this), if_smi(this), if_heapnumber(this), if_bigint(this),
7726 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint);
7745 BIND(&if_bigint);
12426 if_bigint(this);
12430 Branch(IsBigIntInstanceType(instance_type), &if_bigint, &if_symbol);
12454 BIND(&if_bigint);