Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc5776 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUint32ToTagged() local
5781 &if_not_overflow); in ChangeUint32ToTagged()
5783 BIND(&if_not_overflow); in ChangeUint32ToTagged()
5802 Label if_overflow(this, Label::kDeferred), if_not_overflow(this), in ChangeUintPtrToTagged() local
5807 &if_not_overflow); in ChangeUintPtrToTagged()
5809 BIND(&if_not_overflow); in ChangeUintPtrToTagged()