Lines Matching defs:call
542 // replace the function-call expression with the function's return expression.
607 Inliner::InlinedCall Inliner::inlineCall(FunctionCall* call,
623 SkASSERT(call);
624 SkASSERT(this->isSafeToInline(call->function().definition(), usage));
626 ExpressionArray& arguments = call->arguments();
627 const int line = call->fLine;
628 const FunctionDefinition& function = *call->function().definition();
639 inlineStatements.push_back(InlineMarker::Make(&call->function()));
646 // the function-call node with the result expression.
855 // of a function call. However, loops that don't use `continue` would still be
887 // cost of a function call. However, loops that don't use `continue` would still
1164 // Convert the function call to its inlined equivalent.
1200 // Replace the candidate function call with our replacement expression.