Searched refs:SetOutput (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-lowering.cc152 void SetOutput(Node* node, MachineTypeUnion output) { function in class:v8::internal::compiler::RepresentationSelector
226 SetOutput(node, kMachAnyTagged);
235 SetOutput(node, output);
243 SetOutput(node, output);
249 SetOutput(node, output);
319 SetOutput(node, output_type);
376 SetOutput(node, kRepTagged | changer_->TypeFromUpperBound(upper));
420 return SetOutput(node, kRepTagged);
440 SetOutput(node, kRepBit);
458 SetOutput(nod
[all...]

Completed in 349 milliseconds