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

Unified Diff: runtime/vm/code_patcher.h

Issue 9395016: First part of new ICData infrastructure: use a wrapper object instead of an array. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | « runtime/vm/code_generator_x64.cc ('k') | runtime/vm/code_patcher_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_patcher.h
===================================================================
--- runtime/vm/code_patcher.h (revision 4412)
+++ runtime/vm/code_patcher.h (working copy)
@@ -15,7 +15,7 @@
class Code;
class ExternalLabel;
class Function;
-class RawArray;
+class RawICData;
class String;
class CodePatcher : public AllStatic {
@@ -54,11 +54,8 @@
int* num_named_arguments,
uword* target);
- static RawArray* GetInstanceCallIcDataAt(uword return_address);
+ static RawICData* GetInstanceCallIcDataAt(uword return_address);
- static void SetInstanceCallIcDataAt(uword return_address,
- const Array& ic_data);
-
static intptr_t InstanceCallSizeInBytes();
};
« no previous file with comments | « runtime/vm/code_generator_x64.cc ('k') | runtime/vm/code_patcher_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698