OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteAndReplaceWith
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/v8/src/
hydrogen-dce.cc
76
instr->
DeleteAndReplaceWith
(NULL);
97
phi->
DeleteAndReplaceWith
(NULL);
hydrogen-canonicalize.cc
50
if (value != instr) instr->
DeleteAndReplaceWith
(value);
hydrogen-dehoist.cc
48
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
854
instr->
DeleteAndReplaceWith
(other);
hydrogen-instructions.cc
485
void HValue::
DeleteAndReplaceWith
(HValue* other) {
[
all
...]
hydrogen-instructions.h
668
void
DeleteAndReplaceWith
(HValue* other);
[
all
...]
hydrogen.cc
[
all
...]
Completed in 102 milliseconds