Searched defs:if_overflow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ic/ |
D | binary-op-assembler.cc | 65 Label if_overflow(this, in Generate_AddWithFeedback() local 416 Label if_overflow(this, in Generate_SubtractWithFeedback() local
|
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 395 Label if_overflow(this); in TF_BUILTIN() local 686 Label if_overflow(this); in TF_BUILTIN() local
|
D | builtins-math-gen.cc | 38 Label if_overflow(this, Label::kDeferred); in TF_BUILTIN() local
|
/external/v8/src/ |
D | code-stub-assembler.cc | 656 Label* if_overflow) { in TrySmiAdd() 677 Label* if_overflow) { in TrySmiSub() 850 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local 4900 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local 4924 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUint32ToTagged() local 11777 Label if_overflow(this); in NumberInc() local 11822 Label if_overflow(this); in NumberDec() local
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1328 Label if_overflow(this), if_notoverflow(this); in SmiOp() local
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1105 auto if_overflow = __ MakeDeferredLabel(); in LowerChangeInt32ToTagged() local
|