Lines Matching full:target_function
349 Node* target_function =
352 // Check that the {target} is still the {target_function}.
354 graph()->NewNode(javascript()->StrictEqual(), target, target_function,
366 // Specialize the JSCallFunction node to the {target_function}.
367 NodeProperties::ReplaceValueInput(node, target_function, 0);
498 Node* target_function =
501 // Check that the {target} is still the {target_function}.
503 graph()->NewNode(javascript()->StrictEqual(), target, target_function,
515 // Specialize the JSCallConstruct node to the {target_function}.
516 NodeProperties::ReplaceValueInput(node, target_function, 0);
520 NodeProperties::ReplaceValueInput(node, target_function, arity + 1);