Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.cc738 if (value != instr) instr->DeleteAndReplaceWith(value); in Canonicalize()
1694 instr->DeleteAndReplaceWith(other); in AnalyzeBlock()
2055 value->DeleteAndReplaceWith(NULL); in InsertRepresentationChangesForValue()
2061 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value()); in InsertRepresentationChangesForValue()
6053 receiver->DeleteAndReplaceWith(NULL); in VisitCallNew()
6054 check->DeleteAndReplaceWith(NULL); in VisitCallNew()
Dhydrogen-instructions.cc390 void HValue::DeleteAndReplaceWith(HValue* other) { in DeleteAndReplaceWith() function in v8::internal::HValue
Dhydrogen-instructions.h633 void DeleteAndReplaceWith(HValue* other);