Searched refs:ReplaceValue (Results 1 – 3 of 3) sorted by relevance
328 if (other != NULL) ReplaceValue(other); in ReplaceAndDelete()333 void HValue::ReplaceValue(HValue* other) { in ReplaceValue() function in v8::internal::HValue
522 void ReplaceValue(HValue* other);
2306 instr->ReplaceValue(HBoundsCheck::cast(instr)->index()); in ReplaceCheckedValues()