| Index: runtime/vm/opt_code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/opt_code_generator_ia32.h (revision 5980)
|
| +++ runtime/vm/opt_code_generator_ia32.h (working copy)
|
| @@ -49,10 +49,6 @@
|
| virtual void VisitTryCatchNode(TryCatchNode* node);
|
| virtual void VisitUnaryOpNode(UnaryOpNode* node);
|
|
|
| - // Return true if intrinsification succeeded and no more code is needed.
|
| - // Returns false if either no intrinsification occured or if intrinsified
|
| - // code needs the rest for slow case execution.
|
| - virtual bool TryIntrinsify();
|
| virtual void GeneratePreEntryCode();
|
| virtual bool IsOptimizing() const { return true; }
|
|
|
| @@ -76,9 +72,6 @@
|
| Register reg3,
|
| DeoptReasonId reason_id);
|
|
|
| - void IntrinsifyGetter();
|
| - void IntrinsifySetter();
|
| -
|
| void InlineInstanceGettersWithSameTarget(AstNode* node,
|
| intptr_t id,
|
| AstNode* receiver,
|
|
|