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

Unified Diff: vm/code_patcher_ia32_test.cc

Issue 8827015: Implement two-argument check inline cache. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years 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/code_generator_ia32.cc ('k') | vm/ic_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_patcher_ia32_test.cc
===================================================================
--- vm/code_patcher_ia32_test.cc (revision 2344)
+++ vm/code_patcher_ia32_test.cc (working copy)
@@ -54,7 +54,7 @@
__ LoadObject(ECX, Array::ZoneHandle(ic_data.data()));
__ LoadObject(EDX, CodeGenerator::ArgumentsDescriptor(1, Array::Handle()));
ExternalLabel target_label(
- "InlineCache", StubCode::InlineCacheEntryPoint());
+ "InlineCache", StubCode::OneArgCheckInlineCacheEntryPoint());
__ call(&target_label);
__ ret();
}
« no previous file with comments | « vm/code_generator_ia32.cc ('k') | vm/ic_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698