Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-dehoist.cc30 if (!constant->HasInteger32Value()) return; in DehoistArrayIndex()
Dhydrogen-instructions.cc459 return IsConstant() && HConstant::cast(this)->HasInteger32Value(); in IsInteger32Constant()
1804 if (HasInteger32Value()) { in InferRange()
2805 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_)); in HConstant()
2836 } else if (HasInteger32Value()) { in Initialize()
2871 if (HasInteger32Value()) { in ImmortalImmovable()
2922 if (r.IsInteger32() && !HasInteger32Value()) return NULL; in CopyToRepresentation()
2925 if (HasInteger32Value()) { in CopyToRepresentation()
2943 if (HasInteger32Value()) { in CopyToTruncatedInt32()
2972 if (HasInteger32Value()) { in PrintDataTo()
3128 if (c->HasInteger32Value()) { in InferRange()
[all …]
Dhydrogen-bce.cc59 if (constant != NULL && constant->HasInteger32Value() && in Create()
Dhydrogen-instructions.h3504 DCHECK(HasInteger32Value() || !object_.handle()->IsSmi()); in handle()
3531 if (HasInteger32Value()) return Representation::Integer32(); in KnownOptimalRepresentation()
3542 bool HasInteger32Value() const { in HasInteger32Value() function
3546 DCHECK(HasInteger32Value()); in Integer32Value()
3626 if (HasInteger32Value()) { in Hashcode()
3659 if (HasInteger32Value()) { in DataEquals()
3660 return other_constant->HasInteger32Value() && in DataEquals()
3671 if (other_constant->HasInteger32Value() || in DataEquals()
Dhydrogen.cc2999 HConstant::cast(capacity)->HasInteger32Value()) { in BuildCopyElements()
10787 return c1->HasInteger32Value() && c2->HasInteger32Value() && in ShiftAmountsAllowReplaceByRotate()
10830 if (right_const->HasInteger32Value() && in CanBeZero()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc527 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1112 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc525 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc510 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc497 DCHECK(constant->HasInteger32Value()); in ToOperand()