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

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

Issue 2599433002: [turbofan]: Better source position information (Closed)
Patch Set: feedback addressed Created 4 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') | 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 0aeb660e1b3d59be2e153ad29f74351b81e95d98..e20a8be774213c6a0f49374780dae47399fe2f92 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -72,6 +72,8 @@ class CodeGenerator final : public GapResolver::Assembler {
void AssembleSourcePosition(Instruction* instr);
+ void AssembleSourcePosition(SourcePosition source_position);
+
// Record a safepoint with the given pointer map.
void RecordSafepoint(ReferenceMap* references, Safepoint::Kind kind,
int arguments, Safepoint::DeoptMode deopt_mode);
« no previous file with comments | « no previous file | src/compiler/code-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698