Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dunary-op-assembler.cc145 Label if_smi(this), if_heapnumber(this), if_oddball(this); in UnaryOpWithFeedback() local
156 Branch(InstanceTypeEqual(instance_type, ODDBALL_TYPE), &if_oddball, in UnaryOpWithFeedback()
179 BIND(&if_oddball); in UnaryOpWithFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc7720 if_oddball(this); in TaggedToNumeric() local
7729 GotoIf(Word32Equal(instance_type, Int32Constant(ODDBALL_TYPE)), &if_oddball); in TaggedToNumeric()
7750 BIND(&if_oddball); in TaggedToNumeric()
12425 Label if_string(this), if_receiver(this), if_oddball(this), if_symbol(this), in GenerateEqual_Same() local
12429 GotoIf(IsOddballInstanceType(instance_type), &if_oddball); in GenerateEqual_Same()
12461 BIND(&if_oddball); in GenerateEqual_Same()
13586 Label return_number(this, Label::kDeferred), if_oddball(this), in Typeof() local
13599 GotoIf(InstanceTypeEqual(instance_type, ODDBALL_TYPE), &if_oddball); in Typeof()
13629 BIND(&if_oddball); in Typeof()