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

Unified Diff: vm/ic_data.h

Issue 8379013: Implement new inline cache. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 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 | « vm/compiler.cc ('k') | vm/ic_stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/ic_data.h
===================================================================
--- vm/ic_data.h (revision 700)
+++ vm/ic_data.h (working copy)
@@ -61,14 +61,14 @@
Function* target) const;
static const int kNameIndex = 0;
+ static const int kNumArgsCheckedIndex = 1;
+ static const int kChecksStartIndex = 2;
private:
intptr_t ArrayElementsPerCheck() const;
const Array* data_;
- static const int kNumArgsCheckedIndex = 1;
- static const int kChecksStartIndex = 2;
DISALLOW_COPY_AND_ASSIGN(ICData);
};
« no previous file with comments | « vm/compiler.cc ('k') | vm/ic_stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698