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

Unified Diff: vm/object.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/instructions_ia32_test.cc ('k') | vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/object.h
===================================================================
--- vm/object.h (revision 700)
+++ vm/object.h (working copy)
@@ -1795,10 +1795,6 @@
RawArray* ic_data() const;
void set_ic_data(const Array& ic_data) const;
- // Array of pairs (Array<Class>, IC Stub Code).
- RawArray* class_ic_stubs() const;
- void set_class_ic_stubs(const Array& class_ic_stubs) const;
-
RawExceptionHandlers* exception_handlers() const {
return raw_ptr()->exception_handlers_;
}
« no previous file with comments | « vm/instructions_ia32_test.cc ('k') | vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698