Index: src/compiler/code-generator.h |
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h |
index c6069b6ee3105fb6207220949d63913eca638037..8bacdf3bfa79ff6698bdf09758ce6f55f5a88e3d 100644 |
--- a/src/compiler/code-generator.h |
+++ b/src/compiler/code-generator.h |
@@ -81,10 +81,12 @@ class CodeGenerator V8_FINAL : public GapResolver::Assembler { |
// =========================================================================== |
// Deoptimization table construction |
+ void AddSafepointAndDeopt(Instruction* instr); |
void RecordLazyDeoptimizationEntry(Instruction* instr); |
void PopulateDeoptimizationData(Handle<Code> code); |
int DefineDeoptimizationLiteral(Handle<Object> literal); |
- void BuildTranslation(Instruction* instr, int deoptimization_id); |
+ void BuildTranslation(Instruction* instr, int first_argument_index, |
+ int deoptimization_id); |
void AddTranslationForOperand(Translation* translation, Instruction* instr, |
InstructionOperand* op); |
void AddNopForSmiCodeInlining(); |