Index: src/compiler/code-generator.h |
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h |
index 59a5af9a0703597ebe51c09bb72c030caecd34f6..288fe3c98deb151ef9ccec7dd72bf365ed28b0a7 100644 |
--- a/src/compiler/code-generator.h |
+++ b/src/compiler/code-generator.h |
@@ -139,6 +139,15 @@ class CodeGenerator final : public GapResolver::Assembler { |
FrameStateDescriptor* descriptor, Instruction* instr, |
Translation* translation, size_t frame_access_state_offset, |
OutputFrameStateCombine state_combine); |
+ size_t TranslateStateValueDescriptor(StateValueDescriptor* desc, |
+ Translation* translation, |
+ Instruction* instr, |
+ size_t frame_state_offset); |
+ void TranslateFrameStateDescriptorOperands(FrameStateDescriptor* desc, |
+ Instruction* instr, |
+ size_t frame_state_offset, |
+ OutputFrameStateCombine combine, |
+ Translation* translation); |
void AddTranslationForOperand(Translation* translation, Instruction* instr, |
InstructionOperand* op, MachineType type); |
void AddNopForSmiCodeInlining(); |