Home
last modified time | relevance | path

Searched refs:NarrowLowerType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dtyping.cc212 NarrowLowerType(stmt->tag(), tag_type); in VisitSwitchStatement()
213 NarrowLowerType(label, label_type); in VisitSwitchStatement()
646 NarrowLowerType(expr, type); in VisitBinaryOperation()
647 NarrowLowerType(expr->left(), left_type); in VisitBinaryOperation()
648 NarrowLowerType(expr->right(), right_type); in VisitBinaryOperation()
744 NarrowLowerType(expr->left(), left_type); in VisitCompareOperation()
745 NarrowLowerType(expr->right(), right_type); in VisitCompareOperation()
Dtyping.h51 void NarrowLowerType(Expression* e, Type* t) { in NarrowLowerType() function