HomeSort by relevance Sort by last modified time
    Searched refs:DeleteAndReplaceWith (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/v8/src/
hydrogen-dce.cc 78 instr->DeleteAndReplaceWith(NULL);
99 phi->DeleteAndReplaceWith(NULL);
hydrogen-canonicalize.cc 50 if (value != instr) instr->DeleteAndReplaceWith(value);
hydrogen-dehoist.cc 36 binary_operation->DeleteAndReplaceWith(NULL);
hydrogen-representation-changes.cc 68 if (value->IsForceRepresentation()) value->DeleteAndReplaceWith(NULL);
97 value->DeleteAndReplaceWith(NULL);
102 value->DeleteAndReplaceWith(HForceRepresentation::cast(value)->value());
hydrogen-escape-analysis.cc 195 load->DeleteAndReplaceWith(replacement);
215 store->DeleteAndReplaceWith(store->ActualValue());
234 check->DeleteAndReplaceWith(check->ActualValue());
241 mapcheck->DeleteAndReplaceWith(mapcheck->ActualValue());
290 allocate->DeleteAndReplaceWith(NULL);
hydrogen-store-elimination.cc 65 prev->DeleteAndReplaceWith(NULL);
hydrogen-removable-simulates.cc 126 mergelist_.RemoveLast()->DeleteAndReplaceWith(NULL);
hydrogen-check-elimination.cc 373 instr->DeleteAndReplaceWith(entry->check_);
424 instr->DeleteAndReplaceWith(entry->check_);
482 instr->DeleteAndReplaceWith(value);
513 instr->DeleteAndReplaceWith(constant);
521 instr->DeleteAndReplaceWith(value);
641 instr->DeleteAndReplaceWith(object);
hydrogen-bce.cc 178 new_check->DeleteAndReplaceWith(new_check->ActualValue());
409 check->DeleteAndReplaceWith(check->ActualValue());
hydrogen-load-elimination.cc 58 instr->DeleteAndReplaceWith(result);
73 instr->DeleteAndReplaceWith(NULL);
hydrogen-environment-liveness.cc 217 markers_[i]->DeleteAndReplaceWith(NULL);
hydrogen-gvn.cc 877 instr->DeleteAndReplaceWith(other);
hydrogen-instructions.cc 480 void HValue::DeleteAndReplaceWith(HValue* other) {
    [all...]
hydrogen-instructions.h 663 void DeleteAndReplaceWith(HValue* other);
    [all...]
hydrogen.cc     [all...]

Completed in 493 milliseconds