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

Unified Diff: runtime/vm/code_patcher.h

Issue 10010029: When checking against non-parametrized types use a cache to hold result tuples (class, result). Tha… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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
Index: runtime/vm/code_patcher.h
===================================================================
--- runtime/vm/code_patcher.h (revision 6245)
+++ runtime/vm/code_patcher.h (working copy)
@@ -57,6 +57,9 @@
static RawICData* GetInstanceCallIcDataAt(uword return_address);
static intptr_t InstanceCallSizeInBytes();
+
+ static RawArray* GetTypeTestArray(uword instruction_address);
+ static void SetTypeTestArray(uword instruction_address, const Array& value);
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698