Home
last modified time | relevance | path

Searched refs:if_notoverflow (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-generator.cc1328 Label if_overflow(this), if_notoverflow(this); in SmiOp() local
1332 Goto(&if_notoverflow); in SmiOp()
1340 BIND(&if_notoverflow); in SmiOp()
/external/v8/src/
Dcode-stub-assembler.cc850 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local
851 Branch(overflow, &if_overflow, &if_notoverflow); in SmiMul()
852 BIND(&if_notoverflow); in SmiMul()
4900 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local
4902 Branch(overflow, &if_overflow, &if_notoverflow); in ChangeInt32ToTagged()
4910 BIND(&if_notoverflow); in ChangeInt32ToTagged()