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/interpreter/source-position-table.h

Issue 1737043002: [Interpreter] Log source positions for bytecode arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_cpu_profiler
Patch Set: TickLinesBaseline now works with more source positions Created 4 years, 10 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/interpreter/bytecode-array-builder.cc ('k') | src/interpreter/source-position-table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/source-position-table.h
diff --git a/src/interpreter/source-position-table.h b/src/interpreter/source-position-table.h
index 17bf724f45f33b479f83ff0f825024bdd35b1434..9a80ead570eedfc02d9af7a6b56b064f80bb2d4e 100644
--- a/src/interpreter/source-position-table.h
+++ b/src/interpreter/source-position-table.h
@@ -8,6 +8,7 @@
#include "src/assert-scope.h"
#include "src/checks.h"
#include "src/handles.h"
+#include "src/log.h"
#include "src/zone-containers.h"
namespace v8 {
@@ -33,7 +34,7 @@ struct PositionTableEntry {
bool is_statement;
};
-class SourcePositionTableBuilder {
+class SourcePositionTableBuilder : public PositionsRecorder {
public:
explicit SourcePositionTableBuilder(Isolate* isolate, Zone* zone)
: isolate_(isolate),
« no previous file with comments | « src/interpreter/bytecode-array-builder.cc ('k') | src/interpreter/source-position-table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698