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

Unified Diff: src/compilation-info.h

Issue 2377283002: [crankshaft] Move is_tracking_positions predicate. (Closed)
Patch Set: Created 4 years, 3 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/code-stubs-hydrogen.cc ('k') | src/compilation-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compilation-info.h
diff --git a/src/compilation-info.h b/src/compilation-info.h
index 7f13aeb2601371fcde28150104ae80ef581d5f94..88477ae75ea44db5a09c7a56fe8963fac84bcd4d 100644
--- a/src/compilation-info.h
+++ b/src/compilation-info.h
@@ -92,8 +92,6 @@ class CompilationInfo final {
bool has_bytecode_array() const { return !bytecode_array_.is_null(); }
Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; }
- bool is_tracking_positions() const { return track_positions_; }
-
bool is_calling() const {
return GetFlag(kDeferredCalling) || GetFlag(kNonDeferredCalling);
}
@@ -379,8 +377,6 @@ class CompilationInfo final {
int prologue_offset_;
- bool track_positions_;
-
InlinedFunctionList inlined_functions_;
// Number of parameters used for compilation of stubs that require arguments.
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/compilation-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698