Lines Matching refs:Node
30 Reduction Reduce(Node* node) final;
33 #define DECLARE_LOWER(x) void Lower##x(Node* node);
39 void ReplaceWithCompareIC(Node* node, Token::Value token, Strength strength);
40 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
41 void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);