Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-dehoist.cc29 if (!constant->HasInteger32Value()) return; in DehoistArrayIndex()
Dhydrogen-bce.cc59 if (constant != NULL && constant->HasInteger32Value()) { in Create()
Dhydrogen-instructions.cc465 return IsConstant() && HConstant::cast(this)->HasInteger32Value(); in IsInteger32Constant()
3096 if (c->HasInteger32Value()) { in InferRange()
3111 if (c->HasInteger32Value()) { in InferRange()
3136 if (c->HasInteger32Value()) { in InferRange()
4297 if (c_left->HasInteger32Value() && c_right->HasInteger32Value()) { in New()
4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()
4450 if (operand->HasInteger32Value()) { in SimplifyConstantInputs()
Dhydrogen-instructions.h3570 if (HasInteger32Value()) return Representation::Integer32(); in KnownOptimalRepresentation()
3581 bool HasInteger32Value() const { return has_int32_value_; } in HasInteger32Value() function
3583 DCHECK(HasInteger32Value()); in Integer32Value()
Dhydrogen.cc2848 HConstant::cast(capacity)->HasInteger32Value()) { in BuildCopyElements()
10122 return c1->HasInteger32Value() && c2->HasInteger32Value() && in ShiftAmountsAllowReplaceByRotate()
10165 if (right_const->HasInteger32Value() && in CanBeZero()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc1212 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc554 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.cc496 DCHECK(constant->HasInteger32Value()); in ToOperand()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc549 DCHECK(constant->HasInteger32Value()); in ToOperand()