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

Unified Diff: test/cctest/test-code-cache.cc

Issue 1993653003: Initial support for emitting unwinding information in perf jitdump. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Enable with --perf-prof-unwinding-info. Created 4 years, 6 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 | « test/cctest/cctest.gyp ('k') | test/cctest/test-code-layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-code-cache.cc
diff --git a/test/cctest/test-code-cache.cc b/test/cctest/test-code-cache.cc
index 5ec2f0bf944a45807559173c97d7b34d3c669233..817fa15b34d8516f50bf49d39c32daeb7a9401c4 100644
--- a/test/cctest/test-code-cache.cc
+++ b/test/cctest/test-code-cache.cc
@@ -19,6 +19,8 @@ static Handle<Code> GetDummyCode(Isolate* isolate) {
0, // instr_size
0, // reloc_size
0, // constant_pool_size
+ nullptr, // unwinding_info
+ 0, // unwinding_info_size
nullptr}; // origin
Code::Flags flags =
Code::ComputeFlags(Code::LOAD_IC, kNoExtraICState, kCacheOnReceiver);
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-code-layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698