Lines Matching refs:kAsmDouble
248 SetResult(expr, cache_.kAsmDouble); in VisitExpressionAnnotation()
596 RECURSE(IntersectResult(expr, cache_.kAsmDouble)); in VisitLiteral()
827 } else if (type->Is(cache_.kAsmDouble)) { in VisitHeapAccess()
969 !arg0_type->Is(cache_.kAsmDouble) && in CheckPolymorphicStdlibArguments()
980 !arg0_type->Is(cache_.kAsmDouble)) { in CheckPolymorphicStdlibArguments()
989 !arg0_type->Is(cache_.kAsmDouble) && in CheckPolymorphicStdlibArguments()
996 if (!other->Is(cache_.kAsmFloat) && !other->Is(cache_.kAsmDouble) && in CheckPolymorphicStdlibArguments()
1036 !computed_type_->Is(cache_.kAsmDouble)) { in VisitCall()
1306 right_type->Is(cache_.kAsmDouble) && in VisitBinaryOperation()
1313 bounds_.set(expr->left(), Bounds(cache_.kAsmDouble)); in VisitBinaryOperation()
1328 RECURSE(IntersectResult(expr, cache_.kAsmDouble)); in VisitBinaryOperation()
1330 } else if (expr->op() == Token::MUL && left_type->Is(cache_.kAsmDouble) && in VisitBinaryOperation()
1335 bounds_.set(expr->right(), Bounds(cache_.kAsmDouble)); in VisitBinaryOperation()
1336 RECURSE(IntersectResult(expr, cache_.kAsmDouble)); in VisitBinaryOperation()
1345 } else if (type->Is(cache_.kAsmDouble)) { in VisitBinaryOperation()
1346 RECURSE(IntersectResult(expr, cache_.kAsmDouble)); in VisitBinaryOperation()
1454 Type* double_type = cache_.kAsmDouble; in InitializeStdlib()