Lines Matching defs:replacement
521 // We do not have to care about the high word replacement, because
541 // We do not have to care about the high word replacement, because
561 // We do not have to care about the high word replacement, because
581 Node* replacement = graph()->NewNode(
591 ReplaceNode(node, replacement, nullptr);
888 // The replacement nodes have already been created, we only have to
1065 Node* replacement = graph()->NewNode(
1076 ReplaceNode(node, replacement, nullptr);
1098 auto replacement = special_case_->replacements.find(call_descriptor);
1099 if (replacement != special_case_->replacements.end()) {
1100 return replacement->second;