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

Unified Diff: src/compiler/escape-analysis.h

Issue 1530143002: [turbofan] Fix ASAN bug in escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Don't write code in DCHECK :) 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/escape-analysis.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/escape-analysis.h
diff --git a/src/compiler/escape-analysis.h b/src/compiler/escape-analysis.h
index 7e5d5a784d8cc5d74722ab13996438b7c9cd7527..c40684bb31c1f7312904b87f56e85502a18dfc0d 100644
--- a/src/compiler/escape-analysis.h
+++ b/src/compiler/escape-analysis.h
@@ -57,6 +57,8 @@ class EscapeStatusAnalysis {
void RevisitInputs(Node* node);
bool SetEscaped(Node* node);
bool HasEntry(Node* node);
+ void Resize();
+ size_t size();
Graph* graph() const { return graph_; }
Zone* zone() const { return zone_; }
« no previous file with comments | « no previous file | src/compiler/escape-analysis.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698