Searched defs:if_notoverflow (Results 1 – 5 of 5) sorted by relevance
| /external/v8/src/builtins/ |
| D | builtins-math.cc | 65 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in TF_BUILTIN() local
|
| D | builtins-number.cc | 604 Label if_overflow(this), if_notoverflow(this); in TF_BUILTIN() local 945 Label if_overflow(this), if_notoverflow(this); in TF_BUILTIN() local
|
| /external/v8/src/ |
| D | code-stubs.cc | 561 Label if_overflow(assembler), if_notoverflow(assembler); in BINARY_OP_STUB() local 767 Label if_overflow(assembler), if_notoverflow(assembler); in Generate() local
|
| D | code-stub-assembler.cc | 537 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local 2567 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in ChangeFloat64ToTagged() local 2596 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local 7951 Label if_overflow(this), if_notoverflow(this); in NumberInc() local
|
| /external/v8/src/interpreter/ |
| D | interpreter.cc | 1518 Label if_notoverflow(assembler); in DoAddSmi() local 1572 Label if_notoverflow(assembler); in DoSubSmi() local 1807 Label if_overflow(assembler), if_notoverflow(assembler); in DoInc() local 1945 Label if_overflow(assembler), if_notoverflow(assembler); in DoDec() local
|