Searched defs:if_heapnumber (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/ic/ |
| D | unary-op-assembler.cc | 145 Label if_smi(this), if_heapnumber(this), if_oddball(this); in UnaryOpWithFeedback() local
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 1479 Label if_smi(this), if_notsmi(this), if_heapnumber(this, Label::kDeferred), in BranchIfToBooleanIsTrue() local 5606 Label done(this), if_heapnumber(this); in TruncateNumberToWord32() local 5878 Label if_smi(this), if_heapnumber(this, Label::kDeferred), done(this); in ChangeNumberToUint32() local 7719 Label done(this), if_smi(this), if_heapnumber(this), if_bigint(this), in TaggedToNumeric() local 12414 Label if_smi(this), if_heapnumber(this); in GenerateEqual_Same() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | effect-control-linearizer.cc | 1409 auto if_heapnumber = __ MakeDeferredLabel(); in ChangeFloat64ToTagged() local 1595 auto if_heapnumber = __ MakeDeferredLabel(); in TruncateTaggedPointerToBit() local
|