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

Unified Diff: runtime/vm/raw_object.h

Issue 1268783002: Fix inlining information: (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: sync Created 5 years, 5 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 | « runtime/vm/profiler_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index bf279028dc5be3da1743594122169a17ff1da5b6..04395b34efad9f3955f2228f7bd30257a806a228 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -975,7 +975,8 @@ class RawCode : public RawObject {
enum InlinedMetadataIndex {
kInlinedIntervalsIndex = 0,
kInlinedIdToFunctionIndex = 1,
- kInlinedMetadataSize = 2,
+ kInlinedCallerIdMapIndex = 2,
+ kInlinedMetadataSize = 3,
};
RAW_HEAP_OBJECT_IMPLEMENTATION(Code);
« no previous file with comments | « runtime/vm/profiler_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698