Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dcode-stub-assembler.cc5294 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUint32ToTagged() local
5299 &if_not_overflow); in ChangeUint32ToTagged()
5301 BIND(&if_not_overflow); in ChangeUint32ToTagged()
5320 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUintPtrToTagged() local
5325 &if_not_overflow); in ChangeUintPtrToTagged()
5327 BIND(&if_not_overflow); in ChangeUintPtrToTagged()