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

Unified Diff: vm/ic_data.h

Issue 8404009: Restructure instance calls in optimizing compiler. (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/assembler_ia32.cc ('k') | vm/ic_data.cc » ('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 834)
+++ vm/ic_data.h (working copy)
@@ -57,6 +57,8 @@
const GrowableArray<const Class*>& classes,
const Function& target);
+ void GetOneClassCheckAt(intptr_t index, Class* cls, Function* target) const;
+
void GetCheckAt(intptr_t index,
GrowableArray<const Class*>* classes,
Function* target) const;
« no previous file with comments | « vm/assembler_ia32.cc ('k') | vm/ic_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698