Searched defs:if_overflow (Results 1 – 6 of 6) 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 2617 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUint32ToTagged() local 7951 Label if_overflow(this), if_notoverflow(this); in NumberInc() local
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 1807 Label if_overflow(assembler), if_notoverflow(assembler); in DoInc() local 1945 Label if_overflow(assembler), if_notoverflow(assembler); in DoDec() local
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 877 auto if_overflow = __ MakeDeferredLabel<1>(); in LowerChangeInt32ToTagged() local
|