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

Unified Diff: runtime/vm/megamorphic_cache_table.h

Issue 1420433004: Move selector and arguments descriptor into MegamorphicCache. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
Index: runtime/vm/megamorphic_cache_table.h
diff --git a/runtime/vm/megamorphic_cache_table.h b/runtime/vm/megamorphic_cache_table.h
index c47d4d89f6e9a89da1b20d7913c339d54d67850f..4c7242a6a134f622c1b43d35aa46cc6ba7b591c1 100644
--- a/runtime/vm/megamorphic_cache_table.h
+++ b/runtime/vm/megamorphic_cache_table.h
@@ -30,14 +30,6 @@ class MegamorphicCacheTable : public AllStatic {
const Array& descriptor);
static void PrintSizes(Isolate* isolate);
-
- private:
- enum {
- kEntryNameOffset = 0,
- kEntryDescriptorOffset,
- kEntryCacheOffset,
- kEntrySize
- };
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698