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

Unified Diff: runtime/vm/object.cc

Issue 11438017: Pass IC data and arguments descriptor to IC miss runtime functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « runtime/vm/deopt_instructions.cc ('k') | runtime/vm/stub_code_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 9c9c29f36a8d4516c3eba7ee210bf12142ac8abc..f63f20c9102f1aaca9e4bc070237b57655fa4c6d 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -7199,7 +7199,7 @@ intptr_t Code::ExtractIcDataArraysAtCalls(
max_id = deopt_id;
}
node_ids->Add(deopt_id);
- ic_data_obj = CodePatcher::GetInstanceCallIcDataAt(descriptors.PC(i));
+ CodePatcher::GetInstanceCallAt(descriptors.PC(i), &ic_data_obj, NULL);
ic_data_objs.Add(ic_data_obj);
}
}
« no previous file with comments | « runtime/vm/deopt_instructions.cc ('k') | runtime/vm/stub_code_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698