Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: src/compiler/code-generator.h

Issue 1485183002: [turbofan] Deopt support for escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
Patch Set: Fix --always-opt triggered bug Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/compiler/code-generator.cc » ('j') | src/compiler/escape-analysis.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | src/compiler/code-generator.cc » ('j') | src/compiler/escape-analysis.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698