Searched defs:if_bigint (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ic/ |
D | unary-op-assembler.cc | 29 Label if_number(this), if_bigint(this, Label::kDeferred), out(this); in BitwiseNot() local 140 Label if_bigint(this, Label::kDeferred); in UnaryOpWithFeedback() local
|
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 720 if_bigint(this, Label::kDeferred); in TF_BUILTIN() local
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 1320 if_bigint(this, Label::kDeferred); in BranchIfToBooleanIsTrue() local 5041 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigInt() 5052 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntWithFeedback() 5062 TVariable<Word32T>* var_word32, Label* if_bigint, in TaggedToWord32OrBigIntImpl() 7060 Label if_bigint(this), done(this), if_throw(this); in ToBigInt() local 7095 Label done(this), if_smi(this), if_heapnumber(this), if_bigint(this), in TaggedToNumeric() local 11078 if_bigint(this); in GenerateEqual_Same() local
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1568 auto if_bigint = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
|