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

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
Index: vm/code_patcher_ia32_test.cc
===================================================================
--- vm/code_patcher_ia32_test.cc (revision 2318)
+++ 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();
}

Powered by Google App Engine
This is Rietveld 408576698