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

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 30 void JSGenericLowering::PatchInsertInput(Node* node, int index, Node* input) {
191 PatchInsertInput(node, 0, stub_code);
209 PatchInsertInput(node, 0, stub_code);
210 PatchInsertInput(node, 1, function_node);
228 PatchInsertInput(node, 0, centrystub_constant_.get());
229 PatchInsertInput(node, nargs + 1, ref);
230 PatchInsertInput(node, nargs + 2, arity);
286 PatchInsertInput(node, 1, jsgraph()->HeapConstant(p.name));
301 PatchInsertInput(node, 1, jsgraph()->HeapConstant(params.name));
308 PatchInsertInput(node, 2, SmiConstant(strict_mode))
    [all...]
js-generic-lowering.h 49 void PatchInsertInput(Node* node, int index, Node* input);

Completed in 54 milliseconds