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

Unified Diff: runtime/vm/raw_object.h

Issue 2768153002: When generating CodeSourceMaps, reassign function ids once per function instead of once per inlinin… (Closed)
Patch Set: Created 3 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 | « runtime/vm/code_descriptors.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 1fd1c60996715e6ef1ec4b5312d670ee232786a8..252652f76bf16510f747719daed731fcdd1942f5 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -1115,14 +1115,6 @@ class RawNamespace : public RawObject {
class RawCode : public RawObject {
- enum InlinedMetadataIndex {
- kInlinedIntervalsIndex = 0,
- kInlinedIdToFunctionIndex = 1,
- kInlinedCallerIdMapIndex = 2,
- kInlinedIdToTokenPosIndex = 3,
- kInlinedMetadataSize = 4,
- };
-
RAW_HEAP_OBJECT_IMPLEMENTATION(Code);
uword entry_point_; // Accessed from generated code.
« no previous file with comments | « runtime/vm/code_descriptors.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698