Home
last modified time | relevance | path

Searched refs:if_not_in_smi_range (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1512 auto if_not_in_smi_range = __ MakeDeferredLabel(); in LowerChangeInt64ToTagged() local
1517 &if_not_in_smi_range); in LowerChangeInt64ToTagged()
1523 SmiTagOrOverflow(value32, &if_not_in_smi_range, &done); in LowerChangeInt64ToTagged()
1526 __ Bind(&if_not_in_smi_range); in LowerChangeInt64ToTagged()
1540 auto if_not_in_smi_range = __ MakeDeferredLabel(); in ChangeUint32ToTagged() local
1544 __ GotoIfNot(check, &if_not_in_smi_range); in ChangeUint32ToTagged()
1547 __ Bind(&if_not_in_smi_range); in ChangeUint32ToTagged()
1559 auto if_not_in_smi_range = __ MakeDeferredLabel(); in LowerChangeUint64ToTagged() local
1564 __ GotoIfNot(check, &if_not_in_smi_range); in LowerChangeUint64ToTagged()
1567 __ Bind(&if_not_in_smi_range); in LowerChangeUint64ToTagged()
[all...]

Completed in 8 milliseconds