| Index: src/compiler/instruction-selector.h
|
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
|
| index 5c0059248a8e67629c4ef265dc16c51e567422da..470bc233c8d618638e404299018a0ad142db1d5c 100644
|
| --- a/src/compiler/instruction-selector.h
|
| +++ b/src/compiler/instruction-selector.h
|
| @@ -142,6 +142,10 @@ class InstructionSelector V8_FINAL {
|
| bool call_address_immediate, BasicBlock* cont_node,
|
| BasicBlock* deopt_node);
|
|
|
| + FrameStateDescriptor* GetFrameStateDescriptor(Node* node);
|
| + void AddFrameStateInputs(Node* state, InstructionOperandVector* inputs,
|
| + FrameStateDescriptor* descriptor);
|
| +
|
| // ===========================================================================
|
| // ============= Architecture-specific graph covering methods. ===============
|
| // ===========================================================================
|
|
|