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

/external/chromium_org/content/browser/
H A Dtcmalloc_internals_request_job.cc31 SetOutput(header, output);
34 void AboutTcmallocOutputs::SetOutput(const std::string& header, function in class:content::AboutTcmallocOutputs
95 AboutTcmallocOutputs::GetInstance()->SetOutput(browser, buffer);
/external/chromium_org/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 768 milliseconds