| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index afdfe26a84d65a0b7ba5ea251106a6cea3669eb7..d0ea1ff15d64a9f633a27a7af39f4d67ea7656e2 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -91,6 +91,12 @@ class BytecodeGraphBuilder {
|
|
|
| void BuildNamedLoad(const interpreter::BytecodeArrayIterator& iterator);
|
|
|
| + Node* ProcessCallArguments(const Operator* call_op,
|
| + interpreter::Register callee,
|
| + interpreter::Register receiver, size_t arity);
|
| +
|
| + void BuildCall(const interpreter::BytecodeArrayIterator& iterator);
|
| +
|
| // Growth increment for the temporary buffer used to construct input lists to
|
| // new nodes.
|
| static const int kInputBufferSizeIncrement = 64;
|
|
|