Searched refs:combined_type (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 237 AstType** combined_type) { in CompareType() argument 244 *left_type = *right_type = *combined_type = AstType::None(); in CompareType() 253 *left_type = *right_type = *combined_type = in CompareType() 285 *combined_type = combined_type_from_ic; in CompareType() 290 *combined_type = in CompareType() 291 AstType::Union(*combined_type, combined_type_from_ic, zone()); in CompareType()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 210 AstType* combined_type; in VisitSwitchStatement() local 213 &label_type, &combined_type); in VisitSwitchStatement() 216 clause->set_compare_type(combined_type); in VisitSwitchStatement() 737 AstType* combined_type; in VisitCompareOperation() local 740 &right_type, &combined_type); in VisitCompareOperation() 743 expr->set_combined_type(combined_type); in VisitCompareOperation()
|
D | hydrogen.cc | 4616 AstType* combined_type = clause->compare_type(); in VisitSwitchStatement() local 4619 combined_type, in VisitSwitchStatement() 11188 AstType* combined_type = expr->combined_type(); in VisitCompareOperation() local 11265 op, left, right, left_type, right_type, combined_type, in VisitCompareOperation() 11275 AstType* right_type, AstType* combined_type, SourcePosition left_position, in BuildCompareInstruction() argument 11280 if (!combined_type->IsInhabited()) { in BuildCompareInstruction() 11285 combined_type = left_type = right_type = AstType::Any(); in BuildCompareInstruction() 11290 Representation combined_rep = RepresentationFor(combined_type); in BuildCompareInstruction() 11292 if (combined_type->Is(AstType::Receiver())) { in BuildCompareInstruction() 11308 if (combined_type->IsClass()) { in BuildCompareInstruction() [all …]
|
D | hydrogen.h | 2657 AstType* right_type, AstType* combined_type, SourcePosition left_position,
|
/external/v8/src/ast/ |
D | ast.h | 2280 AstType* combined_type() const { return combined_type_; } in combined_type() function
|