Home | History | Annotate | Download | only in asmjs

Lines Matching refs:GetLeft

805         VariableProxy* effective_value_var = GetLeft(binop)->AsVariableProxy();
1524 Expression* GetLeft(BinaryOperation* expr) {
1548 RECURSE(Visit(GetLeft(expr)));
1549 TypeIndex type = TypeIndexOf(GetLeft(expr), kDontIgnoreSign);
1558 RECURSE(Visit(GetLeft(expr)));