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

Unified Diff: src/compiler/source-position.h

Issue 985023002: [turbofan] Add schedule to visualizer output (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 5 years, 8 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/pipeline.cc ('k') | src/compiler/source-position.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/source-position.h
diff --git a/src/compiler/source-position.h b/src/compiler/source-position.h
index 390a17d77e0aba6939db036a1fc51aa7e81668f0..985f035a2f9f682a243ba3f0faa76b14641e8a5e 100644
--- a/src/compiler/source-position.h
+++ b/src/compiler/source-position.h
@@ -81,6 +81,8 @@ class SourcePositionTable FINAL {
SourcePosition GetSourcePosition(Node* node) const;
+ void Print(std::ostream& os) const;
+
private:
class Decorator;
« no previous file with comments | « src/compiler/pipeline.cc ('k') | src/compiler/source-position.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698