Home
last modified time | relevance | path

Searched defs:if_overflow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-math.cc65 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in TF_BUILTIN() local
Dbuiltins-number.cc604 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/
Dcode-stubs.cc561 Label if_overflow(assembler), if_notoverflow(assembler); in BINARY_OP_STUB() local
767 Label if_overflow(assembler), if_notoverflow(assembler); in Generate() local
Dcode-stub-assembler.cc537 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/
Dinterpreter.cc1807 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/
Deffect-control-linearizer.cc877 auto if_overflow = __ MakeDeferredLabel<1>(); in LowerChangeInt32ToTagged() local