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

Unified Diff: runtime/observatory/lib/src/elements/megamorphiccache_view.html

Issue 1420433004: Move selector and arguments descriptor into MegamorphicCache. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: parne 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/service_ref.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/megamorphiccache_view.html
diff --git a/runtime/observatory/lib/src/elements/megamorphiccache_view.html b/runtime/observatory/lib/src/elements/megamorphiccache_view.html
index db073e6797ce3b60b09faf2e867f94ab1e724732..0454e0dfba7655df7d21843d564d6c9dac1cb7dc 100644
--- a/runtime/observatory/lib/src/elements/megamorphiccache_view.html
+++ b/runtime/observatory/lib/src/elements/megamorphiccache_view.html
@@ -28,6 +28,18 @@
<div class="memberList">
<div class="memberItem">
+ <div class="memberName">selector</div>
+ <div class="memberValue">
+ {{ megamorphicCache.selector }}
+ </div>
+ </div>
+ <div class="memberItem">
+ <div class="memberName">argumentsDescriptor</div>
+ <div class="memberValue">
+ <any-service-ref ref="{{ megamorphicCache.argumentsDescriptor }}"></any-service-ref>
+ </div>
+ </div>
+ <div class="memberItem">
<div class="memberName">mask</div>
<div class="memberValue">
{{ megamorphicCache.mask }}
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/service_ref.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698