OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteAndReplaceWith
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/v8/src/
hydrogen-removable-simulates.cc
53
mergelist.RemoveLast()->
DeleteAndReplaceWith
(NULL);
62
mergelist.RemoveLast()->
DeleteAndReplaceWith
(NULL);
hydrogen-dce.cc
101
instr->
DeleteAndReplaceWith
(NULL);
122
phi->
DeleteAndReplaceWith
(NULL);
hydrogen-canonicalize.cc
73
if (value != instr) instr->
DeleteAndReplaceWith
(value);
hydrogen-dehoist.cc
59
binary_operation->
DeleteAndReplaceWith
(NULL);
hydrogen-escape-analysis.cc
200
load->
DeleteAndReplaceWith
(replacement);
220
store->
DeleteAndReplaceWith
(store->ActualValue());
239
check->
DeleteAndReplaceWith
(check->ActualValue());
246
mapcheck->
DeleteAndReplaceWith
(mapcheck->ActualValue());
295
allocate->
DeleteAndReplaceWith
(NULL);
hydrogen-check-elimination.cc
186
instr->
DeleteAndReplaceWith
(entry->check_);
189
instr->
DeleteAndReplaceWith
(instr->value());
213
instr->
DeleteAndReplaceWith
(instr->value());
216
instr->
DeleteAndReplaceWith
(value);
232
instr->
DeleteAndReplaceWith
(constant);
247
instr->
DeleteAndReplaceWith
(NULL);
264
instr->
DeleteAndReplaceWith
(instr->value());
310
instr->
DeleteAndReplaceWith
(instr->object());
hydrogen-representation-changes.cc
91
value->
DeleteAndReplaceWith
(NULL);
97
value->
DeleteAndReplaceWith
(HForceRepresentation::cast(value)->value());
hydrogen-bce.cc
176
new_check->
DeleteAndReplaceWith
(new_check->ActualValue());
375
check->
DeleteAndReplaceWith
(check->ActualValue());
hydrogen-load-elimination.cc
84
instr->
DeleteAndReplaceWith
(result);
99
instr->
DeleteAndReplaceWith
(NULL);
hydrogen-environment-liveness.cc
240
markers_[i]->
DeleteAndReplaceWith
(NULL);
hydrogen-instructions.cc
544
void HValue::
DeleteAndReplaceWith
(HValue* other) {
[
all
...]
hydrogen-gvn.cc
821
instr->
DeleteAndReplaceWith
(other);
hydrogen.cc
[
all
...]
hydrogen-instructions.h
759
void
DeleteAndReplaceWith
(HValue* other);
[
all
...]
/external/v8/src/
hydrogen.cc
738
if (value != instr) instr->
DeleteAndReplaceWith
(value);
[
all
...]
hydrogen-instructions.cc
390
void HValue::
DeleteAndReplaceWith
(HValue* other) {
[
all
...]
hydrogen-instructions.h
633
void
DeleteAndReplaceWith
(HValue* other);
[
all
...]
Completed in 1346 milliseconds