Index: src/code-stubs.h |
=================================================================== |
--- src/code-stubs.h (revision 3626) |
+++ src/code-stubs.h (working copy) |
@@ -137,6 +137,12 @@ |
// lazily generated function should be fully optimized or not. |
virtual InLoopFlag InLoop() { return NOT_IN_LOOP; } |
+ // GenericBinaryOpStub needs to override this. |
+ virtual int GetCodeKind(); |
+ |
+ // GenericBinaryOpStub needs to override this. |
+ virtual int GetICState(); |
+ |
// Returns a name for logging/debugging purposes. |
virtual const char* GetName() { return MajorName(MajorKey()); } |