Home
last modified time | relevance | path

Searched refs:HasDoubleValue (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.h3040 return HasDoubleValue() && in IsSpecialDouble()
3081 bool HasDoubleValue() const { in HasDoubleValue() function
3085 DCHECK(HasDoubleValue()); in DoubleValue()
3089 DCHECK(HasDoubleValue()); in DoubleValueAsBits()
3093 if (HasDoubleValue() && DoubleValueAsBits() == kHoleNanInt64) { in IsTheHole()
3099 bool HasNumberValue() const { return HasDoubleValue(); } in HasNumberValue()
3156 } else if (HasDoubleValue()) { in Hashcode()
3171 if (!HasDoubleValue() && !HasExternalReferenceValue()) { in FinalizeUniqueness()
3190 } else if (HasDoubleValue()) { in DataEquals()
3191 return other_constant->HasDoubleValue() && in DataEquals()
[all …]
Dhydrogen-instructions.cc2337 } else if (HasDoubleValue()) { in Initialize()
2373 if (HasDoubleValue()) { in ImmortalImmovable()
2421 if (r.IsDouble() && !HasDoubleValue()) return NULL; in CopyToRepresentation()
2426 if (HasDoubleValue()) { in CopyToRepresentation()
2444 } else if (HasDoubleValue()) { in CopyToTruncatedInt32()
2474 } else if (HasDoubleValue()) { in PrintDataTo()
3712 } else if (operand->HasDoubleValue()) { in SimplifyConstantInputs()
Dhydrogen.cc8642 if (right->IsConstant() && HConstant::cast(right)->HasDoubleValue()) { in TryInlineBuiltinMethodCall()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc507 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1189 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc477 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc439 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc523 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc495 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc470 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc508 DCHECK(constant->HasDoubleValue()); in ToDouble()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc707 DCHECK(constant->HasDoubleValue()); in ToDouble()