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