Home
last modified time | relevance | path

Searched refs:ReplaceValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dhydrogen-instructions.cc328 if (other != NULL) ReplaceValue(other); in ReplaceAndDelete()
333 void HValue::ReplaceValue(HValue* other) { in ReplaceValue() function in v8::internal::HValue
Dhydrogen-instructions.h522 void ReplaceValue(HValue* other);
Dhydrogen.cc2306 instr->ReplaceValue(HBoundsCheck::cast(instr)->index()); in ReplaceCheckedValues()