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

Unified Diff: src/profile-generator-inl.h

Issue 1012633002: CpuProfiler: Push inlining data forward to cpu profiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebaselined Created 5 years, 9 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/profile-generator.cc ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator-inl.h
diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
index 1e543dda8b4015d0fbfccd56dbc26cbcb914686d..36caf5eb3344002920141a29dd60a0b981201261 100644
--- a/src/profile-generator-inl.h
+++ b/src/profile-generator-inl.h
@@ -28,7 +28,8 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name,
deopt_reason_(kNoDeoptReason),
deopt_position_(SourcePosition::Unknown()),
line_info_(line_info),
- instruction_start_(instruction_start) {}
+ instruction_start_(instruction_start),
+ inlined_function_infos_(NULL) {}
bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
« no previous file with comments | « src/profile-generator.cc ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698