Home | History | Annotate | Download | only in ia32

Lines Matching full:callee

2130   __ push(esi);  // Callee's context.
2131 __ push(edi); // Callee's JS Function.
2679 Expression* callee = expr->expression();
2680 VariableProxy* proxy = callee->AsVariableProxy();
2681 Property* property = callee->AsProperty();
2690 VisitForStackValue(callee);
2774 VisitForStackValue(callee);