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

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

Issue 2748383004: [Compiler] Move static FinishCode function into CodeGenerator. (Closed)
Patch Set: Add MIPS64. Created 3 years, 9 months 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 | « src/compiler/arm64/code-generator-arm64.cc ('k') | src/compiler/code-generator.cc » ('j') | no next file with comments »
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 74958d05f3fb5383169b51460e27b309f23903aa..b4873ff2d8f91c01687ca9a2efd1e3d41291f1a7 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -178,6 +178,8 @@ class CodeGenerator final : public GapResolver::Assembler {
void AssembleTailCallAfterGap(Instruction* instr,
int first_unused_stack_slot);
+ void FinishCode();
+
// ===========================================================================
// ============== Architecture-specific gap resolver methods. ================
// ===========================================================================
« no previous file with comments | « src/compiler/arm64/code-generator-arm64.cc ('k') | src/compiler/code-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698