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

  /external/v8/src/compiler/
graph-trimmer.cc 41 edge.UpdateTo(nullptr);
graph-reducer.cc 194 edge.UpdateTo(replacement);
205 edge.UpdateTo(replacement);
237 edge.UpdateTo(dead_);
241 edge.UpdateTo(control);
248 edge.UpdateTo(effect);
252 edge.UpdateTo(value);
node-properties.cc 215 edge.UpdateTo(success);
218 edge.UpdateTo(exception);
221 edge.UpdateTo(success);
225 edge.UpdateTo(effect);
228 edge.UpdateTo(value);
memory-optimizer.cc 305 edge.UpdateTo(effect);
308 edge.UpdateTo(value);
js-inlining.cc 127 edge.UpdateTo(effect);
129 edge.UpdateTo(control);
131 edge.UpdateTo(frame_state);
node.h 381 void UpdateTo(Node* new_to) {
simplified-lowering.cc 165 edge.UpdateTo(control);
167 edge.UpdateTo(effect);
    [all...]
js-typed-lowering.cc 283 edge.UpdateTo(jsgraph()->Dead());
480 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect);
481 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value);
728 edge.UpdateTo(vfalse);
    [all...]
effect-control-linearizer.cc 141 edge.UpdateTo(NodeProperties::GetEffectInput(node));
145 edge.UpdateTo(node->InputAt(0));
287 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false);
    [all...]
scheduler.cc     [all...]
js-native-context-specialization.cc 249 edge.UpdateTo(value);
    [all...]

Completed in 255 milliseconds