Lines Matching full:callee
180 __ push(rsi); // Callee's context.
181 __ push(rdi); // Callee's JS Function.
2160 Expression* callee = expr->expression();
2161 VariableProxy* proxy = callee->AsVariableProxy();
2162 Property* property = callee->AsProperty();
2171 VisitForStackValue(callee);
2253 VisitForStackValue(callee);
2778 // The fresh HeapNumber is in rbx, which is callee-save on both x64 ABIs.