Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-dehoist.cc31 if (!constant->HasInteger32Value()) return; in DehoistArrayIndex()
Dhydrogen-instructions.cc495 return IsConstant() && HConstant::cast(this)->HasInteger32Value(); in IsInteger32Constant()
1722 if (HasInteger32Value()) { in InferRange()
2299 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_)); in HConstant()
2335 } else if (HasInteger32Value()) { in Initialize()
2370 if (HasInteger32Value()) { in ImmortalImmovable()
2420 if (r.IsInteger32() && !HasInteger32Value()) return NULL; in CopyToRepresentation()
2423 if (HasInteger32Value()) { in CopyToRepresentation()
2441 if (HasInteger32Value()) { in CopyToTruncatedInt32()
2472 if (HasInteger32Value()) { in PrintDataTo()
2628 if (c->HasInteger32Value()) { in InferRange()
[all …]
Dhydrogen-bce.cc60 if (constant != NULL && constant->HasInteger32Value() && in Create()
Dhydrogen-instructions.h3035 DCHECK(HasInteger32Value() || !object_.handle()->IsSmi()); in handle()
3062 if (HasInteger32Value()) return Representation::Integer32(); in KnownOptimalRepresentation()
3073 bool HasInteger32Value() const { in HasInteger32Value() function
3077 DCHECK(HasInteger32Value()); in Integer32Value()
3154 if (HasInteger32Value()) { in Hashcode()
3187 if (HasInteger32Value()) { in DataEquals()
3188 return other_constant->HasInteger32Value() && in DataEquals()
3199 if (other_constant->HasInteger32Value() || in DataEquals()
Dhydrogen.cc2860 HConstant::cast(capacity)->HasInteger32Value()) { in BuildCopyElements()
10602 return c1->HasInteger32Value() && c2->HasInteger32Value() && in ShiftAmountsAllowReplaceByRotate()
10645 if (right_const->HasInteger32Value() && in CanBeZero()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc521 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1065 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc537 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc509 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc483 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc522 DCHECK(constant->HasInteger32Value()); in ToOperand()