Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1024 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local
1025 Branch(overflow, &if_overflow, &if_notoverflow); in SmiMul()
1026 BIND(&if_notoverflow); in SmiMul()
5741 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local
5743 Branch(overflow, &if_overflow, &if_notoverflow); in ChangeInt32ToTagged()
5751 BIND(&if_notoverflow); in ChangeInt32ToTagged()