Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2474 auto if_abort = __ MakeDeferredLabel(); in LowerCheckedUint32Bounds() local
2477 __ Branch(check, &done, &if_abort); in LowerCheckedUint32Bounds()
2479 __ Bind(&if_abort); in LowerCheckedUint32Bounds()
2520 auto if_abort = __ MakeDeferredLabel(); in LowerCheckedUint64Bounds() local
2523 __ Branch(check, &done, &if_abort); in LowerCheckedUint64Bounds()
2525 __ Bind(&if_abort); in LowerCheckedUint64Bounds()

Completed in 12 milliseconds