Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtyping.cc219 NarrowLowerType(stmt->tag(), tag_type); in VisitSwitchStatement()
220 NarrowLowerType(label, label_type); in VisitSwitchStatement()
616 NarrowLowerType(expr, type); in VisitBinaryOperation()
617 NarrowLowerType(expr->left(), left_type); in VisitBinaryOperation()
618 NarrowLowerType(expr->right(), right_type); in VisitBinaryOperation()
714 NarrowLowerType(expr->left(), left_type); in VisitCompareOperation()
715 NarrowLowerType(expr->right(), right_type); in VisitCompareOperation()
Dtyping.h54 void NarrowLowerType(Expression* e, Type* t) { in NarrowLowerType() function