Searched defs:if_overflow (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
D | binary-op-assembler.cc | 66 Label if_overflow(this, in Generate_AddWithFeedback() local 474 Label if_overflow(this, in Generate_SubtractWithFeedback() local
|
D | unary-op-assembler.cc | 234 Label if_overflow(this), out(this); in IncrementOrDecrement() local
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 827 Label* if_overflow) { in TryIntPtrAdd() 836 Label* if_overflow) { in TryIntPtrSub() 844 Label* if_overflow) { in TryInt32Mul() 852 Label* if_overflow) { in TrySmiAdd() 870 Label* if_overflow) { in TrySmiSub() 891 TNode<Smi> CodeStubAssembler::TrySmiAbs(TNode<Smi> a, Label* if_overflow) { in TrySmiAbs() 1024 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local 5741 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local 5776 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUint32ToTagged() local 5802 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUintPtrToTagged() local [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1496 auto if_overflow = __ MakeDeferredLabel(); in ChangeInt32ToTagged() local 2203 Node* value, GraphAssemblerLabel<VarCount>* if_overflow, in SmiTagOrOverflow()
|